Skip to content

Commit

Permalink
Finally got the right sqlite3 adapter for JRuby.
Browse files Browse the repository at this point in the history
  • Loading branch information
james2m committed Jul 1, 2012
1 parent 14265f5 commit 3dc13a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -12,5 +12,5 @@ gem "sqlite3", :platform => [:ruby, :mswin, :mingw]

# for JRuby
platform :jruby do
gem 'jdbc-sqlite3', :require => 'jdbc/sqlite3'
gem 'activerecord-jdbcsqlite3-adapter'
end

0 comments on commit 3dc13a1

Please sign in to comment.