ruby_shopify_app 1.1.0 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c906c98c85e0ecff5777e1c540e66e1e98ab910a958b23026b58db1c54994ff2
4
- data.tar.gz: 054b8c58d09906b598d2c168a9c3fd549e3115332be76ce0fd2ca6187f1c4e25
3
+ metadata.gz: 3df3a9360400540ee0e4b69c7af74a3355384f987e6ba0dc15151157cd874ae0
4
+ data.tar.gz: fb269cf6a4f7e6bb5ffd342c4151377bea3b2acdcd760b88964f29344d14e709
5
5
  SHA512:
6
- metadata.gz: 3543a5662caec2fb5ecff0aa30652f8ff8a99b81c08a0ba5655e1867ea80c5e547cff828889fd03c29534c5d5ddbc23010dbbe814ec49a7390b6bf6682fc4385
7
- data.tar.gz: fa36e379c6a89076af24441d13db09e0569a47c34c45b32a3f129c1be3d4e5fe47229945aefd80e0f49e0cdb2a8a77a1c77bb6ae17b59e24acf12f24bfed9e73
6
+ metadata.gz: 12408e8093f2eeacd8cfa5e704e59066ac2f68d37bfb45b610357219dfff4cccedb5489509432560ab3d778989f41968cc27c7f35da80be1167e0daaee76671f
7
+ data.tar.gz: 9bf7d5c873890ce861dee6c26730e3c9d2eac72da2239fd16a82f9604125d51fbdeeb144b69ad09262d1ce4ed3ac180b2b0c4dcc39f55734c212c169bf46c065
data/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ 1.3.0
2
+ -----
3
+
4
+ * Upgrade Shopify AppBridge from v2 to v3
5
+
6
+ 1.2.0
7
+ -----
8
+
9
+ * omniauth-shopify-oauth2 => omniauth-shopify-app
1
10
 
2
11
  1.1.0
3
12
  -----
data/Gemfile.lock CHANGED
@@ -1,11 +1,11 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruby_shopify_app (1.1.0)
4
+ ruby_shopify_app (1.2.0)
5
5
  browser_sniffer (~> 2.0)
6
6
  jwt (>= 2.2.3)
7
7
  omniauth-rails_csrf_protection
8
- omniauth-shopify-oauth2 (~> 2.3)
8
+ omniauth-shopify-app (~> 1.0)
9
9
  rails (>= 6.1.0)
10
10
  redirect_safely (~> 1.0)
11
11
  ruby_shopify_api (~> 1.2)
@@ -102,7 +102,7 @@ GEM
102
102
  crass (1.0.6)
103
103
  date (3.3.4)
104
104
  erubi (1.12.0)
105
- faraday (2.9.0)
105
+ faraday (2.9.1)
106
106
  faraday-net_http (>= 2.0, < 3.2)
107
107
  faraday-net_http (3.1.0)
108
108
  net-http
@@ -138,7 +138,8 @@ GEM
138
138
  minitest (>= 4, < 6)
139
139
  mocha (2.2.0)
140
140
  ruby2_keywords (>= 0.0.5)
141
- multi_xml (0.6.0)
141
+ multi_xml (0.7.1)
142
+ bigdecimal (~> 3.1)
142
143
  net-http (0.4.1)
143
144
  uri
144
145
  net-imap (0.4.10)
@@ -165,15 +166,13 @@ GEM
165
166
  hashie (>= 3.4.6)
166
167
  rack (>= 2.2.3)
167
168
  rack-protection
168
- omniauth-oauth2 (1.8.0)
169
- oauth2 (>= 1.4, < 3)
170
- omniauth (~> 2.0)
171
169
  omniauth-rails_csrf_protection (1.0.1)
172
170
  actionpack (>= 4.2)
173
171
  omniauth (~> 2.0)
174
- omniauth-shopify-oauth2 (2.4.0)
172
+ omniauth-shopify-app (1.0.0)
175
173
  activesupport
176
- omniauth-oauth2 (~> 1.5)
174
+ oauth2 (>= 1.4, < 3)
175
+ omniauth (~> 2.0)
177
176
  parallel (1.24.0)
178
177
  parser (3.3.1.0)
179
178
  ast (~> 2.4.1)