Skip to content

Commit

Permalink
Add proper sqlite3 gem for JRuby.
Browse files Browse the repository at this point in the history
  • Loading branch information
ugisozols committed Feb 6, 2012
1 parent 0822e78 commit ef02740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -15,7 +15,7 @@ group :development, :test do

gem 'sqlite3', :platform => [:ruby, :mswin, :mingw]

gem 'jdbc-sqlite3', :platform => :jruby
gem 'activerecord-jdbcsqlite3-adapter', :platform => :jruby

platforms :mswin, :mingw do
gem 'win32console'
Expand Down

0 comments on commit ef02740

Please sign in to comment.