Skip to content

Commit

Permalink
Update dependencies and dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Aug 21, 2024
1 parent 50a55ac commit 0ce773f
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.3.4
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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", github: "Shopify/memcached", branch: "1-0-stable-shopify", platform: :mri
gem "memcached_store", "~> 2.3.2", platform: :mri
gem "dalli", "~> 3.2.3"
gem "cityhash", "~> 0.6.0", platform: :mri
Expand Down
40 changes: 24 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
GIT
remote: https://github.com/Shopify/memcached.git
revision: 54a89bae698896a00fd2ceeb142dada6285f73ed
branch: 1-0-stable-shopify
specs:
memcached (1.9.0)

PATH
remote: .
specs:
Expand All @@ -8,45 +15,45 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (7.1.3.2)
activesupport (= 7.1.3.2)
activerecord (7.1.3.2)
activemodel (= 7.1.3.2)
activesupport (= 7.1.3.2)
activemodel (7.2.0)
activesupport (= 7.2.0)
activerecord (7.2.0)
activemodel (= 7.2.0)
activesupport (= 7.2.0)
timeout (>= 0.4.0)
activesupport (7.1.3.2)
activesupport (7.2.0)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
ar_transaction_changes (1.1.9)
activerecord (>= 5.2.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.6)
bigdecimal (3.1.8)
byebug (11.1.3)
cityhash (0.6.0)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
dalli (3.2.3)
drb (2.2.1)
i18n (1.14.4)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
json (2.7.1)
language_server-protocol (3.17.0.3)
memcached (1.8.0)
logger (1.6.0)
memcached_store (2.3.4)
activesupport (>= 6)
memcached (~> 1.8)
minitest (5.22.2)
minitest (5.25.1)
mocha (2.1.0)
ruby2_keywords (>= 0.0.5)
mutex_m (0.2.0)
mysql2 (0.5.6)
parallel (1.24.0)
parser (3.3.0.5)
Expand Down Expand Up @@ -76,6 +83,7 @@ GEM
rubocop (~> 1.33)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
securerandom (0.3.1)
spy (1.0.5)
stackprof (0.2.26)
strscan (3.1.0)
Expand All @@ -94,7 +102,7 @@ DEPENDENCIES
cityhash (~> 0.6.0)
dalli (~> 3.2.3)
identity_cache!
memcached (~> 1.8.0)
memcached!
memcached_store (~> 2.3.2)
minitest (~> 5.14)
mocha (~> 2.0)
Expand Down
12 changes: 2 additions & 10 deletions dev.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
name: identity-cache

up:
- homebrew:
- mysql-client@5.7:
or: [mysql@5.7]
conflicts: [mysql-connector-c, mysql, mysql-client]
- ruby
- isogun
- bundler

env:
RAILGUN_HOST: identity-cache.railgun
MYSQL_HOST: identity-cache.railgun
MEMCACHED_HOST: identity-cache.railgun
- memcached
- mysql

commands:
test:
Expand Down
1 change: 1 addition & 0 deletions gemfiles/Gemfile.latest-release
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ gem "activesupport"
gem "mysql2", "~> 0.5"
gem "pg", "~> 1.1"
gem "memcached_store"
gem "memcached", shopify: "memcached", branch: "1-0-stable-shopify"
gem "dalli"
gem "cityhash"
11 changes: 0 additions & 11 deletions isogun.yml

This file was deleted.

0 comments on commit 0ce773f

Please sign in to comment.