Skip to content

Commit

Permalink
Drop Ruby 2.6 support (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavosobral committed Aug 30, 2023
1 parent 894d44f commit 5b83967
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
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2']
ruby-version: ['2.7', '3.0', '3.1', '3.2']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion puffing-billy.gemspec
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
gem.name = 'puffing-billy'
gem.require_paths = ['lib']
gem.version = Billy::VERSION
gem.required_ruby_version = '>= 2.6.0'
gem.required_ruby_version = '>= 2.7.0'
gem.license = 'MIT'

gem.add_development_dependency 'rspec'
Expand Down

0 comments on commit 5b83967

Please sign in to comment.