Skip to content

Commit

Permalink
fix JRuby?
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlinsley committed Jan 12, 2014
1 parent 1e14b64 commit 3675efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -13,7 +13,7 @@ gem 'arbre', github: 'gregbell/arbre' # until gregbell/arbre#16 makes it into an
gem 'rake', require: false
gem 'rails-i18n' # Provides default i18n for many languages

gem RUBY_ENGINE =~ /jruby/ ? 'jdbc-sqlite3' : 'sqlite3'
gem RUBY_ENGINE =~ /jruby/ ? 'activerecord-jdbcsqlite3-adapter' : 'sqlite3'

gem 'rubysl' if RUBY_ENGINE =~ /rbx/

Expand Down

0 comments on commit 3675efb

Please sign in to comment.