Skip to content

Commit a3c7e82

Browse files
author
Alex Evanczuk
authored
Require FileUtils explicitly (#26)
* Require FileUtils explicitly * bump version
1 parent b8a51b8 commit a3c7e82

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
code_ownership (1.29.0)
4+
code_ownership (1.29.1)
55
code_teams (~> 1.0)
66
parse_packwerk
77
sorbet-runtime

code_ownership.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = "code_ownership"
3-
spec.version = '1.29.0'
3+
spec.version = '1.29.1'
44
spec.authors = ['Gusto Engineers']
55
spec.email = ['dev@gusto.com']
66
spec.summary = 'A gem to help engineering teams declare ownership of code'

lib/code_ownership/cli.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
require 'optparse'
44
require 'pathname'
5+
require 'fileutils'
56

67
module CodeOwnership
78
class Cli

0 commit comments

Comments
 (0)