Skip to content

Commit

Permalink
upgrade jruby dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kassio committed Aug 31, 2013
1 parent 6617437 commit 160e078
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Gemfile
Expand Up @@ -61,12 +61,12 @@ platforms :ruby do
end

platforms :jruby do
git 'git://github.com/jruby/activerecord-jdbc-adapter.git' do
gem 'activerecord-jdbcsqlite3-adapter'
group :db do
gem 'activerecord-jdbcmysql-adapter'
gem 'activerecord-jdbcpostgresql-adapter'
end
gem 'json'
gem 'activerecord-jdbcsqlite3-adapter', '>= 1.3.0'

group :db do
gem 'activerecord-jdbcmysql-adapter', '>= 1.3.0'
gem 'activerecord-jdbcpostgresql-adapter', '>= 1.3.0'
end
end

Expand Down

0 comments on commit 160e078

Please sign in to comment.