Skip to content

Commit

Permalink
Merge pull request #522 from samvera/ruby-2.5
Browse files Browse the repository at this point in the history
Require ruby 2.5 or greater
  • Loading branch information
cjcolvar authored Nov 18, 2020
2 parents 0e7d086 + 57964d4 commit c681882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hydra-head.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']
s.license = 'APACHE-2.0'

s.required_ruby_version = '>= 2.4'
s.required_ruby_version = '>= 2.5'

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

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

0 comments on commit c681882

Please sign in to comment.