1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00
awesome_print/gemfiles/rails_4.0.1.gemfile

15 lines
256 B
Text
Raw Normal View History

2014-12-30 13:09:18 -05:00
# This file was generated by Appraisal
source "https://rubygems.org"
gem "activesupport", "~> 4.0.1"
gem "activerecord", "~> 4.0.1"
gem "mongoid", "~> 4.0.0"
group :development do
gem "sqlite3"
gem "nokogiri", ">= 1.6.5"
end
gemspec :path => "../"