Project

General

Profile

Patch #39070 » mocha-version-4_2.diff

Go MAEDA, 2023-09-18 10:43

View differences:

Gemfile (working copy)
96 96

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