Skip to content

Commit

Permalink
Drop ruby2.4 support
Browse files Browse the repository at this point in the history
Mostly because #delete_suffix and #delete_prefix
methods are not available in Ruby 2.4.x and were
added in Ruby 2.5.x.

Signed-off-by: Utkarsh Gupta <utkarsh@debian.org>
  • Loading branch information
utkarsh2102 committed Jul 21, 2020
1 parent b622d9c commit 6972a97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,6 @@ language: ruby
cache: bundler
before_install: gem install bundler -v 2.1.4
rvm:
- 2.4.10
- 2.5.8
- 2.6.6
- 2.7.1

0 comments on commit 6972a97

Please sign in to comment.