File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ source 'https://rubygems.org'
22
33gem 'activerecord' , '~> 8.0' , require : 'active_record'
44gem 'json' , '~> 2.8'
5- gem 'sinatra' , '~> 4.0 ' , require : 'sinatra/base'
5+ gem 'sinatra' , '~> 4.2 ' , require : 'sinatra/base'
66
77group :mysql , optional : true do
88 gem 'trilogy' , '~> 2.9.0' , platforms : [ :ruby , :windows ]
Original file line number Diff line number Diff line change 3232 json (2.13.2 )
3333 logger (1.7.0 )
3434 minitest (5.25.5 )
35- mustermann (3.0.3 )
35+ mustermann (3.0.4 )
3636 ruby2_keywords (~> 0.0.1 )
3737 nio4r (2.7.4 )
3838 pg (1.5.9 )
3939 puma (7.0.2 )
4040 nio4r (~> 2.0 )
41- rack (3.2.0 )
42- rack-protection (4.1.1 )
41+ rack (3.2.3 )
42+ rack-protection (4.2.0 )
4343 base64 (>= 0.1.0 )
4444 logger (>= 1.6.0 )
4545 rack (>= 3.0.0 , < 4 )
4848 rack (>= 3.0.0 )
4949 ruby2_keywords (0.0.5 )
5050 securerandom (0.4.1 )
51- sinatra (4.1.1 )
51+ sinatra (4.2.0 )
5252 logger (>= 1.6.0 )
5353 mustermann (~> 3.0 )
5454 rack (>= 3.0.0 , < 4 )
55- rack-protection (= 4.1.1 )
55+ rack-protection (= 4.2.0 )
5656 rack-session (>= 2.0.0 , < 3 )
5757 tilt (~> 2.0 )
58- tilt (2.6.0 )
58+ tilt (2.6.1 )
5959 timeout (0.4.3 )
6060 trilogy (2.9.0 )
6161 tzinfo (2.0.6 )
@@ -73,7 +73,7 @@ DEPENDENCIES
7373 json (~> 2.8 )
7474 pg (~> 1.5 )
7575 puma (~> 7.0 )
76- sinatra (~> 4.0 )
76+ sinatra (~> 4.2 )
7777 trilogy (~> 2.9.0 )
7878
7979BUNDLED WITH
You can’t perform that action at this time.
0 commit comments