Skip to content

Commit

Permalink
Add dalli gem for memcached access (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
spilth authored Jul 29, 2024
1 parent 0c810fe commit d1168f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ gem 'capistrano-passenger', '~> 0.2.1'
gem 'capistrano-rails', '~> 1.6'
gem 'capistrano-rbenv', '~> 2.2'
gem 'config'
gem 'dalli'
gem 'devise'
gem 'geoblacklight', '~> 4.0'
gem 'importmap-rails'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ GEM
dry-validation (~> 1.0, >= 1.0.0)
connection_pool (2.4.1)
crass (1.0.6)
dalli (3.2.8)
database_cleaner (2.0.2)
database_cleaner-active_record (>= 2, < 3)
database_cleaner-active_record (2.1.0)
Expand Down Expand Up @@ -585,6 +586,7 @@ DEPENDENCIES
capybara
capybara-screenshot
config
dalli
database_cleaner
devise
factory_bot_rails
Expand Down

0 comments on commit d1168f5

Please sign in to comment.