From 9df8e8d70bcc7086df0a831e08bdc6b9b7f8f772 Mon Sep 17 00:00:00 2001 From: Andrey Novikov Date: Thu, 8 Feb 2024 18:22:09 +0900 Subject: [PATCH] Update development and test dependencies, refresh CI matrix --- .github/workflows/test.yml | 31 +++----- Appraisals | 12 ++- Gemfile.lock | 56 ++++++------- gemfiles/graphql_1.10.gemfile.lock | 46 +++++------ gemfiles/graphql_1.11.gemfile.lock | 52 ++++++------- gemfiles/graphql_1.12.gemfile.lock | 54 ++++++------- gemfiles/graphql_1.13.gemfile.lock | 56 ++++++------- gemfiles/graphql_1.9.gemfile.lock | 75 ------------------ gemfiles/graphql_2.0.gemfile.lock | 56 ++++++------- ...raphql_1.9.gemfile => graphql_2.1.gemfile} | 2 +- gemfiles/graphql_2.1.gemfile.lock | 78 +++++++++++++++++++ gemfiles/graphql_2.2.gemfile | 14 ++++ gemfiles/graphql_2.2.gemfile.lock | 76 ++++++++++++++++++ 13 files changed, 348 insertions(+), 260 deletions(-) delete mode 100644 gemfiles/graphql_1.9.gemfile.lock rename gemfiles/{graphql_1.9.gemfile => graphql_2.1.gemfile} (89%) create mode 100644 gemfiles/graphql_2.1.gemfile.lock create mode 100644 gemfiles/graphql_2.2.gemfile create mode 100644 gemfiles/graphql_2.2.gemfile.lock diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fdcc1e3..72700a3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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" @@ -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 diff --git a/Appraisals b/Appraisals index d2dc10f..a52fb26 100644 --- a/Appraisals +++ b/Appraisals @@ -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 @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 8006487..db7625f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 @@ -71,4 +71,4 @@ DEPENDENCIES yabeda-graphql! BUNDLED WITH - 2.3.10 + 2.5.6 diff --git a/gemfiles/graphql_1.10.gemfile.lock b/gemfiles/graphql_1.10.gemfile.lock index fd835a5..98c70ee 100644 --- a/gemfiles/graphql_1.10.gemfile.lock +++ b/gemfiles/graphql_1.10.gemfile.lock @@ -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) @@ -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 diff --git a/gemfiles/graphql_1.11.gemfile.lock b/gemfiles/graphql_1.11.gemfile.lock index 92bb8ad..39c3ba0 100644 --- a/gemfiles/graphql_1.11.gemfile.lock +++ b/gemfiles/graphql_1.11.gemfile.lock @@ -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 @@ -72,4 +72,4 @@ DEPENDENCIES yabeda-graphql! BUNDLED WITH - 2.3.10 + 2.4.22 diff --git a/gemfiles/graphql_1.12.gemfile.lock b/gemfiles/graphql_1.12.gemfile.lock index c8d1d2e..e3a553a 100644 --- a/gemfiles/graphql_1.12.gemfile.lock +++ b/gemfiles/graphql_1.12.gemfile.lock @@ -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.12.24) - graphql-batch (0.5.1) - graphql (>= 1.10, < 3) + 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 @@ -72,4 +72,4 @@ DEPENDENCIES yabeda-graphql! BUNDLED WITH - 2.3.10 + 2.4.22 diff --git a/gemfiles/graphql_1.13.gemfile.lock b/gemfiles/graphql_1.13.gemfile.lock index 9261972..05001d1 100644 --- a/gemfiles/graphql_1.13.gemfile.lock +++ b/gemfiles/graphql_1.13.gemfile.lock @@ -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 (1.13.21) + 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 @@ -72,4 +72,4 @@ DEPENDENCIES yabeda-graphql! BUNDLED WITH - 2.3.10 + 2.5.6 diff --git a/gemfiles/graphql_1.9.gemfile.lock b/gemfiles/graphql_1.9.gemfile.lock deleted file mode 100644 index 073f933..0000000 --- a/gemfiles/graphql_1.9.gemfile.lock +++ /dev/null @@ -1,75 +0,0 @@ -PATH - remote: .. - specs: - yabeda-graphql (0.2.1) - 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) - bundler - rake - thor (>= 0.14.0) - byebug (11.1.3) - coderay (1.1.3) - concurrent-ruby (1.1.10) - diff-lcs (1.5.0) - dry-initializer (3.0.4) - graphql (1.9.21) - graphql-batch (0.4.3) - graphql (>= 1.3, < 2) - promise.rb (~> 0.7.2) - method_source (1.0.0) - promise.rb (0.7.4) - pry (0.14.1) - coderay (~> 1.1) - method_source (~> 1.0) - pry-byebug (3.8.0) - byebug (~> 11.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) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.11.0) - rspec-mocks (3.11.1) - 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) - unicode (0.4.4.4) - yabeda (0.11.0) - anyway_config (>= 1.0, < 3) - concurrent-ruby - dry-initializer - -PLATFORMS - ruby - -DEPENDENCIES - appraisal - bundler - graphql (~> 1.9.0) - graphql-batch - pry - pry-byebug - pry-inline - rake (~> 13.0) - rspec (~> 3.0) - yabeda-graphql! - -BUNDLED WITH - 2.3.10 diff --git a/gemfiles/graphql_2.0.gemfile.lock b/gemfiles/graphql_2.0.gemfile.lock index 0bfe559..b31f1fc 100644 --- a/gemfiles/graphql_2.0.gemfile.lock +++ b/gemfiles/graphql_2.0.gemfile.lock @@ -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 (2.0.5) - graphql-batch (0.5.1) - graphql (>= 1.10, < 3) + graphql (2.0.28) + 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 @@ -72,4 +72,4 @@ DEPENDENCIES yabeda-graphql! BUNDLED WITH - 2.3.10 + 2.5.6 diff --git a/gemfiles/graphql_1.9.gemfile b/gemfiles/graphql_2.1.gemfile similarity index 89% rename from gemfiles/graphql_1.9.gemfile rename to gemfiles/graphql_2.1.gemfile index d133f4f..ba67a03 100644 --- a/gemfiles/graphql_1.9.gemfile +++ b/gemfiles/graphql_2.1.gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -gem "graphql", "~> 1.9.0" +gem "graphql", "~> 2.1.0" group :development, :test do gem "pry" diff --git a/gemfiles/graphql_2.1.gemfile.lock b/gemfiles/graphql_2.1.gemfile.lock new file mode 100644 index 0000000..c98dd0d --- /dev/null +++ b/gemfiles/graphql_2.1.gemfile.lock @@ -0,0 +1,78 @@ +PATH + remote: .. + specs: + yabeda-graphql (0.2.3) + graphql (>= 1.9, < 3) + yabeda (~> 0.2) + +GEM + remote: https://rubygems.org/ + specs: + 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.2.3) + diff-lcs (1.5.1) + dry-initializer (3.1.1) + graphql (2.1.11) + racc (~> 1.4) + 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.14.2) + coderay (~> 1.1) + method_source (~> 1.0) + pry-byebug (3.10.1) + byebug (~> 11.0) + pry (>= 0.13, < 0.15) + pry-inline (1.0.7) + pry (> 0.10.0) + unicode (~> 0.4.4) + racc (1.7.3) + 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.13.0) + rspec-mocks (3.13.0) + diff-lcs (>= 1.2.0, < 2.0) + 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.12.0) + anyway_config (>= 1.0, < 3) + concurrent-ruby + dry-initializer + +PLATFORMS + ruby + x86_64-linux + +DEPENDENCIES + appraisal + bundler + graphql (~> 2.1.0) + graphql-batch + pry + pry-byebug + pry-inline + rake (~> 13.0) + rspec (~> 3.0) + yabeda-graphql! + +BUNDLED WITH + 2.5.6 diff --git a/gemfiles/graphql_2.2.gemfile b/gemfiles/graphql_2.2.gemfile new file mode 100644 index 0000000..ff590e4 --- /dev/null +++ b/gemfiles/graphql_2.2.gemfile @@ -0,0 +1,14 @@ +# This file was generated by Appraisal + +source "https://rubygems.org" + +gem "graphql", "~> 2.2.0" + +group :development, :test do + gem "pry" + gem "pry-inline" + gem "pry-byebug", platform: :mri + gem "graphql-batch" +end + +gemspec path: "../" diff --git a/gemfiles/graphql_2.2.gemfile.lock b/gemfiles/graphql_2.2.gemfile.lock new file mode 100644 index 0000000..fcfc70b --- /dev/null +++ b/gemfiles/graphql_2.2.gemfile.lock @@ -0,0 +1,76 @@ +PATH + remote: .. + specs: + yabeda-graphql (0.2.3) + graphql (>= 1.9, < 3) + yabeda (~> 0.2) + +GEM + remote: https://rubygems.org/ + specs: + 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.2.3) + diff-lcs (1.5.1) + dry-initializer (3.1.1) + 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.14.2) + coderay (~> 1.1) + method_source (~> 1.0) + pry-byebug (3.10.1) + byebug (~> 11.0) + pry (>= 0.13, < 0.15) + pry-inline (1.0.7) + pry (> 0.10.0) + unicode (~> 0.4.4) + 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.13.0) + rspec-mocks (3.13.0) + diff-lcs (>= 1.2.0, < 2.0) + 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.12.0) + anyway_config (>= 1.0, < 3) + concurrent-ruby + dry-initializer + +PLATFORMS + ruby + x86_64-linux + +DEPENDENCIES + appraisal + bundler + graphql (~> 2.2.0) + graphql-batch + pry + pry-byebug + pry-inline + rake (~> 13.0) + rspec (~> 3.0) + yabeda-graphql! + +BUNDLED WITH + 2.5.6