Skip to content

Commit

Permalink
Update development and test dependencies, refresh CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Feb 8, 2024
1 parent 3630aea commit 9df8e8d
Show file tree
Hide file tree
Showing 13 changed files with 348 additions and 260 deletions.
31 changes: 11 additions & 20 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
fail-fast: false
matrix:
include:
- ruby: "3.3"
graphql-ruby: "2.2"
- ruby: "3.2"
graphql-ruby: "2.0"
graphql-ruby: "2.1"
- ruby: "3.1"
graphql-ruby: "2.0"
- ruby: "3.0"
Expand All @@ -26,26 +28,15 @@ jobs:
graphql-ruby: "1.12"
- ruby: "2.6"
graphql-ruby: "1.11"
container:
image: ruby:${{ matrix.ruby }}
env:
CI: true
BUNDLE_GEMFILE: gemfiles/graphql_${{ matrix.graphql-ruby }}.gemfile
- ruby: "2.5"
graphql-ruby: "1.10"
env:
BUNDLE_GEMFILE: gemfiles/graphql_${{ matrix.graphql-ruby }}.gemfile
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
path: vendor/bundle
key: bundle-${{ matrix.ruby }}-${{ matrix.graphql-ruby }}-${{ hashFiles('**/*.gemspec') }}-${{ hashFiles('**/Gemfile') }}
restore-keys: |
bundle-${{ matrix.ruby }}-${{ matrix.graphql-ruby }}-${{ hashFiles('**/*.gemspec') }}-${{ hashFiles('**/Gemfile') }}
bundle-${{ matrix.ruby }}-
- name: Upgrade Bundler to 2.x (for older Rubies)
run: gem install bundler -v '~> 2.0'
- name: Bundle install
run: |
bundle config path vendor/bundle
bundle install
bundle update
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run RSpec
run: bundle exec rspec
12 changes: 8 additions & 4 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
appraise "graphql-1.9" do
gem "graphql", "~> 1.9.0"
end

appraise "graphql-1.10" do
gem "graphql", "~> 1.10.0"
end
Expand All @@ -21,3 +17,11 @@ end
appraise "graphql-2.0" do
gem "graphql", "~> 2.0.0"
end

appraise "graphql-2.1" do
gem "graphql", "~> 2.1.0"
end

appraise "graphql-2.2" do
gem "graphql", "~> 2.2.0"
end
56 changes: 28 additions & 28 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
PATH
remote: .
specs:
yabeda-graphql (0.2.1)
yabeda-graphql (0.2.3)
graphql (>= 1.9, < 3)
yabeda (~> 0.2)

GEM
remote: https://rubygems.org/
specs:
anyway_config (2.3.0)
ruby-next-core (>= 0.14.0)
appraisal (2.4.1)
anyway_config (2.6.3)
ruby-next-core (~> 1.0)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.1.10)
diff-lcs (1.5.0)
concurrent-ruby (1.2.3)
diff-lcs (1.5.1)
dry-initializer (3.1.1)
graphql (1.13.11)
graphql-batch (0.5.1)
graphql (>= 1.10, < 3)
graphql (2.2.8)
graphql-batch (0.5.4)
graphql (>= 1.12.18, < 3)
promise.rb (~> 0.7.2)
method_source (1.0.0)
promise.rb (0.7.4)
pry (0.13.1)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (~> 0.13.0)
pry (>= 0.13, < 0.15)
pry-inline (1.0.7)
pry (> 0.10.0)
unicode (~> 0.4.4)
rake (13.0.6)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
rspec-mocks (~> 3.11.0)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
rake (13.1.0)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.1)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
ruby-next-core (0.15.0)
thor (1.2.1)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
ruby-next-core (1.0.1)
thor (1.3.0)
unicode (0.4.4.4)
yabeda (0.11.0)
yabeda (0.12.0)
anyway_config (>= 1.0, < 3)
concurrent-ruby
dry-initializer
Expand All @@ -71,4 +71,4 @@ DEPENDENCIES
yabeda-graphql!

BUNDLED WITH
2.3.10
2.5.6
46 changes: 23 additions & 23 deletions gemfiles/graphql_1.10.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
PATH
remote: ..
specs:
yabeda-graphql (0.2.1)
yabeda-graphql (0.2.3)
graphql (>= 1.9, < 3)
yabeda (~> 0.2)

GEM
remote: https://rubygems.org/
specs:
anyway_config (2.3.0)
ruby-next-core (>= 0.14.0)
appraisal (2.4.1)
anyway_config (2.6.3)
ruby-next-core (~> 1.0)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.1.10)
diff-lcs (1.5.0)
concurrent-ruby (1.2.3)
diff-lcs (1.5.1)
dry-initializer (3.0.4)
graphql (1.10.14)
graphql-batch (0.5.1)
graphql-batch (0.5.2)
graphql (>= 1.10, < 3)
promise.rb (~> 0.7.2)
method_source (1.0.0)
promise.rb (0.7.4)
pry (0.14.1)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.8.0)
Expand All @@ -34,24 +34,24 @@ GEM
pry-inline (1.0.7)
pry (> 0.10.0)
unicode (~> 0.4.4)
rake (13.0.6)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
rspec-mocks (~> 3.11.0)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
rake (13.1.0)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.1)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
ruby-next-core (0.15.0)
thor (1.2.1)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
ruby-next-core (1.0.1)
thor (1.2.2)
unicode (0.4.4.4)
yabeda (0.11.0)
yabeda (0.12.0)
anyway_config (>= 1.0, < 3)
concurrent-ruby
dry-initializer
Expand Down
52 changes: 26 additions & 26 deletions gemfiles/graphql_1.11.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
PATH
remote: ..
specs:
yabeda-graphql (0.2.1)
yabeda-graphql (0.2.3)
graphql (>= 1.9, < 3)
yabeda (~> 0.2)

GEM
remote: https://rubygems.org/
specs:
anyway_config (2.3.0)
ruby-next-core (>= 0.14.0)
appraisal (2.4.1)
anyway_config (2.6.3)
ruby-next-core (~> 1.0)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.1.10)
diff-lcs (1.5.0)
concurrent-ruby (1.2.3)
diff-lcs (1.5.1)
dry-initializer (3.0.4)
graphql (1.11.10)
graphql-batch (0.5.1)
graphql-batch (0.5.2)
graphql (>= 1.10, < 3)
promise.rb (~> 0.7.2)
method_source (1.0.0)
promise.rb (0.7.4)
pry (0.13.1)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
pry-byebug (3.8.0)
byebug (~> 11.0)
pry (~> 0.13.0)
pry (~> 0.10)
pry-inline (1.0.7)
pry (> 0.10.0)
unicode (~> 0.4.4)
rake (13.0.6)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
rspec-mocks (~> 3.11.0)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
rake (13.1.0)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.1)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
ruby-next-core (0.15.0)
thor (1.2.1)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
ruby-next-core (1.0.1)
thor (1.3.0)
unicode (0.4.4.4)
yabeda (0.11.0)
yabeda (0.12.0)
anyway_config (>= 1.0, < 3)
concurrent-ruby
dry-initializer
Expand All @@ -72,4 +72,4 @@ DEPENDENCIES
yabeda-graphql!

BUNDLED WITH
2.3.10
2.4.22
Loading

0 comments on commit 9df8e8d

Please sign in to comment.