Skip to content

Commit

Permalink
Update supported Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
noteflakes committed Jan 9, 2025
1 parent da4b42b commit cf85cd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
ruby: ['2.7', '3.0', '3.1', 'head']
ruby: ['3.2', '3.3', '3.4']

name: >-
${{matrix.os}}, ${{matrix.ruby}}
Expand Down
2 changes: 1 addition & 1 deletion impression.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--title", "impression", "--main", "README.md"]
s.extra_rdoc_files = ["README.md"]
s.require_paths = ["lib"]
s.required_ruby_version = '>= 2.6'
s.required_ruby_version = '>= 3.2'

s.add_runtime_dependency 'qeweney', '~>0.21'
s.add_runtime_dependency 'papercraft', '~>1.4'
Expand Down

0 comments on commit cf85cd1

Please sign in to comment.