Skip to content

Commit

Permalink
keep hydra on the 1.x release line
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Hardy committed Mar 30, 2017
1 parent 762b26a commit e0d140d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,3 @@ else
end
end
# END ENGINE_CART BLOCK

gem 'hyrax', github: 'projecthydra-labs/hyrax', branch: 'master'
2 changes: 1 addition & 1 deletion geo_works.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.2.2' # same as Rails 5

spec.add_dependency 'hyrax'
spec.add_dependency 'hyrax', '>= 1.0.0.rc1', '< 2.0'
spec.add_dependency 'leaflet-rails', '~> 0.7'
spec.add_dependency 'json-schema', '>= 2.6.2'
spec.add_dependency 'rgeoserver', '>= 0.10.0'
Expand Down

0 comments on commit e0d140d

Please sign in to comment.