File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33source 'http://rubygems.org'
44
55# gem "rails"
6- gem 'sinatra' , '~> 2 .2'
6+ gem 'sinatra' , '~> 4 .2'
77gem 'jwt' , '~> 2.5'
88gem 'dotenv'
99gem 'puma'
Original file line number Diff line number Diff line change 11GEM
22 remote: http://rubygems.org/
33 specs:
4+ base64 (0.3.0 )
45 dotenv (2.8.1 )
56 jwt (2.5.0 )
6- mustermann (2.0.2 )
7+ logger (1.7.0 )
8+ mustermann (3.0.4 )
79 ruby2_keywords (~> 0.0.1 )
810 nio4r (2.7.3 )
911 puma (5.6.9 )
1012 nio4r (~> 2.0 )
11- rack (2.2.22 )
12- rack-protection (2.2.3 )
13- rack
13+ rack (3.2.4 )
14+ rack-protection (4.2.0 )
15+ base64 (>= 0.1.0 )
16+ logger (>= 1.6.0 )
17+ rack (>= 3.0.0 , < 4 )
18+ rack-session (2.1.1 )
19+ base64 (>= 0.1.0 )
20+ rack (>= 3.0.0 )
1421 ruby2_keywords (0.0.5 )
15- sinatra (2.2.3 )
16- mustermann (~> 2.0 )
17- rack (~> 2.2 )
18- rack-protection (= 2.2.3 )
22+ sinatra (4.2.0 )
23+ logger (>= 1.6.0 )
24+ mustermann (~> 3.0 )
25+ rack (>= 3.0.0 , < 4 )
26+ rack-protection (= 4.2.0 )
27+ rack-session (>= 2.0.0 , < 3 )
1928 tilt (~> 2.0 )
20- tilt (2.0.11 )
29+ tilt (2.7.0 )
2130
2231PLATFORMS
2332 aarch64-linux
@@ -27,7 +36,7 @@ DEPENDENCIES
2736 dotenv
2837 jwt (~> 2.5 )
2938 puma
30- sinatra (~> 2 .2 )
39+ sinatra (~> 4 .2 )
3140
3241BUNDLED WITH
3342 2.3.7
You can’t perform that action at this time.
0 commit comments