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 181cab5 commit a3c05f2Copy full SHA for a3c05f2
spec/bundler/commands/cache_spec.rb
@@ -211,7 +211,7 @@
211
end
212
213
context "with --all-platforms" do
214
- it "puts the gems in vendor/cache even for other rubies", bundler: ">= 2.4.0" do
+ it "puts the gems in vendor/cache even for other rubies" do
215
gemfile <<-D
216
source "https://gem.repo1"
217
gem 'myrack', :platforms => [:ruby_20, :windows_20]
@@ -221,7 +221,7 @@
221
expect(bundled_app("vendor/cache/myrack-1.0.0.gem")).to exist
222
223
224
- it "puts the gems in vendor/cache even for legacy windows rubies", bundler: ">= 2.4.0" do
+ it "puts the gems in vendor/cache even for legacy windows rubies" do
225
226
227
gem 'myrack', :platforms => [:ruby_20, :x64_mingw_20]
0 commit comments