We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2664ff2 commit fa154ebCopy full SHA for fa154eb
Gemfile
@@ -9,7 +9,7 @@ gem "rails", rails_version
9
gem "rails-html-sanitizer", "1.6.2"
10
gem "railties", rails_version
11
12
-gem "rack", "3.2.0"
+gem "rack", "3.2.1"
13
14
# All things countries
15
gem "countries"
Gemfile.lock
@@ -454,7 +454,7 @@ GEM
454
nio4r (~> 2.0)
455
raabro (1.4.0)
456
racc (1.8.1)
457
- rack (3.2.0)
+ rack (3.2.1)
458
rack-protection (4.1.1)
459
base64 (>= 0.1.0)
460
logger (>= 1.6.0)
@@ -822,7 +822,7 @@ DEPENDENCIES
822
pry-stack_explorer (~> 0.6.1)
823
public_suffix (~> 5.0)
824
puma (~> 6.6.0)
825
- rack (= 3.2.0)
+ rack (= 3.2.1)
826
rack-utf8_sanitizer
827
rails (= 8.0.2.1)
828
rails-controller-testing
0 commit comments