sentry-rails.gemspec in sentry-rails-4.6.5 vs sentry-rails.gemspec in sentry-rails-4.7.0

- old
+ new

@@ -4,11 +4,11 @@ spec.name = "sentry-rails" spec.version = Sentry::Rails::VERSION spec.authors = ["Sentry Team"] spec.description = spec.summary = "A gem that provides Rails integration for the Sentry error logger" spec.email = "accounts@sentry.io" - spec.license = 'Apache-2.0' + spec.license = 'MIT' spec.homepage = "https://github.com/getsentry/sentry-ruby" spec.platform = Gem::Platform::RUBY spec.required_ruby_version = '>= 2.4' spec.extra_rdoc_files = ["README.md", "LICENSE.txt"] @@ -21,7 +21,7 @@ spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_dependency "railties", ">= 5.0" - spec.add_dependency "sentry-ruby-core", "~> 4.6.0" + spec.add_dependency "sentry-ruby-core", "~> 4.7.0" end