rack-graphql 3.0.0 → 3.0.1

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: ed279cfd6141712d12b1fdad133524bbf7810fd55617d63acee1db40ad4cf0e9
4
- data.tar.gz: cbf2ebf25d524c00f0776da35bda3750d939a534398853187fd14cf8355abffa
3
+ metadata.gz: 3be75efa580d83c1718e86502c69740c85b9f7991e805d1bc96aa3b46d6d87fc
4
+ data.tar.gz: be59d7bcb60808d5608b1b0dd7cb23d2f9ec523a00c016ee7a01a403effecd88
5
5
  SHA512:
6
- metadata.gz: 4f999354bfca22277c4c3e582c16e3a5362ddaafd1809257ffac5951359851bc187ad4410abc72cc549d578fab2f4f5254d0724691b6b5cb3e96fb7616c982cb
7
- data.tar.gz: bdefebeef6fd3e936a04d84ae5a9a0f20c9fcfae573b30154f455c05e55ae012a4836c0edd7be291cbc3317d34926043a08c77fc0dbdbdd0b3818f72acd7bc6c
6
+ metadata.gz: 3d6e49e759346df6b5ab7613b881b75d68a67317e467ecfd71c556d99b2dee70d1d3390f509f3a5234e783d220a4d1f94263f502b18414b8ec952ed89e3edd30
7
+ data.tar.gz: 78af0b95d79497c5ccb3a83908cc14096f56fa856886aac01e306c104f6ba72e2757b24b8e7eb773260200b2517599ed778216d306c83be09a947d84db415525
data/.bundler-version CHANGED
@@ -1 +1 @@
1
- 2.3.26
1
+ 2.4.3
@@ -14,3 +14,6 @@ update_configs:
14
14
  - match:
15
15
  dependency_type: "all"
16
16
  update_type: "security:patch"
17
+ labels:
18
+ - "automerge"
19
+ - "dependencies"
@@ -12,7 +12,7 @@ jobs:
12
12
  runs-on: ubuntu-latest
13
13
  steps:
14
14
  - name: automerge
15
- uses: "pascalgn/automerge-action@v0.12.0"
15
+ uses: "pascalgn/automerge-action@v0.14.3"
16
16
  env:
17
17
  GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
18
18
  MERGE_METHOD: squash
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 3.0.1 - 2023-01-17
4
+
5
+ - allow running on rack 2.x, so it can work with apps having sinatra installed (sinatra doesn't support rack 3.x)
6
+
3
7
  ## 3.0.0 - 2022-12-15
4
8
 
5
9
  - support rack 3.x and graphql 2.x
data/Gemfile.lock CHANGED
@@ -1,10 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rack-graphql (3.0.0)
4
+ rack-graphql (3.0.1)
5
5
  graphql (~> 2.0)
6
6
  oj
7
- rack (~> 3.0)
7
+ rack (>= 2.2.6)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
@@ -13,17 +13,17 @@ 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.15)
16
+ graphql (2.0.16)
17
17
  json (2.6.3)
18
18
  method_source (1.0.0)
19
19
  oj (3.13.23)
20
20
  parallel (1.22.1)
21
- parser (3.1.3.0)
21
+ parser (3.2.0.0)
22
22
  ast (~> 2.4.1)
23
- pry (0.14.1)
23
+ pry (0.14.2)
24
24
  coderay (~> 1.1)
25
25
  method_source (~> 1.0)
26
- rack (3.0.2)
26
+ rack (3.0.4)
27
27
  rack-test (2.0.2)
28
28
  rack (>= 1.3)
29
29
  rainbow (3.1.1)
@@ -36,31 +36,34 @@ GEM
36
36
  rspec-mocks (~> 3.12.0)
37
37
  rspec-core (3.12.0)
38
38
  rspec-support (~> 3.12.0)
39
- rspec-expectations (3.12.0)
39
+ rspec-expectations (3.12.2)
40
40
  diff-lcs (>= 1.2.0, < 2.0)
41
41
  rspec-support (~> 3.12.0)
42
- rspec-mocks (3.12.1)
42
+ rspec-mocks (3.12.3)
43
43
  diff-lcs (>= 1.2.0, < 2.0)
44
44
  rspec-support (~> 3.12.0)
45
45
  rspec-support (3.12.0)
46
- rubocop (1.40.0)
46
+ rubocop (1.43.0)
47
47
  json (~> 2.3)
48
48
  parallel (~> 1.10)
49
- parser (>= 3.1.2.1)
49
+ parser (>= 3.2.0.0)
50
50
  rainbow (>= 2.2.2, < 4.0)
51
51
  regexp_parser (>= 1.8, < 3.0)
52
52
  rexml (>= 3.2.5, < 4.0)
53
- rubocop-ast (>= 1.23.0, < 2.0)
53
+ rubocop-ast (>= 1.24.1, < 2.0)
54
54
  ruby-progressbar (~> 1.7)
55
- unicode-display_width (>= 1.4.0, < 3.0)
56
- rubocop-ast (1.24.0)
55
+ unicode-display_width (>= 2.4.0, < 3.0)
56
+ rubocop-ast (1.24.1)
57
57
  parser (>= 3.1.1.0)
58
+ rubocop-capybara (2.17.0)
59
+ rubocop (~> 1.41)
58
60
  rubocop-rake (0.6.0)
59
61
  rubocop (~> 1.0)
60
- rubocop-rspec (2.16.0)
62
+ rubocop-rspec (2.18.0)
61
63
  rubocop (~> 1.33)
64
+ rubocop-capybara
62
65
  ruby-progressbar (1.11.0)
63
- unicode-display_width (2.3.0)
66
+ unicode-display_width (2.4.2)
64
67
 
65
68
  PLATFORMS
66
69
  aarch64-linux-musl
@@ -1,3 +1,3 @@
1
1
  module RackGraphql
2
- VERSION = '3.0.0'.freeze
2
+ VERSION = '3.0.1'.freeze
3
3
  end
data/rack-graphql.gemspec CHANGED
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
28
28
 
29
29
  spec.add_dependency 'graphql', '~> 2.0'
30
30
  spec.add_dependency 'oj'
31
- spec.add_dependency 'rack', '~> 3.0'
31
+ spec.add_dependency 'rack', '>= 2.2.6'
32
32
 
33
33
  spec.add_development_dependency 'awesome_print'
34
34
  spec.add_development_dependency 'bundler'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-graphql
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Krzysztof Knapik
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-12-15 00:00:00.000000000 Z
11
+ date: 2023-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphql
@@ -42,16 +42,16 @@ dependencies:
42
42
  name: rack
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: '3.0'
47
+ version: 2.2.6
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "~>"
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
- version: '3.0'
54
+ version: 2.2.6
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: awesome_print
57
57
  requirement: !ruby/object:Gem::Requirement