Project

General

Profile

Patch #39070 » mocha-version-5_0.diff

Go MAEDA, 2023-09-18 10:43

View differences:

Gemfile (working copy)
99 99

  
100 100
group :test do
101 101
  gem "rails-dom-testing"
102
  gem 'mocha', (Gem.ruby_version < Gem::Version.new('2.7.0') ? ['>= 1.4.0', '< 2.0.0'] : '>= 1.4.0')
102
  gem 'mocha', '>= 2.0.1'
103 103
  gem 'simplecov', '~> 0.21.2', :require => false
104 104
  gem "ffi", platforms: [:mingw, :x64_mingw, :mswin]
105 105
  # For running system tests
(2-2/3)