Skip to content

Commit

Permalink
Merge pull request #22 from myfreecomm/feature-ruby-support
Browse files Browse the repository at this point in the history
Ruby support for only one version of 2.3.X and add support for ruby 2.4.0
  • Loading branch information
eduardohertz committed Jul 27, 2017
2 parents 219d082 + 9061a5b commit f3851ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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

0 comments on commit f3851ed

Please sign in to comment.