Skip to content

Commit

Permalink
sqlite for jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
aderyabin committed Apr 12, 2012
1 parent 5fd93ed commit a785c7d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ source :rubygems
gemspec

group :test do
gem "sqlite3", "~> 1.3.4"
platforms :jruby do
gem 'activerecord-sqlite3-adapter'
end

platforms :ruby do
gem "sqlite3", "~> 1.3.4"
end

gem "mongoid", "~> 2.3"
gem "bson_ext", "~> 1.3"
gem "capybara", "~> 1.1.0"
Expand Down

0 comments on commit a785c7d

Please sign in to comment.