summaryrefslogtreecommitdiff
path: root/spec/bundler/runtime/platform_spec.rb
diff options
context:
space:
mode:
authorDavid Rodriguez <deivid.rodriguez@riseup.net>2021-10-09 12:12:13 +0200
committergit <svn-admin@ruby-lang.org>2021-10-11 00:23:54 +0900
commit9072228a26d0b737c6b9ca2f7a3e7dd7d41bb4ea (patch)
tree4af25e1d01ad55428ab72f36d6c0fec699ed3de1 /spec/bundler/runtime/platform_spec.rb
parenta4876a563d6c8011914504e186de8173f481e543 (diff)
[ruby/rubygems] Get specs green on arm64-darwin-20
https://github.com/rubygems/rubygems/commit/7a0bd9801d
Diffstat (limited to 'spec/bundler/runtime/platform_spec.rb')
-rw-r--r--spec/bundler/runtime/platform_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/bundler/runtime/platform_spec.rb b/spec/bundler/runtime/platform_spec.rb
index d81bccbdf8..a89659d6ce 100644
--- a/spec/bundler/runtime/platform_spec.rb
+++ b/spec/bundler/runtime/platform_spec.rb
@@ -86,8 +86,7 @@ RSpec.describe "Bundler.setup with multi platform stuff" do
racc (1.5.2)
PLATFORMS
- ruby
- #{Bundler.local_platform}
+ #{lockfile_platforms_for(["ruby"] + local_platforms)}
DEPENDENCIES
nokogiri (~> 1.11)