Skip to content

Commit

Permalink
chore: drop support for EOL'ed ruby 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gildesmarais committed Dec 30, 2021
1 parent f018e79 commit 0d65ec7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.5", "2.6", "2.7", "3.0", "3.1"]
ruby: ["2.6", "2.7", "3.0", "3.1"]

runs-on: ubuntu-latest

Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require:
AllCops:
DisplayCopNames: true
NewCops: enable
TargetRubyVersion: 2.5
TargetRubyVersion: 2.6
Exclude:
- vendor/**/*

Expand Down
2 changes: 1 addition & 1 deletion html2rss-configs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.description = 'Configs which contain information how to generate RSS items from websites.'
spec.homepage = 'https://github.com/html2rss/html2rss-configs'
spec.license = 'MIT'
spec.required_ruby_version = '>= 2.5.0'
spec.required_ruby_version = '>= 2.6.0'

# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
# to allow pushing to a single host or delete this section to allow pushing to any host.
Expand Down

0 comments on commit 0d65ec7

Please sign in to comment.