Skip to content

Commit

Permalink
Drop Rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
biow0lf committed Jan 2, 2025
1 parent 39a8008 commit e7ca6b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 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.2", "3.3", "3.4", "head"]
activesupport: ["7.1", "7.2", "8.0", "main"]
activesupport: ["7.2", "8.0", "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 @@ -3,6 +3,7 @@
## main

* Ruby 3.4
* Drop Rails 7.1

## v0.46.0

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
eve_online (0.46.0)
activesupport (>= 7.1.0)
activesupport (>= 7.2.0)
faraday (>= 2.3.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion eve_online.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "vcr"

spec.add_runtime_dependency "faraday", ">= 2.3.0"
spec.add_runtime_dependency "activesupport", ">= 7.1.0"
spec.add_runtime_dependency "activesupport", ">= 7.2.0"
end

0 comments on commit e7ca6b2

Please sign in to comment.