Skip to content

Commit

Permalink
Dropped support for Rails < 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jun 2, 2023
1 parent 37c4045 commit ade703d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 14 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -13,8 +13,6 @@ jobs:
gemfile: Gemfile
- ruby: "3.0"
gemfile: gemfiles/rails61.gemfile
- ruby: "3.0"
gemfile: gemfiles/rails60.gemfile
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -5,7 +5,7 @@
- Added support for maps from GeoJSON
- Fixed `async` option
- Fixed run now button for cached queries
- Dropped support for Ruby < 3 and Rails < 6
- Dropped support for Ruby < 3 and Rails < 6.1
- Dropped support for R anomaly detection

## 2.6.5 (2022-08-31)
Expand Down
4 changes: 2 additions & 2 deletions blazer.gemspec
Expand Up @@ -15,8 +15,8 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 3"

spec.add_dependency "railties", ">= 6"
spec.add_dependency "activerecord", ">= 6"
spec.add_dependency "railties", ">= 6.1"
spec.add_dependency "activerecord", ">= 6.1"
spec.add_dependency "chartkick", ">= 3.2"
spec.add_dependency "safely_block", ">= 0.1.1"
end
9 changes: 0 additions & 9 deletions gemfiles/rails60.gemfile

This file was deleted.

0 comments on commit ade703d

Please sign in to comment.