Skip to content

Commit 5625593

Browse files
update addressable and rack-session (#313)
Co-authored-by: DrewProebstelCfa <dproebstel@codeforamerica.org>
1 parent 33db5f3 commit 5625593

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ gem "mailgun-ruby"
1414
gem "aws-sdk-s3"
1515
gem "csv", "~> 3.3"
1616
gem "jwt"
17-
17+
gem "rack-session", ">= 2.1.2"
18+
gem "addressable", ">= 2.9.0"
1819
# Use the Puma web server [https://github.com/puma/puma]
1920
gem "puma", ">= 5.0"
2021
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,7 @@ PLATFORMS
595595
x86_64-linux-musl
596596

597597
DEPENDENCIES
598+
addressable (>= 2.9.0)
598599
annotaterb
599600
auto_strip_attributes
600601
aws-sdk-s3
@@ -624,6 +625,7 @@ DEPENDENCIES
624625
propshaft
625626
pry-byebug
626627
puma (>= 5.0)
628+
rack-session (>= 2.1.2)
627629
rails (~> 8.1.3)
628630
rails-controller-testing
629631
rails-i18n

0 commit comments

Comments
 (0)