Skip to content

Commit cdca408

Browse files
committed
Test under Rails 4.2.x
While previously Gemfile forced tests to run under 4.0.x, in fact they seem to only pass under 4.2.x. (This one-line change took me a day to figure out!)
1 parent 7377354 commit cdca408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gemspec
55
gem 'jruby-openssl', :platform => :jruby
66

77
group :test do
8-
gem 'activerecord', '~> 4.0.0'
8+
gem 'activerecord', '~> 4.2.0'
99
gem 'activerecord-jdbcsqlite3-adapter', :platform => [:jruby]
1010
gem 'libxml-ruby', :platform => [:ruby, :mswin]
1111
gem 'rake'

0 commit comments

Comments
 (0)