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