fde-rabbit-notification.gemspec in fde-rabbit-notification-0.4.1 vs fde-rabbit-notification.gemspec in fde-rabbit-notification-0.5.0

- old
+ new

@@ -29,10 +29,10 @@ spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_runtime_dependency 'bunny', '~> 2.7' - spec.add_runtime_dependency "dotenv", "~> 2.2", ">= 2.2.1" + spec.add_runtime_dependency "dotenv", "~> 2.7" spec.add_development_dependency "bundler", "~> 2.1" spec.add_development_dependency "rake", "~> 13.0" spec.add_development_dependency "rspec", "~> 3.0"