1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00
draper/Gemfile

17 lines
281 B
Text
Raw Normal View History

2013-02-27 06:34:56 -05:00
source "https://rubygems.org"
2012-03-03 09:01:19 -05:00
gemspec
2012-12-26 08:33:40 -05:00
platforms :ruby do
gem "sqlite3"
end
2012-12-26 08:33:40 -05:00
platforms :jruby do
gem "minitest"
gem "activerecord-jdbcsqlite3-adapter"
2012-12-26 08:33:40 -05:00
end
gem "rails", "> 5.x"
gem "mongoid", github: "mongodb/mongoid"
gem "minitest-rails", github: "blowmage/minitest-rails"