1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

Gemfile: remove mocha version

git-svn-id: http://svn.redmine.org/redmine/trunk@13947 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2015-01-25 10:44:29 +00:00
parent 5541f9ca51
commit b3fdc1ca8b

View File

@ -87,7 +87,7 @@ end
group :test do
gem "minitest"
gem "rails-dom-testing"
gem "mocha", "~> 1.0.0"
gem "mocha"
gem "simplecov", "~> 0.9.1", :require => false
# For running UI tests
gem "capybara"