Skip to content

Commit c1beb9f

Browse files
authored
Merge pull request #1813 from Shopify/liz/bump-shopify-api
Bump shopify_api to version 14.0.1
2 parents 6fbba80 + 153282d commit c1beb9f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Unreleased
22
----------
3+
* Bumps `shopify_api` to `14.0.1` [1813](https://github.com/Shopify/shopify_app/pull/1813)
34

45
22.00.0 (March 5, 2024)
56
----------

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PATH
77
jwt (>= 2.2.3)
88
rails (> 5.2.1)
99
redirect_safely (~> 1.0)
10-
shopify_api (~> 14)
10+
shopify_api (>= 14.0.1, < 15.0)
1111
sprockets-rails (>= 2.0.0)
1212

1313
GEM
@@ -215,7 +215,7 @@ GEM
215215
ruby-progressbar (1.13.0)
216216
ruby2_keywords (0.0.5)
217217
securerandom (0.2.2)
218-
shopify_api (14.0.0)
218+
shopify_api (14.0.1)
219219
activesupport
220220
concurrent-ruby
221221
hash_diff

shopify_app.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
1919
s.add_runtime_dependency("jwt", ">= 2.2.3")
2020
s.add_runtime_dependency("rails", "> 5.2.1")
2121
s.add_runtime_dependency("redirect_safely", "~> 1.0")
22-
s.add_runtime_dependency("shopify_api", "~> 14")
22+
s.add_runtime_dependency("shopify_api", ">= 14.0.1", "< 15.0")
2323
s.add_runtime_dependency("sprockets-rails", ">= 2.0.0")
2424

2525
s.add_development_dependency("byebug")

0 commit comments

Comments
 (0)