rack-graphql 2.10.0 → 2.10.1

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: d260febdd0e344f8d01c2c93ad67cb272060491c703ab3f6a3b7ba6ab7c11d7e
4
- data.tar.gz: dd51708aea8edfeb2e24210ff695906d1256a59c1b6481eeefcbce66df759328
3
+ metadata.gz: ccbb9218122d446c11728ece4c09e1a0366fea3b7de8312286139581d8d6ea4b
4
+ data.tar.gz: b9b5b84662e34090b4ee6770184f2e091beed9aa4e4e1a478fd860d9e419408b
5
5
  SHA512:
6
- metadata.gz: 13c3eee68874f017afeab5820bb7b5bf25e29928fdb24b0c6aee630d849523668d71bed1d27f4d4ee81e38e4588351554501d457737b0826dafd3f55e5613aef
7
- data.tar.gz: 41997bc6e9349814d8463e34dc26caeb5fd17842c5d7425e73ac8a61541822466372174ed0549f6bd9d68b99015b4b5ebef92db0e32bf6eb58c1acb299255131
6
+ metadata.gz: 2f1d45f602cee52ce99c8795217a39b90ceeecf575cd9d3a5a8a7abfde7f5b6cc7af4d2fc53eb827a661aeba48351b857f13e1cad845a9a33741e83ca0b65d0b
7
+ data.tar.gz: 248520294aec44f93e0298867060d8f2cd3d2c07c3665f67331ed50cf4f4091f37a892a3c1c8e22fa33e8560b459ed18603bbd528a4bd5e8e338bcd1d0815ac3
data/.bundler-version CHANGED
@@ -1 +1 @@
1
- 2.3.11
1
+ 2.3.12
@@ -11,7 +11,7 @@ jobs:
11
11
  runs-on: ubuntu-latest
12
12
  strategy:
13
13
  matrix:
14
- ruby-version: ['3.0']
14
+ ruby-version: ['3.0', 3.1]
15
15
 
16
16
  steps:
17
17
  - uses: actions/checkout@v2
@@ -19,7 +19,7 @@ jobs:
19
19
  # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
20
20
  # change this to (see https://github.com/ruby/setup-ruby#versioning):
21
21
  # uses: ruby/setup-ruby@v1
22
- uses: ruby/setup-ruby@473e4d8fe5dd94ee328fdfca9f8c9c7afc9dae5e
22
+ uses: ruby/setup-ruby@bd94d6a504586da892a5753afdd1480096ed30df
23
23
  with:
24
24
  ruby-version: ${{ matrix.ruby-version }}
25
25
  bundler-cache: true # runs 'bundle install' and caches installed gems automatically
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rack-graphql (2.10.0)
4
+ rack-graphql (2.10.1)
5
5
  graphql (>= 1.13)
6
6
  oj
7
7
  rack (~> 2.2)
@@ -13,7 +13,7 @@ GEM
13
13
  awesome_print (1.9.2)
14
14
  coderay (1.1.3)
15
15
  diff-lcs (1.5.0)
16
- graphql (2.0.6)
16
+ graphql (2.0.7)
17
17
  method_source (1.0.0)
18
18
  oj (3.13.11)
19
19
  parallel (1.22.1)
@@ -27,7 +27,7 @@ GEM
27
27
  rack (>= 1.0, < 3)
28
28
  rainbow (3.1.1)
29
29
  rake (13.0.6)
30
- regexp_parser (2.3.0)
30
+ regexp_parser (2.3.1)
31
31
  rexml (3.2.5)
32
32
  rspec (3.11.0)
33
33
  rspec-core (~> 3.11.0)
@@ -42,7 +42,7 @@ GEM
42
42
  diff-lcs (>= 1.2.0, < 2.0)
43
43
  rspec-support (~> 3.11.0)
44
44
  rspec-support (3.11.0)
45
- rubocop (1.28.1)
45
+ rubocop (1.28.2)
46
46
  parallel (~> 1.10)
47
47
  parser (>= 3.1.0.0)
48
48
  rainbow (>= 2.2.2, < 4.0)
@@ -82,4 +82,4 @@ DEPENDENCIES
82
82
  rubocop-rspec
83
83
 
84
84
  BUNDLED WITH
85
- 2.3.10
85
+ 2.3.12
@@ -1,3 +1,3 @@
1
1
  module RackGraphql
2
- VERSION = '2.10.0'.freeze
2
+ VERSION = '2.10.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-graphql
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.10.0
4
+ version: 2.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Krzysztof Knapik
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2022-04-22 00:00:00.000000000 Z
12
+ date: 2022-05-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: graphql
@@ -235,7 +235,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
235
235
  - !ruby/object:Gem::Version
236
236
  version: '0'
237
237
  requirements: []
238
- rubygems_version: 3.3.7
238
+ rubygems_version: 3.3.11
239
239
  signing_key:
240
240
  specification_version: 4
241
241
  summary: Rack middleware implementing graphql endpoint.