Skip to content

Commit

Permalink
remove Ruby2.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
epaew committed Mar 30, 2019
1 parent eea2268 commit 6b1758f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ dist: xenial
sudo: false
language: ruby
rvm:
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.0
- 2.5.5
- 2.6.2
cache:
bundler: true

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A Tmux plugin for loading tmux.conf written in Ruby (eRuby) notation.
* You can use whatever you like as the default shell.
* git
* ruby:
* 2.3 or higher is required.
* 2.4 or higher is required.
* tmux

## How to use
Expand Down
2 changes: 1 addition & 1 deletion lib/tmux-erb-parser/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module TmuxERBParser
VERSION = '0.1.4.1'
VERSION = '0.1.5'
end

0 comments on commit 6b1758f

Please sign in to comment.