Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem "rake-compiler"
gem "ruby_parser"
gem "test-unit"

platforms :mri, :mswin, :mingw, :x64_mingw do
platforms :mri, :windows do
gem "ffi"
gem "irb"
gem "ruby_memcheck"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ DEPENDENCIES
test-unit

BUNDLED WITH
2.5.16
4.0.4
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Intentional whitespace change. This is how bundler does it now.