Skip to content

Commit

Permalink
Merge pull request #2747 from rspec/avoid-security-warning
Browse files Browse the repository at this point in the history
Lock minimum json version
  • Loading branch information
JonRowe committed Sep 30, 2020
1 parent 00bb957 commit 8802036
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -36,6 +36,8 @@ end

if RUBY_VERSION < '2.0.0' || RUBY_ENGINE == 'java'
gem 'json', '< 2.0.0'
else
gem 'json', '> 2.3.0'
end

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

0 comments on commit 8802036

Please sign in to comment.