Skip to content

Commit

Permalink
update dalli for ruby app
Browse files Browse the repository at this point in the history
  • Loading branch information
catatsuy committed Jan 15, 2022
1 parent b31ac73 commit 907ce00
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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 907ce00

Please sign in to comment.