Skip to content

Commit

Permalink
Drop support for MRI 2.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pocke committed Aug 24, 2016
1 parent 7bb7c85 commit 059fa4e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,6 @@ language: ruby
sudo: false
cache: bundler
rvm:
- 2.0.0
- 2.1
- 2.2
- 2.3.0
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,5 +1,6 @@
## Master (unreleased)

- Drop support for MRI 2.0.x [#15](https://github.com/cookpad/expeditor/pull/15)
- Deprecate Expeditor::Command#with_fallback. Use `set_fallback` instead [#14](https://github.com/cookpad/expeditor/pull/14)

## 0.4.0
Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,8 @@ It is inspired by [Netflix/Hystrix](https://github.com/Netflix/Hystrix).

## Installation

Expeditor currently supports Ruby 2.1 and higher.

Add this line to your application's Gemfile:

```ruby
Expand Down
2 changes: 2 additions & 0 deletions expeditor.gemspec
Expand Up @@ -19,6 +19,8 @@ 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.0.0'

spec.add_runtime_dependency "concurrent-ruby", "~> 1.0.0"
spec.add_runtime_dependency "concurrent-ruby-ext", "~> 1.0.0"
spec.add_runtime_dependency "retryable", "> 1.0"
Expand Down

0 comments on commit 059fa4e

Please sign in to comment.