Skip to content

Commit

Permalink
Drop support for ruby 2.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mfinelli committed Jun 10, 2019
1 parent 4bbb4ae commit 7f8d99b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ sudo: false

language: ruby
rvm:
- 2.3
- 2.4
- 2.5
- 2.6
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ which adheres to [semantic versioning](https://semver.org).
* Add new rake task to remove old objects (anything not in the current
manifest) from s3.
* Extend test covertage to rake tasks.
* Drop support for ruby 2.3.x which might be considered breaking, but has
actually always been the case just unnoticed until the test coverage was
extended and exposed the problem, so I'm considering it a bugfix.

## v1.1.0 2019-06-05

Expand Down
2 changes: 1 addition & 1 deletion bankrupt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.description = 'Load files from local disk or from a CDN in production.'
spec.homepage = 'https://github.com/mfinelli/bankrupt'
spec.license = 'Apache-2.0'
spec.required_ruby_version = '>= 2.3.0'
spec.required_ruby_version = '>= 2.4.0'

spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
Expand Down

0 comments on commit 7f8d99b

Please sign in to comment.