Skip to content

Commit

Permalink
require set for ruby 3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jhottenstein committed Oct 17, 2022
1 parent 0199bf5 commit 7133b57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/flatware/cucumber/formatter.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
require 'cucumber'
require 'flatware/sink'
require 'ostruct'
require 'set'

module Flatware
module Cucumber
class Formatter
Expand Down
1 change: 1 addition & 0 deletions lib/flatware/sink.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'drb/drb'
require 'set'

module Flatware
module Sink
Expand Down

0 comments on commit 7133b57

Please sign in to comment.