Skip to content

Commit

Permalink
single version support
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbesen committed Oct 12, 2024
1 parent 8f5dfc7 commit c4984eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0']
ruby-version: 3.0

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AllCops:
TargetRubyVersion: 2.6
TargetRubyVersion: 3.0
NewCops: enable

Style/StringLiterals:
Expand Down
2 changes: 1 addition & 1 deletion sheet_zoukas.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.description = 'Expose Google Sheets as JSON'
spec.homepage = 'https://github.com/eebbesen/sheet_zoukas'
spec.license = 'MIT'
spec.required_ruby_version = '>= 2.6'
spec.required_ruby_version = '>= 3.0.0'

spec.metadata = {
'homepage_uri' => 'https://github.com/eebbesen/sheet_zoukas',
Expand Down

0 comments on commit c4984eb

Please sign in to comment.