Skip to content

Commit

Permalink
Add missing dependency to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
zzaakiirr committed Jul 10, 2024
1 parent d92f0da commit 131adb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/uber_task/task_context.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require 'colorize'

module UberTask
class TaskContext
attr_reader :body,
Expand Down
2 changes: 2 additions & 0 deletions uber_task.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ Gem::Specification.new do |s|

s.require_paths = ['lib']
s.files = Dir['lib/**/*', 'LICENSE', 'README.md']

s.add_dependency('colorize', '~> 1.1.0')
end

0 comments on commit 131adb8

Please sign in to comment.