Skip to content

Commit

Permalink
Add support for simple_form 3.5.1 and later
Browse files Browse the repository at this point in the history
The pin was initally introduced in #2663. `hydra-editor` now handles pinning of
`simple_form` versions (see: samvera/hydra-editor#143)
on its 3.x series. We support newer versions of `simple_form` via `hydra-editor`
4.x (see: samvera/hydra-editor#145).

Fixes #2665.
  • Loading branch information
Tom Johnson committed May 4, 2018
1 parent 9efef72 commit 610c6d1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions hyrax.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,4 @@ SUMMARY
spec.add_development_dependency 'shoulda-callback-matchers', '~> 1.1.1'
spec.add_development_dependency 'shoulda-matchers', '~> 3.1'
spec.add_development_dependency 'webmock'

########################################################
# Temporarily pinned dependencies. INCLUDE EXPLANATIONS.
#
# simple_form 3.5.1 broke hydra-editor for certain model types;
# see: https://github.com/plataformatec/simple_form/issues/1549
spec.add_dependency 'simple_form', '~> 3.2', '<= 3.5.0'
end

0 comments on commit 610c6d1

Please sign in to comment.