Skip to content

Commit cd697da

Browse files
authored
sinatra up to 2.2.3 (#1264)
1 parent a6be270 commit cd697da

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem 'travis-lock', git: 'https://github.com/travis-ci/travis-lock/', branch:
1212
gem 'travis-github_apps', git: 'https://github.com/travis-ci/travis-github_apps', branch: 'ga-ext_access'
1313
gem 'travis-rollout', '~> 0.0.2'
1414

15-
gem 'sinatra'
15+
gem 'sinatra', '~> 2'
1616
gem 'sinatra-contrib', require: nil #git: 'https://github.com/sinatra/sinatra-contrib', require: nil
1717
gem 'simple_states', git: 'https://github.com/travis-ci/simple_states', branch: '6.1'
1818

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ GEM
299299
msgpack (1.4.5)
300300
multi_json (1.15.0)
301301
multipart-post (2.2.3)
302-
mustermann (1.1.1)
302+
mustermann (2.0.2)
303303
ruby2_keywords (~> 0.0.1)
304304
nakayoshi_fork (0.0.4)
305305
net-http-persistent (2.9.4)
@@ -330,12 +330,12 @@ GEM
330330
pusher-signature (~> 0.1.8)
331331
pusher-signature (0.1.8)
332332
racc (1.6.0)
333-
rack (2.2.3.1)
333+
rack (2.2.4)
334334
rack-attack (5.4.2)
335335
rack (>= 1.0, < 3)
336336
rack-contrib (2.3.0)
337337
rack (~> 2.0)
338-
rack-protection (2.2.0)
338+
rack-protection (2.2.3)
339339
rack
340340
rack-ssl (1.4.1)
341341
rack
@@ -398,20 +398,20 @@ GEM
398398
simplecov_json_formatter (~> 0.1)
399399
simplecov-html (0.12.3)
400400
simplecov_json_formatter (0.1.4)
401-
sinatra (2.2.0)
402-
mustermann (~> 1.0)
401+
sinatra (2.2.3)
402+
mustermann (~> 2.0)
403403
rack (~> 2.2)
404-
rack-protection (= 2.2.0)
404+
rack-protection (= 2.2.3)
405405
tilt (~> 2.0)
406-
sinatra-contrib (2.2.0)
406+
sinatra-contrib (2.2.3)
407407
multi_json
408-
mustermann (~> 1.0)
409-
rack-protection (= 2.2.0)
410-
sinatra (= 2.2.0)
408+
mustermann (~> 2.0)
409+
rack-protection (= 2.2.3)
410+
sinatra (= 2.2.3)
411411
tilt (~> 2.0)
412412
stackprof (0.2.17)
413413
thread_safe (0.3.6)
414-
tilt (2.0.10)
414+
tilt (2.0.11)
415415
timecop (0.9.4)
416416
tool (0.2.3)
417417
travis-rollout (0.0.2)
@@ -505,7 +505,7 @@ DEPENDENCIES
505505
sidekiq (~> 6.4.0)
506506
simple_states!
507507
simplecov
508-
sinatra
508+
sinatra (~> 2)
509509
sinatra-contrib
510510
stackprof
511511
timecop

0 commit comments

Comments
 (0)