mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
12 lines
190 B
Ruby
12 lines
190 B
Ruby
appraise "3.0" do
|
|
gem "rails", "3.0.10"
|
|
gem "rake", "~> 0.8.7"
|
|
end
|
|
|
|
appraise "3.1" do
|
|
gem "rails", "3.1.0"
|
|
gem 'sass'
|
|
gem 'coffee-script'
|
|
gem 'uglifier'
|
|
gem 'jquery-rails'
|
|
end
|