Skip to content

Commit

Permalink
Test with ActiveRecord 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Apr 26, 2018
1 parent 3b945f5 commit 0ced880
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -11,6 +11,10 @@ appraise 'activerecord-5.1' do
gem 'activerecord', '~> 5.1.0'
end

appraise 'activerecord-5.2' do
gem 'activerecord', '~> 5.2.0'
end

appraise 'activerecord-edge' do
gem 'activerecord', github: 'rails/rails'
gem 'arel', github: 'rails/arel'
2 changes: 1 addition & 1 deletion gemfiles/activerecord_5.2.gemfile
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "rails", '~> 5.2.0.rc2'
gem "activerecord", "~> 5.2.0"

platforms :ruby, :rbx do
gem "mysql2", '~> 0.4.10'

0 comments on commit 0ced880

Please sign in to comment.