Skip to content

Commit

Permalink
use activerecord-jdbcsqlite3-adapter 1.3.0.beta gem with rails 4 for …
Browse files Browse the repository at this point in the history
…travis-ci
  • Loading branch information
EppO committed Jun 7, 2013
1 parent fa69b33 commit 4b8711e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-4.0
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ group :test do
gem "fuubar"
gem "bundler"

gem "activerecord-jdbcsqlite3-adapter", :platform => "jruby"
gem "activerecord-jdbcsqlite3-adapter", "~> 1.3.0.beta", :platform => "jruby"
gem "sqlite3", :platform => "ruby"
gem "activerecord", "~> 4.0.0.rc", :require => "active_record"
gem "mongoid", :git => "git://github.com/mongoid/mongoid.git"
Expand Down

0 comments on commit 4b8711e

Please sign in to comment.