Skip to content

Commit

Permalink
Merge pull request #153 from ualbertalib/dependabot/bundler/pg-gte-1.…
Browse files Browse the repository at this point in the history
…0-and-lt-1.2

Update pg requirement from ~> 1.0.0 to >= 1.0, < 1.2
  • Loading branch information
murny authored Aug 27, 2018
2 parents b87ea1f + febd467 commit 0e6a040
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 0e6a040

Please sign in to comment.