Skip to content

Commit 0403f5d

Browse files
committed
Merge pull request #33 from guard/drop_obsolete_ruby_versions
Drop support for obsolete Ruby versions (< 2.2)
2 parents bcc8a79 + 660d014 commit 0403f5d

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
language: ruby
22
bundler_args: --without development
33
rvm:
4-
- 1.9.3
5-
- 2.0.0
6-
- 2.1.7
7-
- 2.2.3
8-
- jruby-19mode
4+
- 2.2.0
5+
- 2.3.1
6+
- jruby-9.0.5.0
97
- rbx
8+
- ruby-head
109
matrix:
1110
allow_failures:
1211
- rvm: rbx
12+
- rvm: ruby-head
1313
branches:
1414
only:
1515
- master

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
Guard::Cucumber allows you to automatically run Cucumber features when files are modified.
44

5-
Tested on MRI Ruby 1.9.3, 2.0.0, 2.1.0 and the latest versions of JRuby.
5+
Supported Ruby versions are those tested on [Travis CI](https://travis-ci.org/guard/guard-cucumber).
6+
(NOTE: Any Ruby version earlier than 2.2.5 is outdated and likely insecure).
7+
68

79
If you have any questions please join us on our [Google group](http://groups.google.com/group/guard-dev) or on `#guard` (irc.freenode.net).
810

0 commit comments

Comments
 (0)