Skip to content

Commit 70212d4

Browse files
authored
Merge pull request rspec#2747 from rspec/avoid-security-warning
Lock minimum json version
2 parents 831a452 + 49d6493 commit 70212d4

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
@@ -36,6 +36,8 @@ end
3636

3737
if RUBY_VERSION < '2.0.0' || RUBY_ENGINE == 'java'
3838
gem 'json', '< 2.0.0'
39+
else
40+
gem 'json', '> 2.3.0'
3941
end
4042

4143
if RUBY_VERSION < '2.2.0' && !!(RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|mingw|bccwin|wince|emx/)

0 commit comments

Comments
 (0)