Skip to content

Commit

Permalink
Use released version of config
Browse files Browse the repository at this point in the history
  • Loading branch information
ytkg committed Nov 24, 2022
1 parent 2bcca49 commit b60cc94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ group(:development, :test) do
gem("shopify-money", require: false)
gem("sidekiq", require: false)
gem("nokogiri", require: false)
gem("config", github: "rubyconfig/config", branch: "master", require: false)
gem("config", require: false)
gem("aasm", require: false)
gem("bcrypt", require: false)
gem("xpath", require: false)
Expand Down
14 changes: 4 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@ GIT
specs:
cityhash (0.6.0)

GIT
remote: https://github.com/rubyconfig/config.git
revision: 70633f2e4358c9fd4c86c8f1589c2f23d5874ffc
branch: master
specs:
config (4.1.0)
deep_merge (~> 1.2, >= 1.2.1)
dry-validation (~> 1.0, >= 1.0.0)

PATH
remote: .
specs:
Expand Down Expand Up @@ -118,6 +109,9 @@ GEM
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.1.10)
config (4.1.0)
deep_merge (~> 1.2, >= 1.2.1)
dry-validation (~> 1.0, >= 1.0.0)
connection_pool (2.3.0)
crack (0.4.5)
rexml
Expand Down Expand Up @@ -368,7 +362,7 @@ DEPENDENCIES
activeresource
bcrypt
cityhash!
config!
config
debug
frozen_record
google-protobuf
Expand Down

0 comments on commit b60cc94

Please sign in to comment.