Skip to content

Commit

Permalink
Bump Shopify API to 2024-07 (#110)
Browse files Browse the repository at this point in the history
Fixes #109
  • Loading branch information
forsbergplustwo authored Jul 4, 2024
2 parents acb11c6 + 78e7973 commit 31f5e83
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.0
3.2.3
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.2.0"
ruby "3.2.3"

# Backend
gem "rails", "~> 7.0.8"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ DEPENDENCIES
webdrivers

RUBY VERSION
ruby 3.2.0p0
ruby 3.2.3p157

BUNDLED WITH
2.4.4
2 changes: 1 addition & 1 deletion lib/http_client.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module ShopifyPartnerAPI
class HTTPClient < GraphQL::Client::HTTP
SHOPIFY_PARTNER_API_VERSION = "2023-07"
SHOPIFY_PARTNER_API_VERSION = "2024-07"

def initialize
super("https://partners.shopify.com/")
Expand Down

0 comments on commit 31f5e83

Please sign in to comment.