Skip to content

Commit

Permalink
Dropped support for Ruby < 3.1 and Rails < 7
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 9, 2024
1 parent bcaa591 commit cb5f012
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 15 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
gemfile: gemfiles/rails71.gemfile
- ruby: 3.1
gemfile: gemfiles/rails70.gemfile
- ruby: "3.0"
gemfile: gemfiles/rails61.gemfile
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 3.0.5 (unreleased)
## 3.1.0 (unreleased)

- Fixed error when Propshaft is installed but not used
- Dropped support for Ruby < 3.1 and Rails < 7

## 3.0.4 (2024-09-04)

Expand Down
4 changes: 2 additions & 2 deletions blazer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Gem::Specification.new do |spec|
spec.files = Dir["*.{md,txt}", "{app,config,lib,licenses}/**/*"]
spec.require_path = "lib"

spec.required_ruby_version = ">= 3"
spec.required_ruby_version = ">= 3.1"

spec.add_dependency "railties", ">= 6.1"
spec.add_dependency "railties", ">= 7"
spec.add_dependency "activerecord", ">= 6.1"
spec.add_dependency "chartkick", ">= 5"
spec.add_dependency "safely_block", ">= 0.4"
Expand Down
10 changes: 0 additions & 10 deletions gemfiles/rails61.gemfile

This file was deleted.

0 comments on commit cb5f012

Please sign in to comment.