Skip to content

Commit

Permalink
[core] Merge pull request rspec/rspec-core#2747 from rspec/avoid-secu…
Browse files Browse the repository at this point in the history
…rity-warning

Lock minimum json version

---
This commit was imported from rspec/rspec-core@8802036.
  • Loading branch information
JonRowe committed Sep 30, 2020
1 parent 4bda26a commit 8b37b66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rspec-core/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 8b37b66

Please sign in to comment.