Skip to content

Commit

Permalink
Update shopify_api gem dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
paulomarg committed Jul 11, 2023
1 parent b0ad8f9 commit d1a2d22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.0)
shopify_api (~> 13.1)
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.0.0)
shopify_api (13.1.0)
activesupport
concurrent-ruby
hash_diff
Expand All @@ -227,7 +227,7 @@ GEM
openssl
securerandom
sorbet-runtime
zeitwerk (~> 2.5, < 2.6.5)
zeitwerk (~> 2.5)
sorbet-runtime (0.5.10835)
sprockets (4.2.0)
concurrent-ruby (~> 1.0)
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.0")
s.add_runtime_dependency("shopify_api", "~> 13.1")
s.add_runtime_dependency("sprockets-rails", ">= 2.0.0")

s.add_development_dependency("byebug")
Expand Down

0 comments on commit d1a2d22

Please sign in to comment.