Skip to content

Commit

Permalink
Drop Ruby 2.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Oct 1, 2022
1 parent 72ffd1d commit 4eb1f4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AllCops:
Exclude:
- 'gemfiles/**/*'
TargetRubyVersion: 2.4
TargetRubyVersion: 2.5
NewCops: enable
Bundler/OrderedGems:
Include:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

| version | ruby | faraday |
|------------|----------|-----------|
| `>= 1.0.0` | `>= 2.4` | `>= 2.0` |
| `>= 1.0.0` | `>= 2.5` | `>= 2.0` |
| `>= 0.6.0` | `>= 2.4` | `>= 1.8` |
| `>= 0.5.0` | `>= 2.4` | `>= 0.15` |
| `>= 0.3.0` | `>= 2.3` | `>= 0.15` |
Expand Down
2 changes: 1 addition & 1 deletion faraday_middleware-aws-sigv4.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.4'
spec.required_ruby_version = '>= 2.5'

spec.add_dependency 'aws-sigv4', '~> 1.0'
spec.add_dependency 'faraday', '>= 2.0', '< 3'
Expand Down

0 comments on commit 4eb1f4b

Please sign in to comment.