diff options
| author | copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> | 2026-04-08 02:53:05 +0000 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2026-04-08 03:52:10 +0000 |
| commit | 76eb974bd347be94ec4dce2ea37cbbc5b558a6e1 (patch) | |
| tree | 54584a15689d86b39a5df4433812040c872a4491 | |
| parent | 9232d14a25a8554c0f587bd5e7c3f5e501de0343 (diff) | |
[ruby/rubygems] Fix inconsistent indentation at line 481 in git_spec.rb
Agent-Logs-Url: https://github.com/ruby/rubygems/sessions/a9efe3b4-99c9-4af2-9954-a65a2859edfc
https://github.com/ruby/rubygems/commit/3d4e90a355
Co-authored-by: hsbt <12301+hsbt@users.noreply.github.com>
| -rw-r--r-- | spec/bundler/install/gemfile/git_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/install/gemfile/git_spec.rb b/spec/bundler/install/gemfile/git_spec.rb index 9baf0464c8..a980891015 100644 --- a/spec/bundler/install/gemfile/git_spec.rb +++ b/spec/bundler/install/gemfile/git_spec.rb @@ -478,7 +478,7 @@ RSpec.describe "bundle install with git sources" do update_git("foo", path: repo, tag: tag) install_gemfile <<-G - source "https://gem.repo1" + source "https://gem.repo1" git "#{repo}", :tag => #{tag.dump} do gem "foo" end |
