Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for obsolete Ruby versions (< 2.2) #33

Merged
merged 1 commit into from
Apr 28, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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