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

Drop Ruby 2.5 #498

Merged
merged 3 commits into from
Feb 28, 2022
Merged

Drop Ruby 2.5 #498

merged 3 commits into from
Feb 28, 2022

Conversation

avdv
Copy link
Collaborator

@avdv avdv commented Feb 18, 2022

Description

Ruby 2.5 is no longer maintained. Users should upgrade.

  • Relevant Issues : (none)
  • Relevant PRs : (none)
  • Type of change :
    • New feature
    • Bug fix for existing feature
    • Code quality improvement
    • Addition or Improvement of tests
    • Addition or Improvement of documentation

@codecov-commenter
Copy link

codecov-commenter commented Feb 18, 2022

Codecov Report

Merging #498 (5ade7ab) into master (d6d7cd7) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 5ade7ab differs from pull request most recent head a07810c. Consider uploading reports for the commit a07810c to get more accurate results

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #498   +/-   ##
=======================================
  Coverage   89.18%   89.18%           
=======================================
  Files           8        8           
  Lines         555      555           
=======================================
  Hits          495      495           
  Misses         60       60           
Impacted Files Coverage Δ
lib/colorls/core.rb 90.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d6d7cd7...a07810c. Read the comment docs.

@avdv avdv force-pushed the drop-ruby-2.5 branch 2 times, most recently from 0b0240f to 0e54101 Compare February 18, 2022 13:52
Make the `test/run` script compatible to the ancient Bash version on macos.

```
test/run: line 56: conditional binary operator expected
```

Also, run `set -e` only for Bash >= 4. Otherwise the shell silently exits with
a failure when a command (expectedly) fails.

fix bogus test failure with Bash 3.2 on macos
It reached EOL with release 2.5.9, and no longer receives patches.
@avdv avdv merged commit e51a15a into athityakumar:master Feb 28, 2022
@avdv avdv deleted the drop-ruby-2.5 branch February 28, 2022 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants