Skip to content

Commit

Permalink
Test with Active Record 7.2.0.beta2 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jun 10, 2024
1 parent 1575a54 commit f13e09a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gemfiles/activerecord72.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ gemspec path: ".."

gem "rake"
gem "minitest", ">= 5"
gem "activerecord", "~> 7.2.0.beta1"
gem "activerecord", "~> 7.2.0.beta2"
gem "pg"
gem "mysql2"
gem "trilogy"
gem "sqlite3"
gem "railties", "~> 7.2.0.beta1", require: false
gem "railties", "~> 7.2.0.beta2", require: false
1 change: 1 addition & 0 deletions test/support/active_record.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def dimensions_supported?

if ActiveRecord::VERSION::STRING.to_f >= 7.2
ActiveRecord::Base.attributes_for_inspect = :all
ActiveSupport.to_time_preserves_timezone = true
end

ActiveRecord::Base.logger = logger
Expand Down

0 comments on commit f13e09a

Please sign in to comment.