Skip to content

Commit

Permalink
Increase target Ruby version to 3.1
Browse files Browse the repository at this point in the history
I don't think there's any incompatibilities, but 3.0 is no longer
available in Gentoo, so I can't test it.
  • Loading branch information
creideiki committed Dec 31, 2023
1 parent df28afa commit e6ebc66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require: rubocop-rake

AllCops:
NewCops: enable
TargetRubyVersion: 3.0
TargetRubyVersion: 3.1

Gemspec/RequireMFA:
Enabled: false
Expand Down
2 changes: 1 addition & 1 deletion fimfic2pdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.name = 'fimfic2pdf'
s.version = FiMFic2PDF::VERSION
s.platform = Gem::Platform::RUBY
s.required_ruby_version = '>= 3.0'
s.required_ruby_version = '>= 3.1'
s.authors = ['Karl-Johan Karlsson']
s.email = ['creideiki@ferretporn.se']
s.description = <<-DESCRIPTION
Expand Down

0 comments on commit e6ebc66

Please sign in to comment.