Skip to content

Commit

Permalink
Travis: Test against ActiveRecord 5.0.0.beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Mar 3, 2016
1 parent 620663c commit 1614dea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
appraise "rails-5-0" do
gem "activerecord", "5.0.0.beta2"
gem "activerecord", "5.0.0.beta3"
gem 'mysql2', '>= 0.3.18', '< 0.5'
end

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "activerecord", "5.0.0.beta2"
gem "activerecord", "5.0.0.beta3"
gem "mysql2", ">= 0.3.18", "< 0.5"

gemspec :path => "../"

0 comments on commit 1614dea

Please sign in to comment.