Skip to content

Commit f5fba61

Browse files
committed
Upgrade sinatra and sinatra-contrib from 3.1.0 to 3.2.0 + related gems
1 parent 9a5b70c commit f5fba61

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

Gemfile.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,13 @@ GEM
7878
pry (>= 0.13, < 0.15)
7979
racc (1.6.2)
8080
rack (2.2.8)
81-
rack-protection (3.1.0)
81+
rack-protection (3.2.0)
82+
base64 (>= 0.1.0)
8283
rack (~> 2.2, >= 2.2.4)
8384
rack-ssl-enforcer (0.2.9)
8485
rack-test (2.1.0)
8586
rack (>= 1.3)
86-
rake (13.0.6)
87+
rake (13.1.0)
8788
redcarpet (3.6.0)
8889
rexml (3.2.6)
8990
rouge (1.11.1)
@@ -93,16 +94,16 @@ GEM
9394
ruby2_keywords (0.0.5)
9495
sassc (2.4.0)
9596
ffi (~> 1.9)
96-
sinatra (3.1.0)
97+
sinatra (3.2.0)
9798
mustermann (~> 3.0)
9899
rack (~> 2.2, >= 2.2.4)
99-
rack-protection (= 3.1.0)
100+
rack-protection (= 3.2.0)
100101
tilt (~> 2.0)
101-
sinatra-contrib (3.1.0)
102-
multi_json
102+
sinatra-contrib (3.2.0)
103+
multi_json (>= 0.0.2)
103104
mustermann (~> 3.0)
104-
rack-protection (= 3.1.0)
105-
sinatra (= 3.1.0)
105+
rack-protection (= 3.2.0)
106+
sinatra (= 3.2.0)
106107
tilt (~> 2.0)
107108
sprockets (4.2.1)
108109
concurrent-ruby (~> 1.0)
@@ -123,7 +124,7 @@ GEM
123124
eventmachine (~> 1.0, >= 1.0.4)
124125
rack (>= 1, < 3)
125126
thor (1.3.0)
126-
tilt (2.2.0)
127+
tilt (2.3.0)
127128
tty-pager (0.14.0)
128129
strings (~> 0.2.0)
129130
tty-screen (~> 0.8)

0 commit comments

Comments
 (0)