From 754bc8213fddb5d08b5d3b6b15933388f1257fd9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 15:07:45 +0000 Subject: [PATCH] Update rspec requirement from ~> 3.5.0 to ~> 3.8.0 Updates the requirements on [rspec](https://github.com/rspec/rspec) to permit the latest version. - [Release notes](https://github.com/rspec/rspec/releases) - [Commits](https://github.com/rspec/rspec/compare/v3.5.0...v3.8.0) Signed-off-by: dependabot-preview[bot] --- act-fluent-logger-rails.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/act-fluent-logger-rails.gemspec b/act-fluent-logger-rails.gemspec index 55c15f5..0f0cb31 100644 --- a/act-fluent-logger-rails.gemspec +++ b/act-fluent-logger-rails.gemspec @@ -18,7 +18,7 @@ Gem::Specification.new do |gem| gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] - gem.add_development_dependency "rspec", '~> 3.5.0' + gem.add_development_dependency "rspec", '~> 3.8.0' gem.add_runtime_dependency "fluent-logger" gem.add_runtime_dependency "railties", ">= 4", "< 5.3" gem.add_runtime_dependency "activesupport", ">= 4", "< 5.3"