Skip to content

Commit

Permalink
* Remove support for Ruby 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed May 13, 2024
1 parent c4dd826 commit 86e43af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
fail-fast: false
matrix:
ruby:
- "2.6"
- "2.7"
- "3.0"
- "3.1"
Expand Down
4 changes: 2 additions & 2 deletions roadie-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.description = "Hooks Roadie into your Rails application to help with email generation."
spec.license = "MIT"

spec.required_ruby_version = ">= 2.6"
spec.required_ruby_version = ">= 2.7"

spec.files = `git ls-files | grep -v ^spec`.split($INPUT_RECORD_SEPARATOR)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
Expand All @@ -31,5 +31,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rspec-rails"
spec.add_development_dependency "standard"

spec.post_install_message = "This would be the last version that supports ruby 2.6"
spec.post_install_message = "This would be the last version that supports ruby 2.7"
end

0 comments on commit 86e43af

Please sign in to comment.