Skip to content

Commit

Permalink
Add Gemfile dependencies to ActiveRecord and sqlite3.
Browse files Browse the repository at this point in the history
  • Loading branch information
beauby committed Aug 31, 2015
1 parent b175b04 commit 6470195
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,11 @@ else
gem 'actionpack', gem_version
end

group :test do
gem 'activerecord'
gem 'sqlite3', platform: :ruby
gem 'activerecord-jdbcsqlite3-adapter', platform: :jruby
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

0 comments on commit 6470195

Please sign in to comment.