Skip to content

Commit

Permalink
3f209b0 was wrong; 'activerecord-jdbc-adapter' gem needs to be limite…
Browse files Browse the repository at this point in the history
…d for Ruby18 compatibility
  • Loading branch information
batter committed Apr 16, 2015
1 parent 3f209b0 commit b23453e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions gemfiles/3.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ group :development, :test do

platforms :jruby do
# Use jRuby's sqlite3 adapter for jRuby
gem 'activerecord-jdbcsqlite3-adapter', '1.3.15'
gem 'activerecord-jdbcpostgresql-adapter', '1.3.15'
gem 'activerecord-jdbcmysql-adapter', '1.3.15'
gem 'activerecord-jdbcsqlite3-adapter', '~> 1.3'
gem 'activerecord-jdbcpostgresql-adapter', '~> 1.3'
gem 'activerecord-jdbcmysql-adapter', '~> 1.3'
gem 'activerecord-jdbc-adapter', '1.3.15'
end
end

0 comments on commit b23453e

Please sign in to comment.