Skip to content

Commit

Permalink
Update pg requirement from ~> 1.0.0 to >= 1.0, < 1.2
Browse files Browse the repository at this point in the history
Updates the requirements on [pg](https://bitbucket.org/ged/ruby-pg) to permit the latest version.
- [Changelog](https://bitbucket.org/ged/ruby-pg/src/master/History.rdoc)
- [Commits](https://bitbucket.org/ged/ruby-pg/commits/tag/v1.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Aug 27, 2018
1 parent b87ea1f commit febd467
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 @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'daemons', '~> 1.2', '>= 1.2.4'
spec.add_runtime_dependency 'minitar', '~> 0.6'
spec.add_runtime_dependency 'openstack', '~> 3.3', '>= 3.3.10'
spec.add_runtime_dependency 'pg', '~> 1.0.0'
spec.add_runtime_dependency 'pg', '>= 1.0', '< 1.2'
spec.add_runtime_dependency 'rdf', '>= 1.99', '< 4.0'
spec.add_runtime_dependency 'rdf-n3', '>= 1.99', '< 4.0'
spec.add_runtime_dependency 'redis', '>= 3.3', '< 5.0'
Expand Down

0 comments on commit febd467

Please sign in to comment.