diff options
| author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2024-11-06 14:51:08 +0100 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-11-08 12:06:31 +0000 |
| commit | 7cb0bb43b9e465b8f2b36d143c2df44641d2f395 (patch) | |
| tree | 152d7e27f9999c3495b66c3f660feef0cc03a88d | |
| parent | 8869c3117a5a28032a3fdabd97955020966f15b3 (diff) | |
[rubygems/rubygems] Fix typo
https://github.com/rubygems/rubygems/commit/f68a2c30bb
| -rw-r--r-- | spec/bundler/install/gemfile/specific_platform_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/install/gemfile/specific_platform_spec.rb b/spec/bundler/install/gemfile/specific_platform_spec.rb index 1e6db06c0c..4b20223b5a 100644 --- a/spec/bundler/install/gemfile/specific_platform_spec.rb +++ b/spec/bundler/install/gemfile/specific_platform_spec.rb @@ -881,7 +881,7 @@ RSpec.describe "bundle install with specific platforms" do end end - it "automatically fixes the lockfile if locked only to ruby, and some locked specs don't meed locked dependencies" do + it "automatically fixes the lockfile if locked only to ruby, and some locked specs don't meet locked dependencies" do simulate_platform "x86_64-linux" do build_repo4 do build_gem("ibandit", "0.7.0") do |s| |
