File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22
33gem 'activesupport'
4- gem 'sinatra'
4+ gem 'sinatra' , '~>4.1.0'
55
66gem "puma"
77
Original file line number Diff line number Diff line change 2626 logger (1.7.0 )
2727 method_source (1.1.0 )
2828 minitest (5.25.5 )
29- mustermann (2 .0.2 )
29+ mustermann (3 .0.4 )
3030 ruby2_keywords (~> 0.0.1 )
3131 nio4r (2.7.4 )
3232 pry (0.15.2 )
3737 slop (~> 3.0 )
3838 puma (6.6.1 )
3939 nio4r (~> 2.0 )
40- rack (2.2.17 )
41- rack-protection (2.2.4 )
42- rack
40+ rack (3.2.0 )
41+ rack-protection (4.1.1 )
42+ base64 (>= 0.1.0 )
43+ logger (>= 1.6.0 )
44+ rack (>= 3.0.0 , < 4 )
45+ rack-session (2.1.1 )
46+ base64 (>= 0.1.0 )
47+ rack (>= 3.0.0 )
4348 ruby2_keywords (0.0.5 )
4449 securerandom (0.4.1 )
45- sinatra (2.2.4 )
46- mustermann (~> 2.0 )
47- rack (~> 2.2 )
48- rack-protection (= 2.2.4 )
50+ sinatra (4.1.1 )
51+ logger (>= 1.6.0 )
52+ mustermann (~> 3.0 )
53+ rack (>= 3.0.0 , < 4 )
54+ rack-protection (= 4.1.1 )
55+ rack-session (>= 2.0.0 , < 3 )
4956 tilt (~> 2.0 )
5057 slop (3.6.0 )
5158 tilt (2.6.1 )
@@ -62,7 +69,7 @@ DEPENDENCIES
6269 pry
6370 pry-remote
6471 puma
65- sinatra
72+ sinatra ( ~> 4.1.0 )
6673
6774BUNDLED WITH
6875 2.6.2
You can’t perform that action at this time.
0 commit comments