Skip to content

Commit

Permalink
bump to ruby 3.0 for rubocop (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
morozgrafix authored Oct 26, 2023
1 parent d267288 commit b2dfeda
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
Expand Up @@ -3,7 +3,7 @@ require:
- rubocop-rake

AllCops:
TargetRubyVersion: 2.7
TargetRubyVersion: 3.0
NewCops: enable
Exclude:
- 'bin/**/*'
Expand Down
2 changes: 1 addition & 1 deletion exiftool_vendored.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|

spec.metadata['rubygems_mfa_required'] = 'true'

spec.required_ruby_version = '>= 2.7'
spec.required_ruby_version = '>= 3.0'

spec.files = `git ls-files -- lib bin`.split($/)

Expand Down

0 comments on commit b2dfeda

Please sign in to comment.