Skip to content

Commit

Permalink
Add missing require statements
Browse files Browse the repository at this point in the history
After merging [#20](#20) we
need to do explicit with extensions.
  • Loading branch information
waiting-for-dev committed Sep 13, 2024
1 parent 06fa189 commit b1bd2a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions lib/dry/operation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
require "zeitwerk"
require "dry/monads"
require "dry/operation/errors"
require "dry/operation/extensions/active_record"
require "dry/operation/extensions/rom"

module Dry
# DSL for chaining operations that can fail
Expand Down
2 changes: 0 additions & 2 deletions lib/dry/operation/extensions/rom.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# frozen_string_literal: true

require "dry/operation/errors"

begin
require "rom-sql"
rescue LoadError
Expand Down

0 comments on commit b1bd2a3

Please sign in to comment.