Skip to content

Commit

Permalink
lock nokogiri at 1.10.10 until migration
Browse files Browse the repository at this point in the history
  • Loading branch information
rococodogs committed Feb 1, 2021
1 parent a47fffa commit e12cd01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,13 @@ gem 'mini_magick', '4.10.1'
# manually add this gem to enable questioning_authority to parse linked-data results
gem 'linkeddata', '~> 3.0'

# hydra-role-management requires bootstrap_form without declaring a version,
# bootstrap_form >=4.5.0 requires a ruby version >= 2.5 (we're stuck on 2.4.3
# until we migrate to aws).
#
# @todo remove this restriction after aws migration
# these are gems that we need to lock until we can upgrade ruby to >= 2.5
# (on-prem is locked at 2.4.3).
#
# @todo remove these restriction after aws migration
gem 'bootstrap_form', '~> 4.4.0'
gem 'nokogiri', '~> 1.10.10'

# development dependencies (not as necessary to
# lock down versions here)
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1007,6 +1007,7 @@ DEPENDENCIES
linkeddata (~> 3.0)
listen (>= 3.0.5, < 3.3)
mini_magick (= 4.10.1)
nokogiri (~> 1.10.10)
okcomputer (= 1.18.2)
pg (= 1.2.3)
puma (= 3.12.6)
Expand Down

0 comments on commit e12cd01

Please sign in to comment.