From 835349fce51300309bb8ef3c0a09d15723604e75 Mon Sep 17 00:00:00 2001 From: Marco Arduini Date: Tue, 8 Oct 2024 22:28:48 +0200 Subject: [PATCH] Add the shopify_graphql gem --- Gemfile | 2 ++ Gemfile.lock | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/Gemfile b/Gemfile index 7c63457..1e12622 100644 --- a/Gemfile +++ b/Gemfile @@ -59,3 +59,5 @@ end gem "dotenv-rails", "~> 3.1" gem "shopify_app", "~> 22.4" + +gem "shopify_graphql", "~> 1.2" diff --git a/Gemfile.lock b/Gemfile.lock index 83f6be2..faa261c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -293,6 +293,10 @@ GEM redirect_safely (~> 1.0) shopify_api (>= 14.3.0, < 15.0) sprockets-rails (>= 2.0.0) + shopify_graphql (1.2.7) + rails (>= 6.0.0) + shopify_api (>= 10.0) + shopify_app (>= 19.0) sorbet-runtime (0.5.11597) sprockets (4.2.1) concurrent-ruby (~> 1.0) @@ -366,6 +370,7 @@ DEPENDENCIES rubocop-rails-omakase selenium-webdriver shopify_app (~> 22.4) + shopify_graphql (~> 1.2) sprockets-rails sqlite3 (>= 1.4) stimulus-rails