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

Ruby support for only one version of 2.3.X and add support for ruby 2.4.0 #22

Merged
merged 4 commits into from
Jul 27, 2017
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
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: ruby
sudo: false
rvm:
- 2.3.3
- 2.3.4
- 2.4.1
gemfile:
- gemfiles/rails_3_2.gemfile
- gemfiles/rails_4_2.gemfile
Expand All @@ -12,3 +12,7 @@ before_install: gem install bundler -v 1.15.0
script: bundle exec rake spec
services:
- redis-server
matrix:
exclude:
- rvm: 2.4.1
gemfile: gemfiles/rails_3_2.gemfile
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Agnostic collector and generator of async content for Rails apps. Used in production in a few [Nexaas](www.nexaas.com) systems.

This gems is compatible with Ruby 2.3+ and Rails 3.2+.
This gems is compatible with Ruby 2.3+ (we do not ensure it works in previous versions) and Rails 3.2+.

## Prerequisites
The prerequisites of this project are:
Expand Down