Skip to content

Commit

Permalink
remove byebug
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolapagiaro committed Jun 14, 2023
1 parent fc84a30 commit ed5d970
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@
/pkg/
/spec/reports/
/tmp/
IPinfo-*.gem

.byebug_history
IPinfo-*.gem
1 change: 0 additions & 1 deletion ipinfo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency 'json', '~> 2.1'
spec.add_runtime_dependency 'lru_redux', '~> 1.1'
spec.add_development_dependency 'byebug'

spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
Expand Down

0 comments on commit ed5d970

Please sign in to comment.