bundle_notification.gemspec in bundle_notification-0.2.1 vs bundle_notification.gemspec in bundle_notification-0.2.2
- old
+ new
@@ -26,17 +26,17 @@
end
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
- spec.add_development_dependency 'actionmailer', '>= 4.0', '< 5.2'
+ spec.add_development_dependency 'actionmailer', '>= 4.0', '< 5.3'
spec.add_development_dependency 'bundler', '~> 1.14'
spec.add_development_dependency 'factory_girl'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'simplecov'
spec.add_development_dependency 'sqlite3'
- spec.add_dependency 'activerecord', '>= 4.0', '< 5.2'
- spec.add_dependency 'activesupport', '>= 4.0', '< 5.2'
+ spec.add_dependency 'activerecord', '>= 4.0', '< 5.3'
+ spec.add_dependency 'activesupport', '>= 4.0', '< 5.3'
end
# rubocop:enable Metrics/BlockLength