Skip to content

Commit

Permalink
Fix CI (debug gem is not compatible with JRuby)
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Aug 28, 2024
1 parent 89e152a commit fdba4fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ source 'https://rubygems.org'

gemspec

gem 'debug'
gem 'guard-rspec'
gem 'pry'
gem 'rake'
Expand All @@ -14,3 +13,7 @@ gem 'rubocop-performance'
gem 'rubocop-rake'
gem 'rubocop-rspec'
gem 'simplecov'

platforms :mri do
gem 'debug'
end

0 comments on commit fdba4fd

Please sign in to comment.