diff --git a/.ruby-version b/.ruby-version index 944880f..b347b11 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.0 +3.2.3 diff --git a/Gemfile b/Gemfile index e4c4e0f..b5431b3 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index 0698354..ff951ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -423,7 +423,7 @@ DEPENDENCIES webdrivers RUBY VERSION - ruby 3.2.0p0 + ruby 3.2.3p157 BUNDLED WITH 2.4.4 diff --git a/lib/http_client.rb b/lib/http_client.rb index e2d21a4..80812f5 100644 --- a/lib/http_client.rb +++ b/lib/http_client.rb @@ -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/")