Revision 13246
Added by Toshi MARUYAMA about 11 years ago
sandbox/rails-4.1/Gemfile | ||
---|---|---|
92 | 92 |
gem "minitest" |
93 | 93 |
gem "shoulda" |
94 | 94 |
gem "shoulda-context" |
95 |
gem "mocha", "~> 1.0.0", :require => 'mocha/api'
|
|
95 |
gem "mocha", :require => 'mocha/api' |
|
96 | 96 |
if RUBY_VERSION >= '1.9.3' |
97 | 97 |
gem "capybara", "~> 2.1.0" |
98 | 98 |
gem "selenium-webdriver" |
Also available in: Unified diff
Gemfile: remove version from mocha