We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b95bf commit 8290e5aCopy full SHA for 8290e5a
core/hash/transform_keys_spec.rb
@@ -84,7 +84,7 @@
84
end
85
86
87
- ruby_version_is "2.5.1"..."3.0" do
+ ruby_version_is "2.5.1"..."3.0.2" do # https://bugs.ruby-lang.org/issues/17735
88
it "returns the processed keys if we broke from the block" do
89
@hash.transform_keys! do |v|
90
break if v == :c
@@ -94,7 +94,7 @@
94
95
96
97
- ruby_version_is "3.0" do
+ ruby_version_is "3.0.2" do
98
it "returns the processed keys and non evaluated keys if we broke from the block" do
99
100
0 commit comments