Skip to content

Commit

Permalink
Fixes Dry-Monad error message in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Scherz committed Mar 15, 2024
1 parent d1dc0d2 commit cbd3f69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ end
# This gem is a dependency of BE.
gem 'bigdecimal', '1.3.5'

# Needed for Hyrax 3.x
gem 'dry-monads', '1.4.0'

# Needed for solr_wrapper to run x86_darwin architecture
gem 'http', '5.1.0'
gem 'llhttp-ffi', '0.4.0' # 0.5.0 is broken for x86_darwin architecture
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -363,10 +363,9 @@ GEM
zeitwerk (~> 2.6)
dry-matcher (0.9.0)
dry-core (~> 0.4, >= 0.4.8)
dry-monads (1.5.0)
dry-monads (1.4.0)
concurrent-ruby (~> 1.0)
dry-core (~> 0.9, >= 0.9)
zeitwerk (~> 2.6)
dry-core (~> 0.7)
dry-schema (1.11.3)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.16, >= 0.16)
Expand Down Expand Up @@ -1328,6 +1327,7 @@ DEPENDENCIES
devise-guests (~> 0.6)
devise-multi_auth!
dotenv-rails
dry-monads (= 1.4.0)
equivalent-xml
factory_bot_rails (~> 4.11.1)
fcrepo_wrapper
Expand Down

0 comments on commit cbd3f69

Please sign in to comment.