Pārlūkot izejas kodu

Merge pull request #833 from Shopify/update-gemfile-lock

Update Gemfile.lock
rezaansyed 3 gadi atpakaļ
vecāks
revīzija
49ac8ccd02
2 mainītis faili ar 3 papildinājumiem un 4 dzēšanām
  1. 1 2
      CHANGELOG.md
  2. 2 2
      Gemfile.lock

+ 1 - 2
CHANGELOG.md

@@ -1,4 +1,4 @@
-## Unreleased
+## Version 9.3.0
 
 * [#797](https://github.com/Shopify/shopify_api/pull/797) Release new Endpoint `fulfillment_order.open` and `fulfillment_order.reschedule`.
 
@@ -11,7 +11,6 @@
 * [#821](https://github.com/Shopify/shopify_api/pull/821) Add logging based on environment variable, move log subscriber out of `detailed_log_subscriber`.
   The `ActiveResource::DetailedLogSubscriber` no longer automatically attaches when the class is loaded. If you were previously relying on that behaviour, you'll now need to call `ActiveResource::DetailedLogSubscriber.attach_to(:active_resource_detailed)`. (If using the new `SHOPIFY_LOG_PATH` environment setting then this is handled for you).
 
-## Version 9.3.0
 * Provide `ApiAccess` value object to encapsulate scope operations [#829](https://github.com/Shopify/shopify_api/pull/829)
 
 ## Version 9.2.0

+ 2 - 2
Gemfile.lock

@@ -1,7 +1,7 @@
 PATH
   remote: .
   specs:
-    shopify_api (9.2.0)
+    shopify_api (9.3.0)
       activeresource (>= 4.1.0, < 6.0.0)
       graphql-client
       rack
@@ -41,7 +41,7 @@ GEM
     eventmachine (1.2.7)
     ffi (1.12.2)
     forwardable-extended (2.6.0)
-    graphql (1.11.5)
+    graphql (1.12.3)
     graphql-client (0.16.0)
       activesupport (>= 3.0)
       graphql (~> 1.8)