Skip to content

Commit b4e004d

Browse files
Bump sinatra from 2.0.8.1 to 3.0.4
Bumps [sinatra](https://github.com/sinatra/sinatra) from 2.0.8.1 to 3.0.4. - [Release notes](https://github.com/sinatra/sinatra/releases) - [Changelog](https://github.com/sinatra/sinatra/blob/master/CHANGELOG.md) - [Commits](sinatra/sinatra@v2.0.8.1...v3.0.4) --- updated-dependencies: - dependency-name: sinatra dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5bddbc5 commit b4e004d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Gemfile.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ GEM
232232
mongoid (>= 2.0)
233233
multi_json (1.14.1)
234234
multipart-post (2.1.1)
235-
mustermann (1.1.1)
235+
mustermann (3.0.0)
236236
ruby2_keywords (~> 0.0.1)
237237
mysql2 (0.5.3)
238238
netrc (0.11.0)
@@ -248,13 +248,13 @@ GEM
248248
puma (4.3.3)
249249
nio4r (~> 2.0)
250250
racc (1.5.2)
251-
rack (2.2.3)
251+
rack (2.2.4)
252252
rack-contrib (2.1.0)
253253
rack (~> 2.0)
254254
rack-google-analytics (1.2.0)
255255
actionpack
256256
activesupport
257-
rack-protection (2.0.8.1)
257+
rack-protection (3.0.4)
258258
rack
259259
rack-test (1.1.0)
260260
rack (>= 1.0, < 3)
@@ -303,7 +303,7 @@ GEM
303303
rubyzip (>= 1.3.0, < 3.0.0)
304304
ruby-vips (2.0.17)
305305
ffi (~> 1.9)
306-
ruby2_keywords (0.0.2)
306+
ruby2_keywords (0.0.5)
307307
rubyXL (3.4.12)
308308
nokogiri (>= 1.4.4)
309309
rubyzip (>= 1.3.0)
@@ -347,10 +347,10 @@ GEM
347347
simple_form (5.0.2)
348348
actionpack (>= 5.0)
349349
activemodel (>= 5.0)
350-
sinatra (2.0.8.1)
351-
mustermann (~> 1.0)
352-
rack (~> 2.0)
353-
rack-protection (= 2.0.8.1)
350+
sinatra (3.0.4)
351+
mustermann (~> 3.0)
352+
rack (~> 2.2, >= 2.2.4)
353+
rack-protection (= 3.0.4)
354354
tilt (~> 2.0)
355355
socksify (1.7.1)
356356
soulmate (1.1.0)
@@ -372,7 +372,7 @@ GEM
372372
temple (0.8.2)
373373
thor (1.1.0)
374374
thread_safe (0.3.6)
375-
tilt (2.0.10)
375+
tilt (2.0.11)
376376
trollop (2.9.10)
377377
turbolinks (5.2.1)
378378
turbolinks-source (~> 5.2)

0 commit comments

Comments
 (0)