mirror of
https://github.com/redmine/redmine.git
synced 2026-01-26 01:10:01 +01:00
Merged r21945 from trunk to 4.2-stable (#37883).
git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@21947 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -93,7 +93,7 @@ end
|
||||
|
||||
group :test do
|
||||
gem "rails-dom-testing"
|
||||
gem 'mocha', '>= 1.4.0'
|
||||
gem 'mocha', (Gem.ruby_version < Gem::Version.new('2.7.0') ? ['>= 1.4.0', '< 2.0.0'] : '>= 1.4.0')
|
||||
gem 'simplecov', '~> 0.18.5', :require => false
|
||||
gem "ffi", platforms: [:mingw, :x64_mingw, :mswin]
|
||||
# For running system tests
|
||||
|
||||
Reference in New Issue
Block a user