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

17 lines
306 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", ">= 3.0"
gem "activerecord-jdbcsqlite3-adapter", ">= 1.3.0.beta2"
2012-12-26 08:33:40 -05:00
end
version = ENV["RAILS_VERSION"] || "4.0"
2013-01-21 07:27:11 -05:00
2013-05-20 07:42:01 -04:00
eval_gemfile File.expand_path("../gemfiles/#{version}.gemfile", __FILE__)