Skip to content

Commit

Permalink
Merge pull request #2663 from samvera/pins_and_needles
Browse files Browse the repository at this point in the history
Pins parser and simple_form to fix travis builds
  • Loading branch information
laritakr committed Feb 16, 2018
2 parents 931dd36 + eae4e53 commit 0a4ac8b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hyrax.gemspec
Expand Up @@ -111,4 +111,12 @@ 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 local and Travis builds in bad ways for unknown reasons
spec.add_dependency 'simple_form', '=3.5.0'
# parser 2.5.0.0 broke local and Travis rubocop checks due to a change in parsing
spec.add_development_dependency 'parser', '< 2.5'
end

0 comments on commit 0a4ac8b

Please sign in to comment.