ruby-changes:69514
From: Josef <ko1@a...>
Date: Fri, 29 Oct 2021 18:19:10 +0900 (JST)
Subject: [ruby-changes:69514] fd17ae8205 (master): [rubygems/rubygems] Lock racc version in platform_spec.
https://git.ruby-lang.org/ruby.git/commit/?id=fd17ae8205 From fd17ae8205d2835ce75c7b9c091df92673d60430 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=A0im=C3=A1nek?= <josef.simanek@g...> Date: Sat, 23 Oct 2021 23:15:14 +0200 Subject: [rubygems/rubygems] Lock racc version in platform_spec. - latest ruby is shipped with racc 1.6 making this spec failing - this spec is related to platform locking, changing version should not do any harm https://github.com/rubygems/rubygems/commit/3e18b626cb --- spec/bundler/runtime/platform_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/bundler/runtime/platform_spec.rb b/spec/bundler/runtime/platform_spec.rb index a89659d6ce3..433396d1060 100644 --- a/spec/bundler/runtime/platform_spec.rb +++ b/spec/bundler/runtime/platform_spec.rb @@ -61,7 +61,7 @@ RSpec.describe "Bundler.setup with multi platform stuff" do https://github.com/ruby/ruby/blob/trunk/spec/bundler/runtime/platform_spec.rb#L61 build_repo4 do build_gem "nokogiri", "1.11.1" do |s| s.add_dependency "mini_portile2", "~> 2.5.0" - s.add_dependency "racc", "~> 1.4" + s.add_dependency "racc", "~> 1.5.2" end build_gem "nokogiri", "1.11.1" do |s| @@ -80,7 +80,7 @@ RSpec.describe "Bundler.setup with multi platform stuff" do https://github.com/ruby/ruby/blob/trunk/spec/bundler/runtime/platform_spec.rb#L80 mini_portile2 (2.5.0) nokogiri (1.11.1) mini_portile2 (~> 2.5.0) - racc (~> 1.4) + racc (~> 1.5.2) nokogiri (1.11.1-#{Bundler.local_platform}) racc (~> 1.4) racc (1.5.2) -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/