Skip to content

Commit 286e548

Browse files
committed
Bump shopify-api version
1 parent daaf498 commit 286e548

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Unreleased
1313
- Handle invalid token when adding redirection headers [#1945](https://github.com/Shopify/shopify_app/pull/1945)
1414
- Handle invalid record error for concurrent token exchange calls [#1966](https://github.com/Shopify/shopify_app/pull/1966)
1515
- Add opt-in `ShopifyApp.add_csp_directives(policy)` helper for apps with strict CSP that need to allow App Bridge script source [#2017](https://github.com/Shopify/shopify_app/pull/2017)
16+
- Bumps shopify_api dependency to ~> 16.0
1617

1718
22.5.2 (March 14, 2025)
1819
----------

shopify_app.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
1717
s.add_runtime_dependency("addressable", "~> 2.7")
1818
s.add_runtime_dependency("rails", ">= 7.1", "< 9")
1919
s.add_runtime_dependency("redirect_safely", "~> 1.0")
20-
s.add_runtime_dependency("shopify_api", ">= 14.7.0", "< 15.0")
20+
s.add_runtime_dependency("shopify_api", "~> 16.0")
2121
s.add_runtime_dependency("sprockets-rails")
2222
s.add_development_dependency("byebug")
2323
s.add_development_dependency("csv")

0 commit comments

Comments
 (0)