Skip to content

Commit

Permalink
Drop Rails 7.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
biow0lf committed Jun 13, 2024
1 parent fc2ea29 commit d4fe084
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
ruby: ["3.1", "3.2", "3.3", "head"]
activesupport: ["7.0", "7.1", "7.2", "main"]
activesupport: ["7.1", "7.2", "main"]
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/activesupport_${{ matrix.activesupport }}.gemfile

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Ruby 3.3
* Drop Ruby 3.0
* Drop Rails 6.1
* Drop Rails 7.0

## v0.44.0

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ gem install eve_online

## Supported rails versions

* 7.0
* 7.1
* 7.2
* main
Expand Down
12 changes: 0 additions & 12 deletions gemfiles/activesupport_7.0.gemfile

This file was deleted.

0 comments on commit d4fe084

Please sign in to comment.