Limit activerecord-jdbcpostgresql-adapter to Ruby18 compatible version to prevent test breakge on Travis

This commit is contained in:
Ben Atkins 2015-04-16 14:33:34 -04:00
parent fd40fcc607
commit 3f209b006d
1 changed files with 3 additions and 3 deletions

View File

@ -44,8 +44,8 @@ group :development, :test do
platforms :jruby do
# Use jRuby's sqlite3 adapter for jRuby
gem 'activerecord-jdbcsqlite3-adapter', '~> 1.3'
gem 'activerecord-jdbcpostgresql-adapter', '~> 1.3'
gem 'activerecord-jdbcmysql-adapter', '~> 1.3'
gem 'activerecord-jdbcsqlite3-adapter', '1.3.15'
gem 'activerecord-jdbcpostgresql-adapter', '1.3.15'
gem 'activerecord-jdbcmysql-adapter', '1.3.15'
end
end