Revision 13245
Added by Toshi MARUYAMA about 11 years ago
sandbox/rails-4.1/Gemfile | ||
---|---|---|
90 | 90 | |
91 | 91 |
group :test do |
92 | 92 |
gem "minitest" |
93 |
gem "shoulda", "~> 3.5.0"
|
|
93 |
gem "shoulda" |
|
94 | 94 |
gem "shoulda-context" |
95 | 95 |
gem "mocha", "~> 1.0.0", :require => 'mocha/api' |
96 | 96 |
if RUBY_VERSION >= '1.9.3' |
Also available in: Unified diff
Gemfile: remove version from shoulda