Skip to content

Commit

Permalink
Merge pull request #33 from guard/drop_obsolete_ruby_versions
Browse files Browse the repository at this point in the history
Drop support for obsolete Ruby versions (< 2.2)
  • Loading branch information
e2 committed Apr 28, 2016
2 parents bcc8a79 + 660d014 commit 0403f5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
language: ruby
bundler_args: --without development
rvm:
- 1.9.3
- 2.0.0
- 2.1.7
- 2.2.3
- jruby-19mode
- 2.2.0
- 2.3.1
- jruby-9.0.5.0
- rbx
- ruby-head
matrix:
allow_failures:
- rvm: rbx
- rvm: ruby-head
branches:
only:
- master
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

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

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


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).

Expand Down

0 comments on commit 0403f5d

Please sign in to comment.