mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[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
This commit is contained in:
parent
17fb785d15
commit
fd17ae8205
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue