Skip to content

Commit

Permalink
Require FileUtils explicitly (#26)
Browse files Browse the repository at this point in the history
* Require FileUtils explicitly

* bump version
  • Loading branch information
Alex Evanczuk authored Nov 30, 2022
1 parent b8a51b8 commit a3c7e82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
code_ownership (1.29.0)
code_ownership (1.29.1)
code_teams (~> 1.0)
parse_packwerk
sorbet-runtime
Expand Down
2 changes: 1 addition & 1 deletion code_ownership.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "code_ownership"
spec.version = '1.29.0'
spec.version = '1.29.1'
spec.authors = ['Gusto Engineers']
spec.email = ['[email protected]']
spec.summary = 'A gem to help engineering teams declare ownership of code'
Expand Down
1 change: 1 addition & 0 deletions lib/code_ownership/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

require 'optparse'
require 'pathname'
require 'fileutils'

module CodeOwnership
class Cli
Expand Down

0 comments on commit a3c7e82

Please sign in to comment.