Skip to content

Commit

Permalink
Minimum ruby to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-menendez committed Oct 5, 2023
1 parent 1aed02d commit a6bf7f3
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 @@ -12,7 +12,7 @@
AllCops:
NewCops: enable
SuggestExtensions: false
TargetRubyVersion: 2.6
TargetRubyVersion: 2.2

Metrics/MethodLength:
Enabled: false
Expand Down
2 changes: 1 addition & 1 deletion sprockets_terser_with_source_maps.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.description = 'Create source maps for your javascript assets along with their compression using terser.'
spec.homepage = 'https://github.com/javier-menendez/sprockets_terser_with_source_maps'
spec.license = 'MIT'
spec.required_ruby_version = Gem::Requirement.new('>= 2.6.0')
spec.required_ruby_version = Gem::Requirement.new('>= 2.2.0')

spec.metadata = {
'homepage_uri' => spec.homepage,
Expand Down

0 comments on commit a6bf7f3

Please sign in to comment.