Skip to content

Commit

Permalink
Update activerecord requirement to >= 5.1.5, < 5.3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [activerecord](https://github.com/rails/rails) to permit the latest version.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v5.2.0/activerecord/CHANGELOG.md)
- [Commits](https://github.com/rails/rails/commits/v5.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Apr 10, 2018
1 parent 6dcfd4e commit bb58b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pushmi_pullyu.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.3.1'

spec.add_runtime_dependency 'activerecord', '~> 5.1.5'
spec.add_runtime_dependency 'activerecord', '>= 5.1.5', '< 5.3.0'
spec.add_runtime_dependency 'activesupport', '~> 5.0'
spec.add_runtime_dependency 'bagit', '~> 0.4'
spec.add_runtime_dependency 'connection_pool', '~> 2.2'
Expand Down

0 comments on commit bb58b77

Please sign in to comment.