Skip to content

Commit

Permalink
bump dry logic to a version that is ruby 3.x compatibile (#6313)
Browse files Browse the repository at this point in the history
* bump dry logic to a version that is ruby 3.x compatibile

* dry container is not longer auto required
  • Loading branch information
orangewolf authored Sep 11, 2023
1 parent 1fd0c32 commit ae9b1bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hyrax.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ SUMMARY
spec.add_dependency 'clipboard-rails', '~> 1.5'
spec.add_dependency 'connection_pool', '~> 2.4'
spec.add_dependency 'draper', '~> 4.0'
spec.add_dependency 'dry-events', '~> 0.2.0'
spec.add_dependency 'dry-logic', '~> 1.5'
spec.add_dependency 'dry-container', '~> 0.11'
spec.add_dependency 'dry-events', '~> 1.0.0'
spec.add_dependency 'dry-equalizer', '~> 0.2'
spec.add_dependency 'dry-monads', '~> 1.5'
spec.add_dependency 'dry-struct', '~> 1.0'
Expand Down
2 changes: 2 additions & 0 deletions lib/hyrax/transactions/container.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require 'dry/container'

module Hyrax
module Transactions
##
Expand Down

0 comments on commit ae9b1bf

Please sign in to comment.