Skip to content

Commit

Permalink
⚙️ Pinning DerivativeRodeo to a better version (#2183)
Browse files Browse the repository at this point in the history
I'm struggling with getting IIIF Print to build with the committed
constraint for DR.  Why? Because IIIF Print is installing Hyku in it's
build and Hyku was previously requiring v0.5.2.

There's some twisted logic inversion that's happening.
  • Loading branch information
jeremyf authored Aug 19, 2024
1 parent 5729744 commit dd15a88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ gem 'cocoon'
gem 'codemirror-rails'
gem 'coffee-rails', '~> 4.2' # Use CoffeeScript for .coffee assets and views
gem 'database_cleaner', group: %i[test]
gem 'derivative-rodeo', '~>0.5', '>= 0.5.3'
gem 'devise'
gem 'devise-guests', '~> 0.3'
gem 'devise-i18n'
Expand Down
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1490,6 +1490,7 @@ DEPENDENCIES
codemirror-rails
coffee-rails (~> 4.2)
database_cleaner
derivative-rodeo (~> 0.5, >= 0.5.3)
devise
devise-guests (~> 0.3)
devise-i18n
Expand Down

0 comments on commit dd15a88

Please sign in to comment.