Skip to content

Commit

Permalink
fix: set required ruby version to >=2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bajankristof committed Apr 26, 2024
1 parent 946a444 commit be62536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ inherit_from: .rubocop_todo.yml
AllCops:
NewCops: enable
SuggestExtensions: false
TargetRubyVersion: 2.6

Metrics/AbcSize:
Enabled: false
Expand Down
2 changes: 1 addition & 1 deletion ffmpeg.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/instructure/ffmpeg'
s.summary = 'Wraps ffmpeg to read metadata and transcodes videos.'

s.required_ruby_version = '>= 2.7'
s.required_ruby_version = '>= 2.6'

s.add_dependency('multi_json', '~> 1.8')

Expand Down

0 comments on commit be62536

Please sign in to comment.