Skip to content

Commit

Permalink
multiversion support
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbesen committed Oct 12, 2024
1 parent a4b38c9 commit 8f5dfc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AllCops:
TargetRubyVersion: 3.0
TargetRubyVersion: 2.6
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 = '>= 3.0.0'
spec.required_ruby_version = '>= 2.6'

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

0 comments on commit 8f5dfc7

Please sign in to comment.