Skip to content

Commit

Permalink
Merge pull request #44 from joshwlewis/ruby-versions
Browse files Browse the repository at this point in the history
Drop support for Ruby 2.1
  • Loading branch information
joshwlewis committed Jul 2, 2017
2 parents 5f7d4f5 + 199d1c8 commit 83f0405
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.0
2.4.1
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ cache: bundler
bundler_args: --without yard pry
sudo: false
rvm:
- 2.1.10
- 2.2.7
- 2.3.4
- 2.4.1
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Unitwise uses semantic versioning.

## Unreleased

### Removed

- Support for MRI 2.1

## 2.1.0 - 2017-04-28

### Removed
Expand Down
6 changes: 1 addition & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
source 'https://rubygems.org'

gem 'coveralls', '~> 0.7'
if RUBY_VERSION >= '2.2.0'
gem 'bigdecimal', '>= 1.2.6', :platform => :mri
else
gem 'bigdecimal', '<= 1.2.5', :platform => :mri
end
gem 'bigdecimal', '>= 1.2.6', :platform => :mri

gemspec
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ Unitwise(1, "🥃").to_cup
This library aims to support and is tested against the following Ruby
implementations:

* Ruby 2.1
* Ruby 2.2
* Ruby 2.3
* Ruby 2.4
Expand Down

0 comments on commit 83f0405

Please sign in to comment.