[前][次][番号順一覧][スレッド一覧]

ruby-changes:61517

From: David <ko1@a...>
Date: Fri, 5 Jun 2020 07:33:47 +0900 (JST)
Subject: [ruby-changes:61517] 4d233d18a2 (master): Re-record all cassettes

https://git.ruby-lang.org/ruby.git/commit/?id=4d233d18a2

From 4d233d18a2d8ad21513de818f4d089ce46ef484c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <deivid.rodriguez@r...>
Date: Mon, 25 May 2020 19:45:22 +0200
Subject: Re-record all cassettes

I had to pin `redis-namespace` in our spec to 1.6.0 because on ruby
2.3.0 the spec no longer resolved to that version, so the cached `.gem`
file was missing there.

diff --git a/spec/bundler/realworld/edgecases_spec.rb b/spec/bundler/realworld/edgecases_spec.rb
index 48c3709..6b41811 100644
--- a/spec/bundler/realworld/edgecases_spec.rb
+++ b/spec/bundler/realworld/edgecases_spec.rb
@@ -340,6 +340,7 @@ RSpec.describe "real world edgecases", :realworld => true, :sometimes => true do https://github.com/ruby/ruby/blob/trunk/spec/bundler/realworld/edgecases_spec.rb#L340
     install_gemfile <<-G, :standalone => true
       source 'https://rubygems.org'
       gem "resque-scheduler", "2.2.0"
+      gem "redis-namespace", "1.6.0" # for a consistent resolution including ruby 2.3.0
     G
     expect(err).to include("You have one or more invalid gemspecs that need to be fixed.")
     expect(err).to include("resque-scheduler 2.2.0 has an invalid gemspec")
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]