Skip to content

Commit

Permalink
Dropped support for Ruby < 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Apr 29, 2023
1 parent 6665a53 commit 37c4045
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
gemfile: Gemfile
- ruby: "3.0"
gemfile: gemfiles/rails61.gemfile
- ruby: 2.7
- ruby: "3.0"
gemfile: gemfiles/rails60.gemfile
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
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 < 2.7 and Rails < 6
- Dropped support for Ruby < 3 and Rails < 6
- Dropped support for R anomaly detection

## 2.6.5 (2022-08-31)
Expand Down
2 changes: 1 addition & 1 deletion blazer.gemspec
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.files = Dir["*.{md,txt}", "{app,config,lib,licenses}/**/*"]
spec.require_path = "lib"

spec.required_ruby_version = ">= 2.7"
spec.required_ruby_version = ">= 3"

spec.add_dependency "railties", ">= 6"
spec.add_dependency "activerecord", ">= 6"
Expand Down

0 comments on commit 37c4045

Please sign in to comment.