Skip to content

Commit 87c0479

Browse files
committed
- Drop support for Ruby 3.1
1 parent 7218ce6 commit 87c0479

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
strategy:
13-
matrix: { ruby: ['3.1', '3.2', '3.3', '3.4'] }
13+
matrix: { ruby: ['3.2', '3.3', '3.4'] }
1414

1515
steps:
1616
- name: Checkout code

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inherit_gem:
88
- rspec.yml
99

1010
AllCops:
11-
TargetRubyVersion: 3.1
11+
TargetRubyVersion: 3.2
1212
SuggestExtensions: false
1313
Exclude:
1414
- dev/**/*

madness.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
1313
s.executables = ['madness']
1414
s.homepage = 'https://github.com/DannyBen/madness'
1515
s.license = 'MIT'
16-
s.required_ruby_version = '>= 3.1'
16+
s.required_ruby_version = '>= 3.2'
1717

1818
s.add_dependency 'addressable', '~> 2.7'
1919
s.add_dependency 'colsole', '~> 1.0'

0 commit comments

Comments
 (0)