Skip to content

Commit

Permalink
Merge pull request #1776 from Shopify/liz/update-shopify-api-13.4
Browse files Browse the repository at this point in the history
Update shopify-api to v13.4.0
  • Loading branch information
lizkenyon committed Jan 15, 2024
2 parents affb43a + d222945 commit 9e8f95b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Unreleased
----------
* Fix `add_webhook` generator to create the webhook jobs under the correct directory[#1748](https://github.com/Shopify/shopify_app/pull/1748)
* Add support for metafield_namespaces in webhook registration [#1745](https://github.com/Shopify/shopify_app/pull/1745)
* Bumps shopify_api to latest version, adds support for 2024-01 API version [#1776](https://github.com/Shopify/shopify_app/pull/1776)

21.8.1 (December 6, 2023)
----------
Expand Down
4 changes: 2 additions & 2 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 (~> 13.3)
shopify_api (~> 13.4)
sprockets-rails (>= 2.0.0)

GEM
Expand Down Expand Up @@ -217,7 +217,7 @@ GEM
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
securerandom (0.2.2)
shopify_api (13.3.1)
shopify_api (13.4.0)
activesupport
concurrent-ruby
hash_diff
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", "~> 13.3")
s.add_runtime_dependency("shopify_api", "~> 13.4")
s.add_runtime_dependency("sprockets-rails", ">= 2.0.0")

s.add_development_dependency("byebug")
Expand Down

0 comments on commit 9e8f95b

Please sign in to comment.