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

Remove no longer supported ruby versions #56

Merged
merged 1 commit into from
Aug 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,12 @@ jobs:
fail-fast: false
matrix:
include:
- ruby: 2.3.8
gemfile: Gemfile.3-2
- ruby: 2.3.8
gemfile: Gemfile.4-2
- ruby: 2.3.8
gemfile: Gemfile.5-2
- ruby: 2.4.5
gemfile: Gemfile.4-2
- ruby: 2.4.5
gemfile: Gemfile.5-2
- ruby: 2.5.3
gemfile: Gemfile.5-2
- ruby: 2.5.3
gemfile: Gemfile.6-1
- ruby: 2.7.3
gemfile: Gemfile.6-1
- ruby: 3.0.1
gemfile: Gemfile.6-1
env:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

### Breaking changes

-
- remove no longer supported ruby versions (2.3.8, 2.4.5)

### Compatible changes

Expand Down
20 changes: 0 additions & 20 deletions Gemfile.3-2

This file was deleted.

156 changes: 0 additions & 156 deletions Gemfile.3-2.lock

This file was deleted.

17 changes: 0 additions & 17 deletions Gemfile.4-2

This file was deleted.

158 changes: 0 additions & 158 deletions Gemfile.4-2.lock

This file was deleted.

2 changes: 1 addition & 1 deletion Gemfile.6-1.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ GEM
edge_rider (1.1.0)
activerecord (>= 3.2)
erubi (1.10.0)
gemika (0.3.4)
gemika (0.6.1)
globalid (0.4.2)
activesupport (>= 4.2.0)
i18n (1.8.9)
Expand Down