Skip to content

Commit

Permalink
- Drop support for Ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Jun 1, 2023
1 parent fa25fb3 commit 1a31a61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
matrix: { ruby: ['2.7', '3.0', '3.1', head] }
matrix: { ruby: ['3.0', '3.1', '3.2', head] }

steps:
- name: Check out code
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Expand Up @@ -8,7 +8,7 @@ inherit_gem:
- rspec.yml

AllCops:
TargetRubyVersion: 2.7
TargetRubyVersion: 3.0
Exclude:
- debug.rb
- dev/**/*
2 changes: 1 addition & 1 deletion true_table.gemspec
Expand Up @@ -13,6 +13,6 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/dannyben/true_table'
s.license = 'MIT'

s.required_ruby_version = '>= 2.7.0'
s.required_ruby_version = '>= 3.0'
s.metadata['rubygems_mfa_required'] = 'true'
end

0 comments on commit 1a31a61

Please sign in to comment.