Skip to content

Commit

Permalink
Return actual gem dependency to prior (#526)
Browse files Browse the repository at this point in the history
- See wiki/For-Contributors on how to deal with this in Gem development
  • Loading branch information
maxkadel authored Mar 15, 2021
1 parent cbb16e3 commit 5870412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydra-head.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|

s.add_dependency 'hydra-access-controls', version
s.add_dependency 'hydra-core', version
s.add_dependency 'rails', '>= 5.2.4', '< 6.1'
s.add_dependency 'rails', '>= 5.2', '< 6.1'

s.add_development_dependency 'coveralls'
s.add_development_dependency 'engine_cart', '~> 2.2'
Expand Down

0 comments on commit 5870412

Please sign in to comment.