Skip to content

Commit f3600df

Browse files
committed
comment out mri platform in gemfile
1 parent 1d8dd9a commit f3600df

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Gemfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ group :test, :development do
2020
# code coverage to monitor rspec tests
2121
gem 'simplecov',
2222

23-
platforms :mri do
24-
gem "byebug"
25-
gem "pry"
26-
gem "pry-byebug"
27-
end
23+
# platforms :mri do
24+
# gem "byebug"
25+
# gem "pry"
26+
# gem "pry-byebug"
27+
# end
2828
end

0 commit comments

Comments
 (0)