Skip to content

Commit 913ab75

Browse files
fix: gems
1 parent cdc7e70 commit 913ab75

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ PATH
22
remote: .
33
specs:
44
codeclimate_diff (0.1.2)
5+
colorize
56
json
67
optparse
78
rest-client

codeclimate_diff.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Gem::Specification.new do |spec|
2929
spec.add_dependency("json")
3030
spec.add_dependency("optparse")
3131
spec.add_dependency("rest-client")
32+
spec.add_dependency("colorize")
3233

3334
# For more information and examples about making a new gem, check out our
3435
# guide at: https://bundler.io/guides/creating_gem.html

lib/codeclimate_diff/downloader.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# frozen_string_literal: true
22

33
require "rest-client"
4-
require "pry"
54

65
module CodeclimateDiff
76
class Downloader

0 commit comments

Comments
 (0)