apollo-federation 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8a8a1aec191839f10fc35c1184f6d8c8a1a307dff82ba96a159ef5e140260ba0
4
- data.tar.gz: fb9ae5a4a02e97973d4a107050f8190a9f22dbe90ca26017ce7d528f80440965
3
+ metadata.gz: ae2f7807ca1dffc78c93e03e7f38faaade2da2c71139db82951cd896a021efc6
4
+ data.tar.gz: e57dd2ee12cec5187e09af06234af0979f84afba306b58c4a4f63906b864a7d4
5
5
  SHA512:
6
- metadata.gz: 3f920513b88d57be072ed9348b9ebea3054c16c9c137f38b30174e6d5d4c768a35f781c7129546f37603563e123486df3782fb51c1fb96cde65a8fa464b8cb5d
7
- data.tar.gz: 18de702e8ddc5b0173369cd8b106a95c7d14ff929d31f91fc3ae7c758fcecd1ab3c0f4e9425d712b3c07e7dbad70c6407d60f0dcd6448cc6708d453490e49cc2
6
+ metadata.gz: 1a8570195da6db5049d09ed12fc283a269bc20e2aabd9521eb5237416211e46164222ba3fe01f5ef55492e124c3fbc109e0d822180adba827456cf77939b9d9d
7
+ data.tar.gz: 3fc013f93d7bb89646f5ccd8e2e7f20ed6566b9c432e2ad9ca59db2b5008b3f367a9bee5cc1be42f8451cd83112ed06d1b22b8b2411b960d1563f2b8ce76299b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [2.0.2](https://github.com/Gusto/apollo-federation-ruby/compare/v2.0.1...v2.0.2) (2022-01-31)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Use `bundle install` to avoid `bundle check` that changes our lockfiles ([#170](https://github.com/Gusto/apollo-federation-ruby/issues/170)) ([5c89ff1](https://github.com/Gusto/apollo-federation-ruby/commit/5c89ff1545dd1e6668fcdcf5b6fa89188cbb3ab4))
7
+
1
8
  ## [2.0.1](https://github.com/Gusto/apollo-federation-ruby/compare/v2.0.0...v2.0.1) (2022-01-27)
2
9
 
3
10
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ApolloFederation
4
- VERSION = '2.0.1'
4
+ VERSION = '2.0.2'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apollo-federation
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Noa Elad
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-01-27 00:00:00.000000000 Z
12
+ date: 2022-01-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: graphql