Skip to content

Commit

Permalink
remove rails 4
Browse files Browse the repository at this point in the history
  • Loading branch information
KinWang-2013 committed Sep 25, 2024
1 parent d0b1e3c commit 5b97993
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@ jobs:
- ruby-version: 3.1
- ruby-version: 3.0
- ruby-version: 2.7
- ruby-version: 3.1
gemfile: gemfiles/rails_4.gemfile
- ruby-version: 3.1
- ruby-version: 3.2
gemfile: gemfiles/rails_5.0.gemfile
- ruby-version: 3.1
- ruby-version: 3.2
gemfile: gemfiles/rails_5.1.gemfile
- ruby-version: 3.1
- ruby-version: 3.2
gemfile: gemfiles/rails_5.2.gemfile
- ruby-version: 3.1
- ruby-version: 3.2
gemfile: gemfiles/rails_6.0.gemfile
steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
* [#135](https://github.com/radar/distance_of_time_in_words/pull/135): Add support for Ruby 3.2 - [@KinWang-2013](https://github.com/KinWang-2013).
* [#135](https://github.com/radar/distance_of_time_in_words/pull/135): Remove support for Ruby 2.4, 2.5 and 2.6 - [@KinWang-2013](https://github.com/KinWang-2013).
* [#135](https://github.com/radar/distance_of_time_in_words/pull/135): Add support for Ruby 2.7 - [@KinWang-2013](https://github.com/KinWang-2013).
* [#135](https://github.com/radar/distance_of_time_in_words/pull/135): Add test for Rails versions with Ruby 3.1 - [@KinWang-2013](https://github.com/KinWang-2013).
* [#135](https://github.com/radar/distance_of_time_in_words/pull/135): Add test for Rails versions with Ruby 3.2 - [@KinWang-2013](https://github.com/KinWang-2013).
* [#135](https://github.com/radar/distance_of_time_in_words/pull/135): Remove suport for Rails 4 - [@KinWang-2013](https://github.com/KinWang-2013).
* Your contribution here.

## 5.3.3 (2022/04/25)
Expand Down
9 changes: 0 additions & 9 deletions gemfiles/rails_4.gemfile

This file was deleted.

0 comments on commit 5b97993

Please sign in to comment.