Gemfile in bugsnag-6.7.2 vs Gemfile in bugsnag-6.7.3

- old
+ new

@@ -1,8 +1,8 @@ source "https://rubygems.org" group :test, optional: true do - gem 'rake', '~> 10.1.1' + gem 'rake', RUBY_VERSION <= '1.9.3' ? '~> 11.3.0' : '~> 12.3.0' gem 'rspec' gem 'rspec-mocks' gem 'rdoc', '~> 5.1.0' gem 'pry' gem 'addressable', '~> 2.3.8'