File tree Expand file tree Collapse file tree 2 files changed +14
-11
lines changed
Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ source 'https://rubygems.org'
33ruby '3.4.1'
44
55gem 'rails' , '~> 7.2'
6+ gem 'rack' , '~> 2.2'
67
78gem 'pg'
89gem 'unicorn'
Original file line number Diff line number Diff line change 158158 ffi (1.17.3-x86_64-darwin )
159159 ffi (1.17.3-x86_64-linux-gnu )
160160 ffi (1.17.3-x86_64-linux-musl )
161- formtastic (5 .0.0 )
162- actionpack (>= 6.0 .0 )
161+ formtastic (6 .0.0 )
162+ actionpack (>= 7.2 .0 )
163163 formtastic_i18n (0.7.0 )
164164 globalid (1.3.0 )
165165 activesupport (>= 6.1 )
@@ -279,14 +279,14 @@ GEM
279279 puma (6.6.0 )
280280 nio4r (~> 2.0 )
281281 racc (1.8.1 )
282- rack (3.2.6 )
283- rack-session (2.1.1 )
284- base64 (>= 0.1.0 )
285- rack (>= 3.0.0 )
282+ rack (2.2.23 )
283+ rack-session (1.0.2 )
284+ rack (< 3 )
286285 rack-test (2.2.0 )
287286 rack (>= 1.3 )
288- rackup (2.3.1 )
289- rack (>= 3 )
287+ rackup (1.0.1 )
288+ rack (< 3 )
289+ webrick
290290 rails (7.2.3.1 )
291291 actioncable (= 7.2.3.1 )
292292 actionmailbox (= 7.2.3.1 )
343343 io-console (~> 0.5 )
344344 request_store (1.7.0 )
345345 rack (>= 1.4 )
346- responders (3.1.1 )
347- actionpack (>= 5.2 )
348- railties (>= 5.2 )
346+ responders (3.2.0 )
347+ actionpack (>= 7.0 )
348+ railties (>= 7.0 )
349349 rexml (3.4.2 )
350350 rspec-core (3.13.3 )
351351 rspec-support (~> 3.13.0 )
417417 useragent (0.16.11 )
418418 warden (1.2.9 )
419419 rack (>= 2.0.9 )
420+ webrick (1.9.2 )
420421 websocket (1.2.11 )
421422 websocket-driver (0.8.0 )
422423 base64
@@ -465,6 +466,7 @@ DEPENDENCIES
465466 pg
466467 pry
467468 puma
469+ rack (~> 2.2 )
468470 rails (~> 7.2 )
469471 rails-controller-testing
470472 rails_12factor
You can’t perform that action at this time.
0 commit comments