summaryrefslogtreecommitdiff
path: root/spec/bundler
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-11-03 18:54:14 +0900
committergit <svn-admin@ruby-lang.org>2021-11-04 23:06:25 +0900
commit539c42ed893b5ce14b6831f5540dbe3424e9a065 (patch)
tree75b77bc8739d4e760315194bab04a8547127c3e1 /spec/bundler
parent3d8e1ee40f4aa780243458ee0e527807b948c8fd (diff)
[rubygems/rubygems] Fix typos
https://github.com/rubygems/rubygems/commit/f328ef6f77
Diffstat (limited to 'spec/bundler')
-rw-r--r--spec/bundler/install/gemfile/specific_platform_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/bundler/install/gemfile/specific_platform_spec.rb b/spec/bundler/install/gemfile/specific_platform_spec.rb
index 4c24f09368..19ac8c6b78 100644
--- a/spec/bundler/install/gemfile/specific_platform_spec.rb
+++ b/spec/bundler/install/gemfile/specific_platform_spec.rb
@@ -20,7 +20,7 @@ RSpec.describe "bundle install with specific platforms" do
])
end
- it "understands that a non-plaform specific gem in a old lockfile doesn't necessarily mean installing the non-specific variant" do
+ it "understands that a non-platform specific gem in a old lockfile doesn't necessarily mean installing the non-specific variant" do
setup_multiplatform_gem
system_gems "bundler-2.1.4"
@@ -54,7 +54,7 @@ RSpec.describe "bundle install with specific platforms" do
expect(the_bundle).to include_gem("google-protobuf 3.0.0.alpha.5.0.5.1 universal-darwin")
end
- it "understands that a non-plaform specific gem in a new lockfile locked only to RUBY doesn't necessarily mean installing the non-specific variant" do
+ it "understands that a non-platform specific gem in a new lockfile locked only to RUBY doesn't necessarily mean installing the non-specific variant" do
setup_multiplatform_gem
system_gems "bundler-2.1.4"