Skip to content

Commit 7c3be41

Browse files
committed
Peg rack gem to v2
1 parent 12932a1 commit 7c3be41

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ source 'https://rubygems.org'
33
ruby '3.4.1'
44

55
gem 'rails', '~> 7.2'
6+
gem 'rack', '~> 2.2'
67

78
gem 'pg'
89
gem 'unicorn'

Gemfile.lock

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ GEM
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)
@@ -343,9 +343,9 @@ GEM
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)
@@ -417,6 +417,7 @@ GEM
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

0 commit comments

Comments
 (0)