Skip to content

Commit

Permalink
Fix ActiveSupport inflector dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Nov 15, 2022
1 parent 9ef0f17 commit 6329aab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: .
specs:
shopify_api (12.2.1)
activesupport
concurrent-ruby
hash_diff
httparty
Expand Down Expand Up @@ -140,7 +141,6 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activesupport
fakefs
minitest
mocha
Expand Down
2 changes: 1 addition & 1 deletion shopify_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = ">= 2.6"

s.add_runtime_dependency("activesupport")
s.add_runtime_dependency("concurrent-ruby")
s.add_runtime_dependency("hash_diff")
s.add_runtime_dependency("httparty")
Expand All @@ -42,7 +43,6 @@ Gem::Specification.new do |s|
s.add_runtime_dependency("sorbet-runtime")
s.add_runtime_dependency("zeitwerk", "~> 2.5", "< 2.6.5") # https://github.com/Shopify/shopify-api-ruby/issues/1058

s.add_development_dependency("activesupport")
s.add_development_dependency("pry-byebug")
s.add_development_dependency("rake")
s.add_development_dependency("rubocop")
Expand Down

0 comments on commit 6329aab

Please sign in to comment.