We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a16cf1 + 8719de6 commit da1629cCopy full SHA for da1629c
examples/sinatra/Gemfile
@@ -3,4 +3,4 @@ source 'https://rubygems.org'
3
gem 'sinatra', '< 4.0'
4
gem 'webrick'
5
gem "jruby-rack", "~> 1.2"
6
-gem 'rack', '2.2.8'
+gem 'rack', '2.2.14'
examples/sinatra/Gemfile.lock
@@ -1,12 +1,18 @@
1
GEM
2
- remote: http://rubygems.org/
+ remote: https://rubygems.org/
specs:
- rack (1.3.3)
+ jruby-rack (1.2.4)
+ rack (2.2.14)
sinatra (1.0)
7
rack (>= 1.0)
8
+ webrick (1.9.1)
9
10
PLATFORMS
11
java
12
+ x86_64-linux
13
14
DEPENDENCIES
- sinatra
15
+ jruby-rack (~> 1.2)
16
+ rack (= 2.2.14)
17
+ sinatra (< 4.0)
18
+ webrick
0 commit comments