Skip to content

Commit d97477d

Browse files
committed
Drop support for Ruby 3.1
1 parent 2e409f9 commit d97477d

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
strategy:
2727
matrix:
28-
ruby: ["3.1", "3.2", "3.3", "3.4"]
28+
ruby: ["3.2", "3.3", "3.4"]
2929

3030
steps:
3131
- uses: actions/checkout@v4

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ AllCops:
1818
- 'spec/dummy/bin/*'
1919
- 'spec/dummy/db/schema.rb'
2020
NewCops: enable
21-
TargetRubyVersion: 3.1
21+
TargetRubyVersion: 3.2
2222

2323
Rails:
2424
Enabled: true

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
* Support Ruby 3.2, 3.3 and 3.4
6+
37
## 10.0.0 / 2023-06-25
48

59
* Support Ruby 2.7, 3.0, 3.1 and 3.2

publify_amazon_sidebar.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
1313
spec.homepage = "https://publify.github.io/"
1414
spec.license = "MIT"
1515

16-
spec.required_ruby_version = ">= 3.1.0"
16+
spec.required_ruby_version = ">= 3.2.0"
1717

1818
spec.metadata["homepage_uri"] = spec.homepage
1919
spec.metadata["rubygems_mfa_required"] = "true"

0 commit comments

Comments
 (0)