There was an error while loading. Please reload this page.
1 parent 33db5f3 commit 5625593Copy full SHA for 5625593
2 files changed
Gemfile
@@ -14,7 +14,8 @@ gem "mailgun-ruby"
14
gem "aws-sdk-s3"
15
gem "csv", "~> 3.3"
16
gem "jwt"
17
-
+gem "rack-session", ">= 2.1.2"
18
+gem "addressable", ">= 2.9.0"
19
# Use the Puma web server [https://github.com/puma/puma]
20
gem "puma", ">= 5.0"
21
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
Gemfile.lock
@@ -595,6 +595,7 @@ PLATFORMS
595
x86_64-linux-musl
596
597
DEPENDENCIES
598
+ addressable (>= 2.9.0)
599
annotaterb
600
auto_strip_attributes
601
aws-sdk-s3
@@ -624,6 +625,7 @@ DEPENDENCIES
624
625
propshaft
626
pry-byebug
627
puma (>= 5.0)
628
+ rack-session (>= 2.1.2)
629
rails (~> 8.1.3)
630
rails-controller-testing
631
rails-i18n
0 commit comments