Skip to content

Commit

Permalink
chore: remove byebug
Browse files Browse the repository at this point in the history
allow ci to pass on jruby
deivid-rodriguez/byebug#702

NOTE:
once the following issue is fixed we should use the ruby native `debug`
gem
jruby/jruby#7856
  • Loading branch information
janz93 committed Jan 6, 2025
1 parent 4baa5bb commit fc9e168
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ spec/reports
test/tmp
test/version_tmp
tmp
.byebug_history
2 changes: 1 addition & 1 deletion .rspec
Original file line number Diff line number Diff line change
@@ -1 +1 @@
--color
--color
5 changes: 2 additions & 3 deletions cmxl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_dependency 'rchardet'

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'pry'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec', '~>3.0'
spec.add_development_dependency 'simplecov'
spec.add_development_dependency 'byebug'

spec.add_dependency 'rchardet'
end

0 comments on commit fc9e168

Please sign in to comment.