Skip to content

Commit

Permalink
Merge pull request #1633 from Shopify/bump_shopify_api_12_4_0
Browse files Browse the repository at this point in the history
Update shopify_api to 12.4.0
  • Loading branch information
paulomarg authored Jan 5, 2023
2 parents 4e16a1d + 8b5c061 commit 3c0153d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
21 changes: 9 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PATH
jwt (>= 2.2.3)
rails (> 5.2.1)
redirect_safely (~> 1.0)
shopify_api (~> 12.3)
shopify_api (~> 12.4)
sprockets-rails (>= 2.0.0)

GEM
Expand Down Expand Up @@ -100,13 +100,13 @@ GEM
activesupport (>= 5.0)
hash_diff (1.1.1)
hashdiff (1.0.1)
httparty (0.20.0)
mime-types (~> 3.0)
httparty (0.21.0)
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.6.3)
jwt (2.5.0)
jwt (2.6.0)
language_server-protocol (3.17.0.2)
loofah (2.19.0)
crass (~> 1.0.2)
Expand All @@ -118,11 +118,8 @@ GEM
net-smtp
marcel (1.0.2)
method_source (1.0.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_mime (1.1.2)
minitest (5.16.3)
minitest (5.17.0)
mocha (2.0.2)
ruby2_keywords (>= 0.0.5)
multi_xml (0.6.0)
Expand All @@ -142,7 +139,7 @@ GEM
nokogiri (1.13.9-x86_64-linux)
racc (~> 1.4)
oj (3.13.23)
openssl (3.0.1)
openssl (3.1.0)
parallel (1.22.1)
parser (3.1.3.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -217,8 +214,8 @@ GEM
syntax_tree (>= 4.0.2, < 5.0.0)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
securerandom (0.2.1)
shopify_api (12.3.0)
securerandom (0.2.2)
shopify_api (12.4.0)
activesupport
concurrent-ruby
hash_diff
Expand All @@ -229,7 +226,7 @@ GEM
securerandom
sorbet-runtime
zeitwerk (~> 2.5, < 2.6.5)
sorbet-runtime (0.5.10576)
sorbet-runtime (0.5.10601)
sprockets (4.1.1)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand Down
2 changes: 1 addition & 1 deletion shopify_app.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency("jwt", ">= 2.2.3")
s.add_runtime_dependency("rails", "> 5.2.1")
s.add_runtime_dependency("redirect_safely", "~> 1.0")
s.add_runtime_dependency("shopify_api", "~> 12.3")
s.add_runtime_dependency("shopify_api", "~> 12.4")
s.add_runtime_dependency("sprockets-rails", ">= 2.0.0")

s.add_development_dependency("byebug")
Expand Down

0 comments on commit 3c0153d

Please sign in to comment.