Skip to content

Commit

Permalink
run tests on active record 7.1.0.rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
razumau committed Oct 2, 2023
1 parent 00595f2 commit a09fa43
Show file tree
Hide file tree
Showing 11 changed files with 127 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -40,6 +40,8 @@ jobs:
- rails6.1
- rails7.0_mysql2
- rails7.0_trilogy
- rails7.1_mysql2
- rails7.1_trilogy
legacy_connection_handling:
- "false"
- "true"
Expand Down
2 changes: 1 addition & 1 deletion active_record_host_pool.gemspec
Expand Up @@ -28,5 +28,5 @@ Gem::Specification.new do |s|

s.required_ruby_version = ">= 2.7.0"

s.add_runtime_dependency("activerecord", ">= 5.1.0", "< 7.1")
s.add_runtime_dependency("activerecord", ">= 5.1.0", "< 7.2")
end
2 changes: 1 addition & 1 deletion gemfiles/rails5.1.gemfile.lock
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
active_record_host_pool (1.2.5)
activerecord (>= 5.1.0, < 7.1)
activerecord (>= 5.1.0, < 7.2)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails5.2.gemfile.lock
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
active_record_host_pool (1.2.5)
activerecord (>= 5.1.0, < 7.1)
activerecord (>= 5.1.0, < 7.2)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails6.0.gemfile.lock
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
active_record_host_pool (1.2.5)
activerecord (>= 5.1.0, < 7.1)
activerecord (>= 5.1.0, < 7.2)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails6.1.gemfile.lock
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
active_record_host_pool (1.2.5)
activerecord (>= 5.1.0, < 7.1)
activerecord (>= 5.1.0, < 7.2)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails7.0_mysql2.gemfile.lock
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
active_record_host_pool (1.2.5)
activerecord (>= 5.1.0, < 7.1)
activerecord (>= 5.1.0, < 7.2)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails7.0_trilogy.gemfile.lock
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
active_record_host_pool (1.2.5)
activerecord (>= 5.1.0, < 7.1)
activerecord (>= 5.1.0, < 7.2)

GEM
remote: https://rubygems.org/
Expand Down
10 changes: 10 additions & 0 deletions gemfiles/rails7.1_mysql2.gemfile
@@ -0,0 +1,10 @@
# frozen_string_literal: true

source 'https://rubygems.org'

gemspec path: '../'

gem 'activerecord', '~> 7.1.rc2'
gem 'mysql2', '~> 0.5'

eval_gemfile 'common.rb'
97 changes: 97 additions & 0 deletions gemfiles/rails7.1_mysql2.gemfile.lock
@@ -0,0 +1,97 @@
PATH
remote: ..
specs:
active_record_host_pool (1.2.5)
activerecord (>= 5.1.0, < 7.2)

GEM
remote: https://rubygems.org/
specs:
activemodel (7.1.0.rc2)
activesupport (= 7.1.0.rc2)
activerecord (7.1.0.rc2)
activemodel (= 7.1.0.rc2)
activesupport (= 7.1.0.rc2)
timeout (>= 0.4.0)
activesupport (7.1.0.rc2)
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)
ast (2.4.2)
base64 (0.1.1)
bigdecimal (3.1.4)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
drb (2.1.1)
ruby2_keywords
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.6)
method_source (1.0.0)
minitest (5.20.0)
minitest-fail-fast (0.1.0)
minitest (~> 5)
minitest-line (0.6.5)
minitest (~> 5.0)
minitest-mock_expectations (1.1.3)
mutex_m (0.1.2)
mysql2 (0.5.5)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
racc
phenix (1.1.0)
activerecord (>= 4.2, < 7.1)
bundler
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
racc (1.7.1)
rainbow (3.1.1)
rake (13.0.6)
rexml (3.2.6)
rubocop (0.80.1)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.7.0.1)
rainbow (>= 2.2.2, < 4.0)
rexml
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
timeout (0.4.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (1.6.1)

PLATFORMS
ruby

DEPENDENCIES
active_record_host_pool!
activerecord (~> 7.1.rc2)
byebug
minitest (>= 5.10.0)
minitest-fail-fast
minitest-line
minitest-mock_expectations (~> 1.1.3)
mysql2 (~> 0.5)
phenix (>= 1.0.1)
pry-byebug (~> 3.9)
rake (>= 12.0.0)
rubocop (~> 0.80.0)

BUNDLED WITH
2.4.15
11 changes: 11 additions & 0 deletions gemfiles/rails7.1_trilogy.gemfile
@@ -0,0 +1,11 @@
# frozen_string_literal: true

source 'https://rubygems.org'

gemspec path: '../'

gem 'activerecord', '~> 7.1.rc2'
gem 'activerecord-trilogy-adapter', '>= 3.0'
gem 'trilogy', '>= 2.5.0'

eval_gemfile 'common.rb'

0 comments on commit a09fa43

Please sign in to comment.