Gemfile in dogapi-1.39.0 vs Gemfile in dogapi-1.40.0

- old
+ new

@@ -2,9 +2,11 @@ gemspec group :test do gem 'rubocop', "~> 0.49.0" + # NOTE: rake < 12.3.3 is vulnerable to CVE-2020-8130, but we only use it as a test dependency + # and neither our users nor our CI is vulnerable in any way gem 'rake', '>= 2.4.2' gem 'rspec' gem 'simplecov' gem 'webmock' end