Skip to content

Commit

Permalink
Lock racc version in platform_spec.
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
simi committed Oct 24, 2021
1 parent 2f48d60 commit 3e18b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundler/spec/runtime/platform_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
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|
Expand All @@ -80,7 +80,7 @@
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)
Expand Down

0 comments on commit 3e18b62

Please sign in to comment.