Skip to content

Commit

Permalink
WIP: Add Rails 7.1 and 7.2 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
FLeinzi committed Aug 12, 2024
1 parent a84a423 commit 175fa0c
Show file tree
Hide file tree
Showing 9 changed files with 324 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
gemfile: Gemfile.7.0.sqlite3
- ruby: "3.2.0"
gemfile: Gemfile.7.0.sqlite3
- ruby: "3.2.0"
gemfile: Gemfile.7.1.sqlite3
- ruby: "3.2.0"
gemfile: Gemfile.7.2.sqlite3
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}

Expand Down Expand Up @@ -112,6 +116,10 @@ jobs:
gemfile: Gemfile.7.0.pg
- ruby: "3.2.0"
gemfile: Gemfile.7.0.pg
- ruby: "3.2.0"
gemfile: Gemfile.7.1.pg
- ruby: "3.2.0"
gemfile: Gemfile.7.2.pg
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}

Expand Down
9 changes: 9 additions & 0 deletions Gemfile.7.1.pg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
source 'https://rubygems.org'

gem 'activerecord', '~>7.1.0'
gem 'rspec', '~>3.4'
gem 'pg'
gem 'rake'
gem 'gemika'

gem 'active_type', :path => '.'
68 changes: 68 additions & 0 deletions Gemfile.7.1.pg.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
PATH
remote: .
specs:
active_type (2.5.0)
activerecord (>= 3.2)

GEM
remote: https://rubygems.org/
specs:
activemodel (7.1.3.4)
activesupport (= 7.1.3.4)
activerecord (7.1.3.4)
activemodel (= 7.1.3.4)
activesupport (= 7.1.3.4)
timeout (>= 0.4.0)
activesupport (7.1.3.4)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
base64 (0.2.0)
bigdecimal (3.1.8)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
diff-lcs (1.5.1)
drb (2.2.1)
gemika (0.8.3)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
minitest (5.24.1)
mutex_m (0.2.0)
pg (1.5.7)
rake (13.2.1)
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.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)

PLATFORMS
ruby

DEPENDENCIES
active_type!
activerecord (~> 7.1.0)
gemika
pg
rake
rspec (~> 3.4)

BUNDLED WITH
2.5.6
9 changes: 9 additions & 0 deletions Gemfile.7.1.sqlite3
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
source 'https://rubygems.org'

gem 'activerecord', '~>7.1.0'
gem 'rspec', '~>3.4'
gem 'sqlite3', '=1.6.0'
gem 'rake'
gem 'gemika'

gem 'active_type', :path => '.'
70 changes: 70 additions & 0 deletions Gemfile.7.1.sqlite3.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
PATH
remote: .
specs:
active_type (2.5.0)
activerecord (>= 3.2)

GEM
remote: https://rubygems.org/
specs:
activemodel (7.1.3.4)
activesupport (= 7.1.3.4)
activerecord (7.1.3.4)
activemodel (= 7.1.3.4)
activesupport (= 7.1.3.4)
timeout (>= 0.4.0)
activesupport (7.1.3.4)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
base64 (0.2.0)
bigdecimal (3.1.8)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
diff-lcs (1.5.1)
drb (2.2.1)
gemika (0.8.3)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
mini_portile2 (2.8.7)
minitest (5.24.1)
mutex_m (0.2.0)
rake (13.2.1)
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.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
sqlite3 (1.6.0)
mini_portile2 (~> 2.8.0)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)

PLATFORMS
ruby

DEPENDENCIES
active_type!
activerecord (~> 7.1.0)
gemika
rake
rspec (~> 3.4)
sqlite3 (= 1.6.0)

BUNDLED WITH
2.5.6
9 changes: 9 additions & 0 deletions Gemfile.7.2.pg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
source 'https://rubygems.org'

gem 'activerecord', '~>7.2.0'
gem 'rspec', '~>3.4'
gem 'pg'
gem 'rake'
gem 'gemika'

gem 'active_type', :path => '.'
70 changes: 70 additions & 0 deletions Gemfile.7.2.pg.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
PATH
remote: .
specs:
active_type (2.5.0)
activerecord (>= 3.2)

GEM
remote: https://rubygems.org/
specs:
activemodel (7.2.0)
activesupport (= 7.2.0)
activerecord (7.2.0)
activemodel (= 7.2.0)
activesupport (= 7.2.0)
timeout (>= 0.4.0)
activesupport (7.2.0)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
base64 (0.2.0)
bigdecimal (3.1.8)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
diff-lcs (1.5.1)
drb (2.2.1)
gemika (0.8.3)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
logger (1.6.0)
minitest (5.24.1)
pg (1.5.7)
rake (13.2.1)
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.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
securerandom (0.3.1)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)

PLATFORMS
ruby

DEPENDENCIES
active_type!
activerecord (~> 7.2.0)
gemika
pg
rake
rspec (~> 3.4)

BUNDLED WITH
2.5.6
9 changes: 9 additions & 0 deletions Gemfile.7.2.sqlite3
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
source 'https://rubygems.org'

gem 'activerecord', '~>7.2.0'
gem 'rspec', '~>3.4'
gem 'sqlite3', '=1.6.0'
gem 'rake'
gem 'gemika'

gem 'active_type', :path => '.'
72 changes: 72 additions & 0 deletions Gemfile.7.2.sqlite3.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
PATH
remote: .
specs:
active_type (2.5.0)
activerecord (>= 3.2)

GEM
remote: https://rubygems.org/
specs:
activemodel (7.2.0)
activesupport (= 7.2.0)
activerecord (7.2.0)
activemodel (= 7.2.0)
activesupport (= 7.2.0)
timeout (>= 0.4.0)
activesupport (7.2.0)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
base64 (0.2.0)
bigdecimal (3.1.8)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
diff-lcs (1.5.1)
drb (2.2.1)
gemika (0.8.3)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
logger (1.6.0)
mini_portile2 (2.8.7)
minitest (5.24.1)
rake (13.2.1)
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.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
securerandom (0.3.1)
sqlite3 (1.6.0)
mini_portile2 (~> 2.8.0)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)

PLATFORMS
ruby

DEPENDENCIES
active_type!
activerecord (~> 7.2.0)
gemika
rake
rspec (~> 3.4)
sqlite3 (= 1.6.0)

BUNDLED WITH
2.5.6

0 comments on commit 175fa0c

Please sign in to comment.