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

16 lines
227 B
Text
Raw Normal View History

2012-04-13 09:59:10 -04:00
appraise '3.0' do
2012-12-03 08:30:46 -08:00
gem 'rails', '~> 3.0.17'
end
2012-04-13 09:59:10 -04:00
appraise '3.1' do
2012-12-03 08:31:45 -08:00
gem 'rails', '~> 3.1.8'
gem 'jquery-rails'
gem 'sass-rails'
end
2012-03-09 10:53:23 -05:00
appraise '3.2' do
2012-12-03 08:32:44 -08:00
gem 'rails', '~> 3.2.8'
2012-03-09 10:53:23 -05:00
gem 'jquery-rails'
gem 'sass-rails'
end