summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorJosef Šimánek <josef.simanek@gmail.com>2021-10-23 23:15:14 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-10-29 18:00:46 +0900
commitfd17ae8205d2835ce75c7b9c091df92673d60430 (patch)
treee7cfd71d576f7c96ce3270b6d3d214ed11c5ccc1 /spec
parent17fb785d1557d35fc9e28af59bdbef50ddbd08d9 (diff)
[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
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/runtime/platform_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/bundler/runtime/platform_spec.rb b/spec/bundler/runtime/platform_spec.rb
index a89659d6ce..433396d106 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
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
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)