We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c36feed + ba71bd5 commit f4478d9Copy full SHA for f4478d9
2 files changed
Gemfile
@@ -1,5 +1,5 @@
1
source 'https://rubygems.org'
2
ruby '2.5.3'
3
4
-gem 'sinatra', '~>1.4.4'
+gem 'sinatra', '~>2.2.0'
5
gem 'json'
Gemfile.lock
@@ -2,21 +2,25 @@ GEM
remote: https://rubygems.org/
specs:
json (2.3.0)
- rack (1.6.11)
6
- rack-protection (1.5.5)
+ mustermann (1.1.1)
+ ruby2_keywords (~> 0.0.1)
7
+ rack (2.2.3)
8
+ rack-protection (2.2.0)
9
rack
- sinatra (1.4.8)
- rack (~> 1.5)
10
- rack-protection (~> 1.4)
11
- tilt (>= 1.3, < 3)
12
- tilt (2.0.8)
+ ruby2_keywords (0.0.5)
+ sinatra (2.2.0)
+ mustermann (~> 1.0)
13
+ rack (~> 2.2)
14
+ rack-protection (= 2.2.0)
15
+ tilt (~> 2.0)
16
+ tilt (2.0.10)
17
18
PLATFORMS
19
ruby
20
21
DEPENDENCIES
22
json
- sinatra (~> 1.4.4)
23
+ sinatra (~> 2.2.0)
24
25
RUBY VERSION
26
ruby 2.5.3p105
0 commit comments