Skip to content

Commit 34d8fdc

Browse files
committed
cleanup the MRI versions in the Gemfile
1 parent 0733150 commit 34d8fdc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Gemfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ group :development, :test do
1313
gem 'rubocop', require: false
1414
gem 'ruby-prof'
1515
gem 'benchmark-ips'
16-
gem 'ruby-debug', :platforms => [:mri_18, :jruby]
16+
gem 'ruby-debug', :platforms => :jruby
1717
gem 'debugger', :platform => :mri_19
18-
gem 'byebug', :platforms => [:mri_20, :mri_21, :mri_22, :mri_23, :mri_24]
19-
# gem 'perftools.rb', :platforms => [ :mri_20, :mri_21 ], :require => 'perftools'
18+
gem 'byebug', :platforms => [:mri_22, :mri_23, :mri_24]
2019
gem 'pry'
21-
gem 'pry-byebug', :platforms => [:mri_20, :mri_21, :mri_22, :mri_23, :mri_24]
20+
gem 'pry-byebug', :platforms => [:mri_22, :mri_23, :mri_24]
2221
end
2322

2423
if defined?(JRUBY_VERSION)

0 commit comments

Comments
 (0)