Skip to content

Commit

Permalink
Dropped support for Ruby < 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jun 17, 2024
1 parent dcc2659 commit c3b3926
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.1.0 (unreleased)

- Dropped support for Ruby < 3.1

## 5.0.7 (2024-05-21)

- Updated Chart.js to 4.4.3
Expand Down
2 changes: 1 addition & 1 deletion chartkick.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Gem::Specification.new do |spec|
spec.files = Dir["*.{md,txt}", "{lib,licenses,vendor}/**/*"]
spec.require_path = "lib"

spec.required_ruby_version = ">= 2.7"
spec.required_ruby_version = ">= 3.1"
end

0 comments on commit c3b3926

Please sign in to comment.