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