Gemfile: upgrade mocha version (#16685)
git-svn-id: http://svn.redmine.org/redmine/trunk@13117 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
6b33956394
commit
9875ed9954
2
Gemfile
2
Gemfile
|
@ -86,7 +86,7 @@ end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
gem "shoulda", "~> 3.3.2"
|
gem "shoulda", "~> 3.3.2"
|
||||||
gem "mocha", ">= 0.14", :require => 'mocha/api'
|
gem "mocha", "~> 1.0.0", :require => 'mocha/api'
|
||||||
if RUBY_VERSION >= '1.9.3'
|
if RUBY_VERSION >= '1.9.3'
|
||||||
gem "capybara", "~> 2.1.0"
|
gem "capybara", "~> 2.1.0"
|
||||||
gem "selenium-webdriver"
|
gem "selenium-webdriver"
|
||||||
|
|
Loading…
Reference in New Issue