1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
thoughtbot--shoulda-matchers/Appraisals

18 lines
272 B
Text
Raw Normal View History

if RUBY_VERSION < '2.0'
appraise '3.0' do
gem 'rails', '~> 3.0.17'
end
appraise '3.1' do
gem 'rails', '~> 3.1.8'
gem 'jquery-rails'
gem 'sass-rails'
end
end
2012-03-09 10:53:23 -05:00
appraise '3.2' do
gem 'rails', '~> 3.2.13'
2012-03-09 10:53:23 -05:00
gem 'jquery-rails'
gem 'sass-rails'
end