haml--haml/test/gemfiles/Gemfile.rails-4.2.x

6 lines
141 B
Plaintext

source "https://rubygems.org"
gem 'rails', '~> 4.2.0'
gem 'nokogiri', RUBY_VERSION < '2.1' ? '~> 1.6.0' : '>= 1.7'
gemspec :path => '../..'