Skip to content

Commit

Permalink
Update minimum memcached_store
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Nov 23, 2023
1 parent dc412c3 commit 8f48924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem "rubocop-shopify", "~> 2.9.0", require: false
gem "mysql2", "~> 0.5.3", platform: :mri
gem "pg", ">= 0.18", "< 2.0", platform: :mri
gem "memcached", "~> 1.8.0", platform: :mri
gem "memcached_store", "~> 1.0.0", platform: :mri
gem "memcached_store", "~> 2.3.2", platform: :mri
gem "dalli", "~> 2.7.11"
gem "cityhash", "~> 0.6.0", platform: :mri

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.min-supported
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ gem "activerecord", "~> 7.0.0"
gem "mysql2", "~> 0.5"
gem "pg", "~> 1.1"
gem "memcached", "~> 1.8.0"
gem "memcached_store", "~> 1.0.0"
gem "memcached_store", "~> 2.3.2"
gem "dalli", "~> 2.7.11"
gem "cityhash", "~> 0.6.0"

0 comments on commit 8f48924

Please sign in to comment.