diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 025a06d3..e717255b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,70 +11,21 @@ jobs: fail-fast: false matrix: ruby: - - jruby-9.2.16.0 + - jruby-9.4 - truffleruby - "3.2" - "3.1" - "3.0" - - "2.7" - - "2.6" - - "2.5" rails: - - "5.0" - - "5.1" - - "5.2" - - "6.0" - "6.1" - "7.0" - "7.1" - main exclude: - - ruby: 2.5 - rails: "7.0" - - ruby: 2.5 + - ruby: jruby-9.4 rails: "7.1" - - ruby: 2.5 + - ruby: jruby-9.4 rails: main - - ruby: 2.6 - rails: "7.0" - - ruby: 2.6 - rails: "7.1" - - ruby: 2.6 - rails: main - - ruby: jruby-9.2.16.0 - rails: "7.0" - - ruby: jruby-9.2.16.0 - rails: "7.1" - - ruby: jruby-9.2.16.0 - rails: main - - ruby: "3.0" - rails: "5.0" - - ruby: "3.0" - rails: "5.1" - - ruby: "3.0" - rails: "5.2" - - ruby: truffleruby - rails: "5.0" - - ruby: truffleruby - rails: "5.1" - - ruby: truffleruby - rails: "5.2" - - ruby: "3.1" - rails: "5.0" - - ruby: "3.1" - rails: "5.1" - - ruby: "3.1" - rails: "5.2" - - ruby: "3.1" - rails: "6.0" - - ruby: "3.2" - rails: "5.0" - - ruby: "3.2" - rails: "5.1" - - ruby: "3.2" - rails: "5.2" - - ruby: "3.2" - rails: "6.0" runs-on: 'ubuntu-latest' diff --git a/Appraisals b/Appraisals index 8086078d..3a099570 100644 --- a/Appraisals +++ b/Appraisals @@ -1,27 +1,3 @@ -appraise "5.0" do - gem "activerecord", "~> 5.0.7" - gem "activerecord-jdbcsqlite3-adapter", platforms: [:jruby] - gem "sqlite3", "~> 1.3.6", platforms: [:ruby] -end - -appraise "5.1" do - gem "activerecord", "~> 5.1.7" - gem "activerecord-jdbcsqlite3-adapter", platforms: [:jruby] - gem "sqlite3", platforms: [:ruby] -end - -appraise "5.2" do - gem "activerecord", "~> 5.2.3" - gem "activerecord-jdbcsqlite3-adapter", platforms: [:jruby] - gem "sqlite3", platforms: [:ruby] -end - -appraise "6.0" do - gem "activerecord", "~> 6.0.0" - gem "activerecord-jdbcsqlite3-adapter", "~> 60.0", platforms: [:jruby] - gem "sqlite3", platforms: [:ruby] -end - appraise "6.1" do gem "activerecord", "~> 6.1.0" gem "activerecord-jdbcsqlite3-adapter", "~> 61.0", platforms: [:jruby] @@ -30,18 +6,20 @@ end appraise "7.0" do gem "activerecord", "~> 7.0.0" - gem "activerecord-jdbcsqlite3-adapter", "~> 61.0", platforms: [:jruby] + gem "activerecord-jdbcsqlite3-adapter", "~> 70.0", platforms: [:jruby] gem "sqlite3", platforms: [:ruby] end appraise "7.1" do gem "activerecord", "~> 7.1.0" - gem "activerecord-jdbcsqlite3-adapter", "~> 70.0", platforms: [:jruby] + # When version 71 is released, uncomment this and also allow it in the GitHub + # Action build workflow. + # gem "activerecord-jdbcsqlite3-adapter", "~> 71.0", platforms: [:jruby] gem "sqlite3", platforms: [:ruby] end appraise "main" do gem "activerecord", git: "https://github.com/rails/rails.git", branch: "main" - gem "activerecord-jdbcsqlite3-adapter", "~> 61.0", platforms: [:jruby] + gem "activerecord-jdbcsqlite3-adapter", "~> 70.0", platforms: [:jruby] gem "sqlite3", platforms: [:ruby] end diff --git a/gemfiles/5.0.gemfile b/gemfiles/5.0.gemfile deleted file mode 100644 index af9145cc..00000000 --- a/gemfiles/5.0.gemfile +++ /dev/null @@ -1,9 +0,0 @@ -# This file was generated by Appraisal - -source "https://rubygems.org" - -gem "activerecord-jdbcsqlite3-adapter", platforms: [:jruby] -gem "sqlite3", "~> 1.3.6", platforms: [:ruby] -gem "activerecord", "~> 5.0.7" - -gemspec name: "factory_bot", path: "../" diff --git a/gemfiles/5.0.gemfile.lock b/gemfiles/5.0.gemfile.lock deleted file mode 100644 index eb3d47c1..00000000 --- a/gemfiles/5.0.gemfile.lock +++ /dev/null @@ -1,157 +0,0 @@ -PATH - remote: .. - specs: - factory_bot (6.4.4) - activesupport (>= 5.0.0) - -GEM - remote: https://rubygems.org/ - specs: - activemodel (5.0.7.2) - activesupport (= 5.0.7.2) - activerecord (5.0.7.2) - activemodel (= 5.0.7.2) - activesupport (= 5.0.7.2) - arel (~> 7.0) - activesupport (5.0.7.2) - concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - appraisal (2.3.0) - bundler - rake - thor (>= 0.14.0) - arel (7.1.4) - aruba (1.0.4) - childprocess (>= 2.0, < 5.0) - contracts (~> 0.16.0) - cucumber (>= 2.4, < 6.0) - rspec-expectations (~> 3.4) - thor (~> 1.0) - ast (2.4.2) - builder (3.2.4) - childprocess (4.0.0) - concurrent-ruby (1.1.8) - contracts (0.16.0) - cucumber (5.3.0) - builder (~> 3.2, >= 3.2.4) - cucumber-core (~> 8.0, >= 8.0.1) - cucumber-create-meta (~> 2.0, >= 2.0.2) - cucumber-cucumber-expressions (~> 10.3, >= 10.3.0) - cucumber-gherkin (~> 15.0, >= 15.0.2) - cucumber-html-formatter (~> 9.0, >= 9.0.0) - cucumber-messages (~> 13.1, >= 13.1.0) - cucumber-wire (~> 4.0, >= 4.0.1) - diff-lcs (~> 1.4, >= 1.4.4) - multi_test (~> 0.1, >= 0.1.2) - sys-uname (~> 1.2, >= 1.2.1) - cucumber-core (8.0.1) - cucumber-gherkin (~> 15.0, >= 15.0.2) - cucumber-messages (~> 13.0, >= 13.0.1) - cucumber-tag-expressions (~> 2.0, >= 2.0.4) - cucumber-create-meta (2.0.4) - cucumber-messages (~> 13.1, >= 13.1.0) - sys-uname (~> 1.2, >= 1.2.1) - cucumber-cucumber-expressions (10.3.0) - cucumber-gherkin (15.0.2) - cucumber-messages (~> 13.0, >= 13.0.1) - cucumber-html-formatter (9.0.0) - cucumber-messages (~> 13.0, >= 13.0.1) - cucumber-messages (13.2.1) - protobuf-cucumber (~> 3.10, >= 3.10.8) - cucumber-tag-expressions (2.0.4) - cucumber-wire (4.0.1) - cucumber-core (~> 8.0, >= 8.0.1) - cucumber-cucumber-expressions (~> 10.3, >= 10.3.0) - cucumber-messages (~> 13.0, >= 13.0.1) - diff-lcs (1.4.4) - docile (1.3.5) - ffi (1.14.2) - i18n (1.8.9) - concurrent-ruby (~> 1.0) - middleware (0.1.0) - minitest (5.14.3) - multi_test (0.1.2) - parallel (1.20.1) - parser (3.0.0.0) - ast (~> 2.4.1) - protobuf-cucumber (3.10.8) - activesupport (>= 3.2) - middleware - thor - thread_safe - rainbow (3.0.0) - rake (13.0.3) - regexp_parser (2.0.3) - rexml (3.2.5) - rspec (3.10.0) - rspec-core (~> 3.10.0) - rspec-expectations (~> 3.10.0) - rspec-mocks (~> 3.10.0) - rspec-core (3.10.1) - rspec-support (~> 3.10.0) - rspec-expectations (3.10.1) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-its (1.3.0) - rspec-core (>= 3.0.0) - rspec-expectations (>= 3.0.0) - rspec-mocks (3.10.2) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-support (3.10.2) - rubocop (1.10.0) - parallel (~> 1.10) - parser (>= 3.0.0.0) - rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml - rubocop-ast (>= 1.2.0, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.4.1) - parser (>= 2.7.1.5) - rubocop-performance (1.9.2) - rubocop (>= 0.90.0, < 2.0) - rubocop-ast (>= 0.4.0) - ruby-progressbar (1.11.0) - simplecov (0.21.2) - docile (~> 1.1) - simplecov-html (~> 0.11) - simplecov_json_formatter (~> 0.1) - simplecov-html (0.12.3) - simplecov_json_formatter (0.1.2) - sqlite3 (1.3.13) - standard (0.13.0) - rubocop (= 1.10.0) - rubocop-performance (= 1.9.2) - sys-uname (1.2.2) - ffi (~> 1.1) - thor (1.1.0) - thread_safe (0.3.6) - tzinfo (1.2.9) - thread_safe (~> 0.1) - unicode-display_width (2.0.0) - yard (0.9.26) - -PLATFORMS - ruby - -DEPENDENCIES - activerecord (~> 5.0.7) - activerecord-jdbcsqlite3-adapter - appraisal - aruba - cucumber - factory_bot! - rake - rspec - rspec-its - simplecov - sqlite3 (~> 1.3.6) - standard - yard - -BUNDLED WITH - 2.3.25 diff --git a/gemfiles/5.1.gemfile b/gemfiles/5.1.gemfile deleted file mode 100644 index 350485a5..00000000 --- a/gemfiles/5.1.gemfile +++ /dev/null @@ -1,9 +0,0 @@ -# This file was generated by Appraisal - -source "https://rubygems.org" - -gem "activerecord-jdbcsqlite3-adapter", platforms: [:jruby] -gem "sqlite3", platforms: [:ruby] -gem "activerecord", "~> 5.1.7" - -gemspec name: "factory_bot", path: "../" diff --git a/gemfiles/5.1.gemfile.lock b/gemfiles/5.1.gemfile.lock deleted file mode 100644 index 8b2cbc93..00000000 --- a/gemfiles/5.1.gemfile.lock +++ /dev/null @@ -1,157 +0,0 @@ -PATH - remote: .. - specs: - factory_bot (6.4.4) - activesupport (>= 5.0.0) - -GEM - remote: https://rubygems.org/ - specs: - activemodel (5.1.7) - activesupport (= 5.1.7) - activerecord (5.1.7) - activemodel (= 5.1.7) - activesupport (= 5.1.7) - arel (~> 8.0) - activesupport (5.1.7) - concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - appraisal (2.3.0) - bundler - rake - thor (>= 0.14.0) - arel (8.0.0) - aruba (1.0.4) - childprocess (>= 2.0, < 5.0) - contracts (~> 0.16.0) - cucumber (>= 2.4, < 6.0) - rspec-expectations (~> 3.4) - thor (~> 1.0) - ast (2.4.2) - builder (3.2.4) - childprocess (4.0.0) - concurrent-ruby (1.1.8) - contracts (0.16.0) - cucumber (5.3.0) - builder (~> 3.2, >= 3.2.4) - cucumber-core (~> 8.0, >= 8.0.1) - cucumber-create-meta (~> 2.0, >= 2.0.2) - cucumber-cucumber-expressions (~> 10.3, >= 10.3.0) - cucumber-gherkin (~> 15.0, >= 15.0.2) - cucumber-html-formatter (~> 9.0, >= 9.0.0) - cucumber-messages (~> 13.1, >= 13.1.0) - cucumber-wire (~> 4.0, >= 4.0.1) - diff-lcs (~> 1.4, >= 1.4.4) - multi_test (~> 0.1, >= 0.1.2) - sys-uname (~> 1.2, >= 1.2.1) - cucumber-core (8.0.1) - cucumber-gherkin (~> 15.0, >= 15.0.2) - cucumber-messages (~> 13.0, >= 13.0.1) - cucumber-tag-expressions (~> 2.0, >= 2.0.4) - cucumber-create-meta (2.0.4) - cucumber-messages (~> 13.1, >= 13.1.0) - sys-uname (~> 1.2, >= 1.2.1) - cucumber-cucumber-expressions (10.3.0) - cucumber-gherkin (15.0.2) - cucumber-messages (~> 13.0, >= 13.0.1) - cucumber-html-formatter (9.0.0) - cucumber-messages (~> 13.0, >= 13.0.1) - cucumber-messages (13.2.1) - protobuf-cucumber (~> 3.10, >= 3.10.8) - cucumber-tag-expressions (2.0.4) - cucumber-wire (4.0.1) - cucumber-core (~> 8.0, >= 8.0.1) - cucumber-cucumber-expressions (~> 10.3, >= 10.3.0) - cucumber-messages (~> 13.0, >= 13.0.1) - diff-lcs (1.4.4) - docile (1.3.5) - ffi (1.14.2) - i18n (1.8.9) - concurrent-ruby (~> 1.0) - middleware (0.1.0) - minitest (5.14.3) - multi_test (0.1.2) - parallel (1.20.1) - parser (3.0.0.0) - ast (~> 2.4.1) - protobuf-cucumber (3.10.8) - activesupport (>= 3.2) - middleware - thor - thread_safe - rainbow (3.0.0) - rake (13.0.3) - regexp_parser (2.0.3) - rexml (3.2.5) - rspec (3.10.0) - rspec-core (~> 3.10.0) - rspec-expectations (~> 3.10.0) - rspec-mocks (~> 3.10.0) - rspec-core (3.10.1) - rspec-support (~> 3.10.0) - rspec-expectations (3.10.1) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-its (1.3.0) - rspec-core (>= 3.0.0) - rspec-expectations (>= 3.0.0) - rspec-mocks (3.10.2) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-support (3.10.2) - rubocop (1.10.0) - parallel (~> 1.10) - parser (>= 3.0.0.0) - rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml - rubocop-ast (>= 1.2.0, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.4.1) - parser (>= 2.7.1.5) - rubocop-performance (1.9.2) - rubocop (>= 0.90.0, < 2.0) - rubocop-ast (>= 0.4.0) - ruby-progressbar (1.11.0) - simplecov (0.21.2) - docile (~> 1.1) - simplecov-html (~> 0.11) - simplecov_json_formatter (~> 0.1) - simplecov-html (0.12.3) - simplecov_json_formatter (0.1.2) - sqlite3 (1.4.2) - standard (0.13.0) - rubocop (= 1.10.0) - rubocop-performance (= 1.9.2) - sys-uname (1.2.2) - ffi (~> 1.1) - thor (1.1.0) - thread_safe (0.3.6) - tzinfo (1.2.9) - thread_safe (~> 0.1) - unicode-display_width (2.0.0) - yard (0.9.26) - -PLATFORMS - ruby - -DEPENDENCIES - activerecord (~> 5.1.7) - activerecord-jdbcsqlite3-adapter - appraisal - aruba - cucumber - factory_bot! - rake - rspec - rspec-its - simplecov - sqlite3 - standard - yard - -BUNDLED WITH - 2.3.25 diff --git a/gemfiles/5.2.gemfile b/gemfiles/5.2.gemfile deleted file mode 100644 index 6a1b4e52..00000000 --- a/gemfiles/5.2.gemfile +++ /dev/null @@ -1,9 +0,0 @@ -# This file was generated by Appraisal - -source "https://rubygems.org" - -gem "activerecord-jdbcsqlite3-adapter", platforms: [:jruby] -gem "sqlite3", platforms: [:ruby] -gem "activerecord", "~> 5.2.3" - -gemspec name: "factory_bot", path: "../" diff --git a/gemfiles/5.2.gemfile.lock b/gemfiles/5.2.gemfile.lock deleted file mode 100644 index d5656d6d..00000000 --- a/gemfiles/5.2.gemfile.lock +++ /dev/null @@ -1,157 +0,0 @@ -PATH - remote: .. - specs: - factory_bot (6.4.4) - activesupport (>= 5.0.0) - -GEM - remote: https://rubygems.org/ - specs: - activemodel (5.2.4.5) - activesupport (= 5.2.4.5) - activerecord (5.2.4.5) - activemodel (= 5.2.4.5) - activesupport (= 5.2.4.5) - arel (>= 9.0) - activesupport (5.2.4.5) - concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - appraisal (2.3.0) - bundler - rake - thor (>= 0.14.0) - arel (9.0.0) - aruba (1.0.4) - childprocess (>= 2.0, < 5.0) - contracts (~> 0.16.0) - cucumber (>= 2.4, < 6.0) - rspec-expectations (~> 3.4) - thor (~> 1.0) - ast (2.4.2) - builder (3.2.4) - childprocess (4.0.0) - concurrent-ruby (1.1.8) - contracts (0.16.0) - cucumber (5.3.0) - builder (~> 3.2, >= 3.2.4) - cucumber-core (~> 8.0, >= 8.0.1) - cucumber-create-meta (~> 2.0, >= 2.0.2) - cucumber-cucumber-expressions (~> 10.3, >= 10.3.0) - cucumber-gherkin (~> 15.0, >= 15.0.2) - cucumber-html-formatter (~> 9.0, >= 9.0.0) - cucumber-messages (~> 13.1, >= 13.1.0) - cucumber-wire (~> 4.0, >= 4.0.1) - diff-lcs (~> 1.4, >= 1.4.4) - multi_test (~> 0.1, >= 0.1.2) - sys-uname (~> 1.2, >= 1.2.1) - cucumber-core (8.0.1) - cucumber-gherkin (~> 15.0, >= 15.0.2) - cucumber-messages (~> 13.0, >= 13.0.1) - cucumber-tag-expressions (~> 2.0, >= 2.0.4) - cucumber-create-meta (2.0.4) - cucumber-messages (~> 13.1, >= 13.1.0) - sys-uname (~> 1.2, >= 1.2.1) - cucumber-cucumber-expressions (10.3.0) - cucumber-gherkin (15.0.2) - cucumber-messages (~> 13.0, >= 13.0.1) - cucumber-html-formatter (9.0.0) - cucumber-messages (~> 13.0, >= 13.0.1) - cucumber-messages (13.2.1) - protobuf-cucumber (~> 3.10, >= 3.10.8) - cucumber-tag-expressions (2.0.4) - cucumber-wire (4.0.1) - cucumber-core (~> 8.0, >= 8.0.1) - cucumber-cucumber-expressions (~> 10.3, >= 10.3.0) - cucumber-messages (~> 13.0, >= 13.0.1) - diff-lcs (1.4.4) - docile (1.3.5) - ffi (1.14.2) - i18n (1.8.9) - concurrent-ruby (~> 1.0) - middleware (0.1.0) - minitest (5.14.3) - multi_test (0.1.2) - parallel (1.20.1) - parser (3.0.0.0) - ast (~> 2.4.1) - protobuf-cucumber (3.10.8) - activesupport (>= 3.2) - middleware - thor - thread_safe - rainbow (3.0.0) - rake (13.0.3) - regexp_parser (2.0.3) - rexml (3.2.5) - rspec (3.10.0) - rspec-core (~> 3.10.0) - rspec-expectations (~> 3.10.0) - rspec-mocks (~> 3.10.0) - rspec-core (3.10.1) - rspec-support (~> 3.10.0) - rspec-expectations (3.10.1) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-its (1.3.0) - rspec-core (>= 3.0.0) - rspec-expectations (>= 3.0.0) - rspec-mocks (3.10.2) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-support (3.10.2) - rubocop (1.10.0) - parallel (~> 1.10) - parser (>= 3.0.0.0) - rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml - rubocop-ast (>= 1.2.0, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.4.1) - parser (>= 2.7.1.5) - rubocop-performance (1.9.2) - rubocop (>= 0.90.0, < 2.0) - rubocop-ast (>= 0.4.0) - ruby-progressbar (1.11.0) - simplecov (0.21.2) - docile (~> 1.1) - simplecov-html (~> 0.11) - simplecov_json_formatter (~> 0.1) - simplecov-html (0.12.3) - simplecov_json_formatter (0.1.2) - sqlite3 (1.4.2) - standard (0.13.0) - rubocop (= 1.10.0) - rubocop-performance (= 1.9.2) - sys-uname (1.2.2) - ffi (~> 1.1) - thor (1.1.0) - thread_safe (0.3.6) - tzinfo (1.2.9) - thread_safe (~> 0.1) - unicode-display_width (2.0.0) - yard (0.9.26) - -PLATFORMS - ruby - -DEPENDENCIES - activerecord (~> 5.2.3) - activerecord-jdbcsqlite3-adapter - appraisal - aruba - cucumber - factory_bot! - rake - rspec - rspec-its - simplecov - sqlite3 - standard - yard - -BUNDLED WITH - 2.3.25 diff --git a/gemfiles/6.0.gemfile b/gemfiles/6.0.gemfile deleted file mode 100644 index 15c38e15..00000000 --- a/gemfiles/6.0.gemfile +++ /dev/null @@ -1,9 +0,0 @@ -# This file was generated by Appraisal - -source "https://rubygems.org" - -gem "activerecord-jdbcsqlite3-adapter", "~> 60.0", platforms: [:jruby] -gem "sqlite3", platforms: [:ruby] -gem "activerecord", "~> 6.0.0" - -gemspec name: "factory_bot", path: "../" diff --git a/gemfiles/6.0.gemfile.lock b/gemfiles/6.0.gemfile.lock deleted file mode 100644 index 8572e12d..00000000 --- a/gemfiles/6.0.gemfile.lock +++ /dev/null @@ -1,157 +0,0 @@ -PATH - remote: .. - specs: - factory_bot (6.4.4) - activesupport (>= 5.0.0) - -GEM - remote: https://rubygems.org/ - specs: - activemodel (6.0.3.5) - activesupport (= 6.0.3.5) - activerecord (6.0.3.5) - activemodel (= 6.0.3.5) - activesupport (= 6.0.3.5) - activesupport (6.0.3.5) - concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.2) - appraisal (2.3.0) - bundler - rake - thor (>= 0.14.0) - aruba (1.0.4) - childprocess (>= 2.0, < 5.0) - contracts (~> 0.16.0) - cucumber (>= 2.4, < 6.0) - rspec-expectations (~> 3.4) - thor (~> 1.0) - ast (2.4.2) - builder (3.2.4) - childprocess (4.0.0) - concurrent-ruby (1.1.8) - contracts (0.16.0) - cucumber (5.3.0) - builder (~> 3.2, >= 3.2.4) - cucumber-core (~> 8.0, >= 8.0.1) - cucumber-create-meta (~> 2.0, >= 2.0.2) - cucumber-cucumber-expressions (~> 10.3, >= 10.3.0) - cucumber-gherkin (~> 15.0, >= 15.0.2) - cucumber-html-formatter (~> 9.0, >= 9.0.0) - cucumber-messages (~> 13.1, >= 13.1.0) - cucumber-wire (~> 4.0, >= 4.0.1) - diff-lcs (~> 1.4, >= 1.4.4) - multi_test (~> 0.1, >= 0.1.2) - sys-uname (~> 1.2, >= 1.2.1) - cucumber-core (8.0.1) - cucumber-gherkin (~> 15.0, >= 15.0.2) - cucumber-messages (~> 13.0, >= 13.0.1) - cucumber-tag-expressions (~> 2.0, >= 2.0.4) - cucumber-create-meta (2.0.4) - cucumber-messages (~> 13.1, >= 13.1.0) - sys-uname (~> 1.2, >= 1.2.1) - cucumber-cucumber-expressions (10.3.0) - cucumber-gherkin (15.0.2) - cucumber-messages (~> 13.0, >= 13.0.1) - cucumber-html-formatter (9.0.0) - cucumber-messages (~> 13.0, >= 13.0.1) - cucumber-messages (13.2.1) - protobuf-cucumber (~> 3.10, >= 3.10.8) - cucumber-tag-expressions (2.0.4) - cucumber-wire (4.0.1) - cucumber-core (~> 8.0, >= 8.0.1) - cucumber-cucumber-expressions (~> 10.3, >= 10.3.0) - cucumber-messages (~> 13.0, >= 13.0.1) - diff-lcs (1.4.4) - docile (1.3.5) - ffi (1.14.2) - i18n (1.8.9) - concurrent-ruby (~> 1.0) - middleware (0.1.0) - minitest (5.14.3) - multi_test (0.1.2) - parallel (1.20.1) - parser (3.0.0.0) - ast (~> 2.4.1) - protobuf-cucumber (3.10.8) - activesupport (>= 3.2) - middleware - thor - thread_safe - rainbow (3.0.0) - rake (13.0.3) - regexp_parser (2.0.3) - rexml (3.2.5) - rspec (3.10.0) - rspec-core (~> 3.10.0) - rspec-expectations (~> 3.10.0) - rspec-mocks (~> 3.10.0) - rspec-core (3.10.1) - rspec-support (~> 3.10.0) - rspec-expectations (3.10.1) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-its (1.3.0) - rspec-core (>= 3.0.0) - rspec-expectations (>= 3.0.0) - rspec-mocks (3.10.2) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-support (3.10.2) - rubocop (1.10.0) - parallel (~> 1.10) - parser (>= 3.0.0.0) - rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml - rubocop-ast (>= 1.2.0, < 2.0) - ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.4.1) - parser (>= 2.7.1.5) - rubocop-performance (1.9.2) - rubocop (>= 0.90.0, < 2.0) - rubocop-ast (>= 0.4.0) - ruby-progressbar (1.11.0) - simplecov (0.21.2) - docile (~> 1.1) - simplecov-html (~> 0.11) - simplecov_json_formatter (~> 0.1) - simplecov-html (0.12.3) - simplecov_json_formatter (0.1.2) - sqlite3 (1.4.2) - standard (0.13.0) - rubocop (= 1.10.0) - rubocop-performance (= 1.9.2) - sys-uname (1.2.2) - ffi (~> 1.1) - thor (1.1.0) - thread_safe (0.3.6) - tzinfo (1.2.9) - thread_safe (~> 0.1) - unicode-display_width (2.0.0) - yard (0.9.26) - zeitwerk (2.4.2) - -PLATFORMS - ruby - -DEPENDENCIES - activerecord (~> 6.0.0) - activerecord-jdbcsqlite3-adapter (~> 60.0) - appraisal - aruba - cucumber - factory_bot! - rake - rspec - rspec-its - simplecov - sqlite3 - standard - yard - -BUNDLED WITH - 2.3.25 diff --git a/gemfiles/7.0.gemfile b/gemfiles/7.0.gemfile index 0bbc1585..f440fcc1 100644 --- a/gemfiles/7.0.gemfile +++ b/gemfiles/7.0.gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -gem "activerecord-jdbcsqlite3-adapter", "~> 61.0", platforms: [:jruby] +gem "activerecord-jdbcsqlite3-adapter", "~> 70.0", platforms: [:jruby] gem "sqlite3", platforms: [:ruby] gem "activerecord", "~> 7.0.0" diff --git a/gemfiles/7.0.gemfile.lock b/gemfiles/7.0.gemfile.lock index b8d06875..176eb4c4 100644 --- a/gemfiles/7.0.gemfile.lock +++ b/gemfiles/7.0.gemfile.lock @@ -144,7 +144,7 @@ PLATFORMS DEPENDENCIES activerecord (~> 7.0.0) - activerecord-jdbcsqlite3-adapter (~> 61.0) + activerecord-jdbcsqlite3-adapter (~> 70.0) appraisal aruba cucumber diff --git a/gemfiles/7.1.gemfile b/gemfiles/7.1.gemfile index 44e589d6..72f4fdad 100644 --- a/gemfiles/7.1.gemfile +++ b/gemfiles/7.1.gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -gem "activerecord-jdbcsqlite3-adapter", "~> 70.0", platforms: [:jruby] +gem "activerecord-jdbcsqlite3-adapter", platforms: [:jruby] gem "sqlite3", platforms: [:ruby] gem "activerecord", "~> 7.1.0" diff --git a/gemfiles/7.1.gemfile.lock b/gemfiles/7.1.gemfile.lock index c0302c71..56eef62e 100644 --- a/gemfiles/7.1.gemfile.lock +++ b/gemfiles/7.1.gemfile.lock @@ -154,7 +154,7 @@ PLATFORMS DEPENDENCIES activerecord (~> 7.1.0) - activerecord-jdbcsqlite3-adapter (~> 70.0) + activerecord-jdbcsqlite3-adapter appraisal aruba cucumber diff --git a/gemfiles/main.gemfile b/gemfiles/main.gemfile index 1d23fd68..243cb07b 100644 --- a/gemfiles/main.gemfile +++ b/gemfiles/main.gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" -gem "activerecord-jdbcsqlite3-adapter", "~> 61.0", platforms: [:jruby] +gem "activerecord-jdbcsqlite3-adapter", "~> 70.0", platforms: [:jruby] gem "sqlite3", platforms: [:ruby] gem "activerecord", git: "https://github.com/rails/rails.git", branch: "main" diff --git a/gemfiles/main.gemfile.lock b/gemfiles/main.gemfile.lock index 11c71a22..5bfa9f33 100644 --- a/gemfiles/main.gemfile.lock +++ b/gemfiles/main.gemfile.lock @@ -161,7 +161,7 @@ PLATFORMS DEPENDENCIES activerecord! - activerecord-jdbcsqlite3-adapter (~> 61.0) + activerecord-jdbcsqlite3-adapter (~> 70.0) appraisal aruba cucumber