Skip to content

Commit

Permalink
Merge pull request #247 from catatsuy/feature_update_dalli_for_ruby_app
Browse files Browse the repository at this point in the history
update dalli for ruby app
  • Loading branch information
catatsuy committed Jan 15, 2022
2 parents b31ac73 + 907ce00 commit 949f3b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions webapp/ruby/Gemfile
Expand Up @@ -7,4 +7,5 @@ gem "foreman"
gem "unicorn"
gem "mysql2"
gem "rack-flash3"
gem 'connection_pool'
gem "dalli"
4 changes: 3 additions & 1 deletion webapp/ruby/Gemfile.lock
@@ -1,7 +1,8 @@
GEM
remote: https://rubygems.org/
specs:
dalli (2.7.11)
connection_pool (2.2.5)
dalli (3.2.0)
foreman (0.87.2)
kgio (2.11.3)
multi_json (1.15.0)
Expand Down Expand Up @@ -35,6 +36,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
connection_pool
dalli
foreman
mysql2
Expand Down

0 comments on commit 949f3b1

Please sign in to comment.