Skip to content

Commit

Permalink
Drop support for Ruby 2.7
Browse files Browse the repository at this point in the history
It is EOL.
  • Loading branch information
rafaelfranca committed Mar 14, 2024
1 parent 4a1cbc0 commit c2cdd60
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 @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [3.3, 3.2, 3.1, '3.0', 2.7]
ruby: [3.3, 3.2, 3.1, '3.0']
gemfile:
- Gemfile
- gemfiles/Gemfile-rails-6-0
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ inherit_gem:
rubocop-shopify: rubocop.yml

AllCops:
TargetRubyVersion: 2.7
TargetRubyVersion: 3.0
NewCops: disable
SuggestExtensions: false
2 changes: 1 addition & 1 deletion better_html.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.description = "Better HTML for Rails. Provides sane html helpers that make it easier to do the right thing."
s.license = "MIT"

s.required_ruby_version = ">= 2.7.0"
s.required_ruby_version = ">= 3.0.0"

s.metadata = {
"bug_tracker_uri" => "https://github.com/Shopify/better-html/issues",
Expand Down

0 comments on commit c2cdd60

Please sign in to comment.