Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 3c8ee9d

Browse files
authored
Merge pull request #1335 from rspec/avoid-security-warning
Lock minimum json version
2 parents 902067e + a7d1952 commit 3c8ee9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ gem 'simplecov', '~> 0.8'
6767

6868
if RUBY_VERSION < '2.0.0' || RUBY_ENGINE == 'java'
6969
gem 'json', '< 2.0.0' # this is a dependency of simplecov
70+
else
71+
gem 'json', '> 2.3.0'
7072
end
7173

7274
platforms :jruby do

0 commit comments

Comments
 (0)