Skip to content

Commit

Permalink
drop Ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi-ishitani committed Dec 20, 2023
1 parent 0357bd2 commit 0f4a374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
ruby: ['3.2', '3.1', '3.0', '2.7']
ruby: ['3.2', '3.1', '3.0']
frozen_string_literal: ['yes', 'no']

env:
Expand Down
2 changes: 1 addition & 1 deletion rggen-c-header.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.description = 'C header file writer plugin for RgGen'
spec.homepage = 'https://github.com/rggen/rggen-c-header'
spec.license = 'MIT'
spec.required_ruby_version = Gem::Requirement.new('>= 2.7.0')
spec.required_ruby_version = Gem::Requirement.new('>= 3.0.0')

spec.metadata = {
'bug_tracker_uri' => 'https://github.com/rggen/rggen/issues',
Expand Down

0 comments on commit 0f4a374

Please sign in to comment.