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/mongoid_3.1.gemfile
2014-12-30 16:34:14 -02:00

14 lines
256 B
Text

# This file was generated by Appraisal
source "https://rubygems.org"
gem "activesupport", "~> 3.2.0"
gem "activerecord", "~> 3.2.0"
gem "mongoid", "~> 3.1.0"
group :development do
gem "sqlite3"
gem "nokogiri", ">= 1.6.5"
end
gemspec :path => "../"