Skip to content

Commit

Permalink
Merge pull request #145 from ualbertalib/dependabot/bundler/activerec…
Browse files Browse the repository at this point in the history
…ord-gte-5.1.5-and-lt-5.3.0

Update activerecord requirement to >= 5.1.5, < 5.3.0
  • Loading branch information
murny authored May 8, 2018
2 parents 6dcfd4e + bb58b77 commit 08b87e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pushmi_pullyu.gemspec
Original file line number Diff line number Diff line change
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 08b87e3

Please sign in to comment.