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.gemfile
Gerard Caulfield 77f65e95de
Fix build issue with json gem
The new `json` gem requires Ruby >= 2.0
This locks down the version of json to address a recent break in
our builds caused by this issue.
2016-07-04 18:59:32 +10:00

9 lines
214 B
Text

# This file was generated by Appraisal
source "https://rubygems.org"
gem "rails", "~> 4.0.0"
gem "json", "~> 1.8", :platforms => :ruby_19
gem "mime-types", "2.6.2", :platforms => :ruby_19
gemspec :path => "../"