Skip to content

Commit

Permalink
Drop ruby 2.7 (eol)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme committed Aug 18, 2023
1 parent 8cc98f0 commit 91bece9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
ruby-version: ['2.7', '3.0', '3.1', '3.2', 'jruby']
ruby-version: ['3.0', '3.1', '3.2', 'jruby']
exclude:
- os: windows-latest
ruby-version: jruby
Expand All @@ -54,7 +54,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
ruby-version: ['2.7', '3.0', '3.1', '3.2', 'jruby']
ruby-version: ['3.0', '3.1', '3.2', 'jruby']
submodule:
- vendor/github.com/sass/sassc-rails
- vendor/github.com/twbs/bootstrap
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AllCops:
Exclude:
- 'vendor/**/*'

TargetRubyVersion: 2.7
TargetRubyVersion: 3.0

NewCops: enable

Expand Down
2 changes: 1 addition & 1 deletion sassc-embedded.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec| # rubocop:disable Gemspec/RequireMFA
'README.md'
]

spec.required_ruby_version = '>= 2.7.0'
spec.required_ruby_version = '>= 3.0.0'

spec.add_runtime_dependency 'base64', '~> 0.1'
spec.add_runtime_dependency 'sassc', '~> 2.0'
Expand Down

0 comments on commit 91bece9

Please sign in to comment.