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 11:34:56 +00:00
source "https://rubygems.org"
2012-03-03 14:01:19 +00:00
gemspec
2012-12-26 13:33:40 +00:00
platforms :ruby do
gem "sqlite3"
end
2012-12-26 13:33:40 +00:00
platforms :jruby do
gem "minitest"
gem "activerecord-jdbcsqlite3-adapter"
2012-12-26 13:33:40 +00:00
end
gem "rails", "> 5.x"
gem "mongoid", github: "mongodb/mongoid"
gem "minitest-rails", github: "blowmage/minitest-rails"