Skip to content

Commit

Permalink
Drop Ruby 2.3 and 2.4 support as up-to-date sniffer works only in 2.5
Browse files Browse the repository at this point in the history
Ruby 2.3 and 2.4 have already reached their end of life
  • Loading branch information
Envek committed Jan 22, 2021
1 parent 1cd069a commit b233076
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
Style/Documentation:
Exclude:
- 'example/**/*'

# Rubocop does not support TargetRubyVersion 2.3, while required_ruby_version
# in the gemspec is set to 2.3.0. This will prevent related offense.
Gemspec/RequiredRubyVersion:
Enabled: false
2 changes: 1 addition & 1 deletion yabeda-http_requests.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.description = 'Extends Yabeda metrics to collect external calls'
spec.homepage = 'https://github.com/yabeda-rb/yabeda-http_requests'
spec.license = 'MIT'
spec.required_ruby_version = Gem::Requirement.new('>= 2.3.0')
spec.required_ruby_version = Gem::Requirement.new('>= 2.5')

spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'https://github.com/yabeda-rb/yabeda-http_requests'
Expand Down

0 comments on commit b233076

Please sign in to comment.