Skip to content

Commit

Permalink
Fix: test suite was not actually using 6.0.0.beta1
Browse files Browse the repository at this point in the history
This fixes an omission that was not caught in
#1182
  • Loading branch information
jaredbeck committed Jan 27, 2019
1 parent 95b2d7b commit 9635c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemfiles/ar_6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "activerecord", github: "rails/rails"
gem "activerecord", "~> 6.0.0.beta1"
gem "rails-controller-testing", "~> 1.0.3"

gemspec path: "../"

0 comments on commit 9635c79

Please sign in to comment.