Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix indentation in gem env #3861

Merged
merged 1 commit into from
Jul 29, 2020
Merged

Fix indentation in gem env #3861

merged 1 commit into from
Jul 29, 2020

Conversation

colby-swandale
Copy link
Member

Description:

There is a tiny bit of missing indentation in gem env, specifically the list in RUBYGEMS PLATFORM section

Before:

RubyGems Environment:
  - RUBYGEMS VERSION: 3.1.2
  ..
  - RUBYGEMS PLATFORMS:
    - ruby
    - x86_64-darwin-19
  - GEM PATHS:
     - /Users/colby/.asdf/installs/ruby/2.7.0/lib/ruby/gems/2.7.0
     - /Users/colby/.gem/ruby/2.7.0

After:

RubyGems Environment:
  - RUBYGEMS VERSION: 3.2.0.pre1
  ...
  - RUBYGEMS PLATFORMS:
     - ruby
     - x86_64-darwin-19
  - GEM PATHS:
     - /Users/colby/.asdf/installs/ruby/2.7.0/lib/ruby/gems/2.7.0
     - /Users/colby/.gem/ruby/2.7.0

@hsbt hsbt merged commit c4f8d3b into master Jul 29, 2020
@hsbt hsbt deleted the colby/gem-env-indentation branch July 29, 2020 00:24
@hsbt hsbt added this to the 3.2.0 milestone Jul 29, 2020
hsbt added a commit that referenced this pull request Sep 23, 2020
@deivid-rodriguez deivid-rodriguez changed the title fix indentation in gem env Fix indentation in gem env Sep 23, 2020
@deivid-rodriguez deivid-rodriguez changed the title Fix indentation in gem env Fix indentation in gem env Sep 23, 2020
J1psy-HUSSLE

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants