File tree Expand file tree Collapse file tree 2 files changed +20
-18
lines changed Expand file tree Collapse file tree 2 files changed +20
-18
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ gem 'redis'
34
34
gem 'rubyzip' , '>= 1.3.0'
35
35
gem 'sequel' , '~> 5.94'
36
36
gem 'sequel_pg' , require : 'sequel'
37
- gem 'sinatra' , '~> 3.2 '
37
+ gem 'sinatra' , '~> 4.1 '
38
38
gem 'sinatra-contrib'
39
39
gem 'sshkey'
40
40
gem 'statsd-ruby' , '~> 1.5.0'
Original file line number Diff line number Diff line change 335
335
multipart-parser (0.1.1 )
336
336
multipart-post (2.4.0 )
337
337
mustache (1.1.1 )
338
- mustermann (3.0.0 )
338
+ mustermann (3.0.3 )
339
339
ruby2_keywords (~> 0.0.1 )
340
340
mutex_m (0.3.0 )
341
341
mysql2 (0.5.6 )
@@ -385,17 +385,18 @@ GEM
385
385
puma (6.6.0 )
386
386
nio4r (~> 2.0 )
387
387
racc (1.8.1 )
388
- rack (2.2.17 )
389
- rack-protection (3.2.0 )
388
+ rack (3.1.16 )
389
+ rack-protection (4.1.1 )
390
390
base64 (>= 0.1.0 )
391
- rack (~> 2.2 , >= 2.2.4 )
392
- rack-session (1.0.2 )
393
- rack (< 3 )
391
+ logger (>= 1.6.0 )
392
+ rack (>= 3.0.0 , < 4 )
393
+ rack-session (2.1.1 )
394
+ base64 (>= 0.1.0 )
395
+ rack (>= 3.0.0 )
394
396
rack-test (2.2.0 )
395
397
rack (>= 1.3 )
396
- rackup (1.0.1 )
397
- rack (< 3 )
398
- webrick
398
+ rackup (2.2.1 )
399
+ rack (>= 3 )
399
400
rails-dom-testing (2.2.0 )
400
401
activesupport (>= 5.0.0 )
401
402
minitest
@@ -535,16 +536,18 @@ GEM
535
536
json (>= 1.8 , < 3 )
536
537
simplecov-html (~> 0.10.0 )
537
538
simplecov-html (0.10.2 )
538
- sinatra (3.2.0 )
539
+ sinatra (4.1.1 )
540
+ logger (>= 1.6.0 )
539
541
mustermann (~> 3.0 )
540
- rack (~> 2.2 , >= 2.2.4 )
541
- rack-protection (= 3.2.0 )
542
+ rack (>= 3.0.0 , < 4 )
543
+ rack-protection (= 4.1.1 )
544
+ rack-session (>= 2.0.0 , < 3 )
542
545
tilt (~> 2.0 )
543
- sinatra-contrib (3.2.0 )
546
+ sinatra-contrib (4.1.1 )
544
547
multi_json (>= 0.0.2 )
545
548
mustermann (~> 3.0 )
546
- rack-protection (= 3.2.0 )
547
- sinatra (= 3.2.0 )
549
+ rack-protection (= 4.1.1 )
550
+ sinatra (= 4.1.1 )
548
551
tilt (~> 2.0 )
549
552
solargraph (0.56.0 )
550
553
backport (~> 1.2 )
604
607
addressable (>= 2.8.0 )
605
608
crack (>= 0.3.2 )
606
609
hashdiff (>= 0.4.0 , < 2.0.0 )
607
- webrick (1.9.1 )
608
610
xml-simple (1.1.9 )
609
611
rexml
610
612
yajl-ruby (1.4.3 )
@@ -692,7 +694,7 @@ DEPENDENCIES
692
694
rubyzip (>= 1.3.0 )
693
695
sequel (~> 5.94 )
694
696
sequel_pg
695
- sinatra (~> 3.2 )
697
+ sinatra (~> 4.1 )
696
698
sinatra-contrib
697
699
solargraph
698
700
spork !
You can’t perform that action at this time.
0 commit comments