Skip to content

Commit

Permalink
Update Ruby Support Matrix (#763)
Browse files Browse the repository at this point in the history
* remove-ruby-24-bump-patches - remove ruby 2.4 from travis config and bump patches for other rubies

* bump required ruby version in tmuxinator.gemspec

* remove-ruby-24-bump-patches - update CHANGELOG.md
  • Loading branch information
ethagnawl committed Apr 25, 2020
1 parent ed0bbb7 commit 995abff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: ruby
rvm:
- "2.4.6"
- "2.5.5"
- "2.6.2"
- "2.7.0"
- "2.5.8"
- "2.6.6"
- "2.7.1"
env:
- TMUX_VERSION=3.1
- TMUX_VERSION=3.0a
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased
- remove support for Ruby 2.4
- bump patch versions of supported Rubies in gemspec and Travis config

## 1.1.5
### Misc
- add support for tmux 3.1 (#754)
Expand Down
2 changes: 1 addition & 1 deletion tmuxinator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |s|
}

s.required_rubygems_version = ">= 1.8.23"
s.required_ruby_version = ">= 2.4.6"
s.required_ruby_version = ">= 2.5.8"

s.add_dependency "erubis", "~> 2.6"
s.add_dependency "thor", "~> 1.0"
Expand Down

0 comments on commit 995abff

Please sign in to comment.