[Git][noosfero/noosfero][master] Support ruby 2.4

Bráulio Bhavamitra gitlab at mg.gitlab.com
Wed May 3 22:29:02 BRT 2017


Bráulio Bhavamitra pushed to branch master at Noosfero / noosfero


Commits:
ecb79b87 by Braulio Bhavamitra at 2017-05-03T22:28:39-03:00
Support ruby 2.4

- - - - -


2 changed files:

- .travis.yml
- Gemfile


Changes:

=====================================
.travis.yml
=====================================
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ cache: bundler
 
 language: ruby
 rvm:
-  - 2.3.3
+  - 2.4.1
 
 services:
   - postgresql


=====================================
Gemfile
=====================================
--- a/Gemfile
+++ b/Gemfile
@@ -18,7 +18,7 @@ gem 'acts-as-taggable-on',      '~> 3.5'
 gem 'rails_autolink',           '~> 1.1.5'
 gem 'ruby-feedparser',          '~> 0.7'
 gem 'daemons',                  '~> 1.1'
-gem 'nokogiri',                 '~> 1.6.0'
+gem 'nokogiri',                 (if RUBY_VERSION >= '2.4.0' then '~> 1.7.0' else '~> 1.6.0' end)
 gem 'will_paginate',            '~> 3.0.7'
 gem 'pothoven-attachment_fu',   '~> 3.2.16'
 gem 'delayed_job'



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/ecb79b87abd0cb21710d7802b68e5a223ea77c2d

---
View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/ecb79b87abd0cb21710d7802b68e5a223ea77c2d
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20170504/56ec38c9/attachment.html>


More information about the Noosfero-dev mailing list