Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ gem 'rack-timeout', require: false
gem 'redacted_struct'
gem 'redis', '>= 3.2.0'
gem 'redis-namespace'
gem 'redis-session-store', '>= 0.11.3'
gem 'redis-session-store', github: '18f/redis-session-store', tag: 'v0.11.4-18f'
Copy link
Copy Markdown
Contributor Author

@zachmargolis zachmargolis Nov 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know we have the pattern up above with @hostdata_gem ||= to allow for local development, but we really don't iterate with this gem often so I figured it was easier to use the simpler form like this

gem 'retries'
gem 'rotp', '~> 6.1'
gem 'rqrcode'
Expand Down
14 changes: 10 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ GIT
pkcs11
uuid

GIT
remote: https://github.com/18f/redis-session-store.git
revision: d3f5e38d3a6173737a580d774767a0d8471b1e67
tag: v0.11.4-18f
specs:
redis-session-store (0.11.4.pre.18f)
actionpack (>= 3, < 7)
redis (>= 3, < 5)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -475,9 +484,6 @@ GEM
redis (4.4.0)
redis-namespace (1.8.1)
redis (>= 3.0.4)
redis-session-store (0.11.3)
actionpack (>= 3, < 7)
redis (>= 3, < 5)
regexp_parser (2.1.1)
reline (0.2.5)
io-console (~> 0.5)
Expand Down Expand Up @@ -749,7 +755,7 @@ DEPENDENCIES
redacted_struct
redis (>= 3.2.0)
redis-namespace
redis-session-store (>= 0.11.3)
redis-session-store!
retries
rotp (~> 6.1)
rqrcode
Expand Down