[Git][noosfero/noosfero][master] 2 commits: Removes ruby version check on gems

Rodrigo Souto gitlab at mg.gitlab.com
Thu Jun 14 12:52:21 BRT 2018


Rodrigo Souto pushed to branch master at Noosfero / noosfero


Commits:
3f885de6 by Matheus Richard at 2018-06-14T15:39:30Z
Removes ruby version check on gems

- - - - -
b18edb24 by Rodrigo Souto at 2018-06-14T15:51:55Z
Merge branch 'MatheusRichard/noosfero-restricting-gem-versions'

- - - - -


1 changed file:

- Gemfile


Changes:

=====================================
Gemfile
=====================================
--- a/Gemfile
+++ b/Gemfile
@@ -18,7 +18,7 @@ gem 'acts-as-taggable-on'
 gem 'rails_autolink'
 gem 'ruby-feedparser'
 gem 'daemons'
-gem 'nokogiri',                 (if RUBY_VERSION >= '2.4.0' then '~> 1.7.0' else '~> 1.6.0' end)
+gem 'nokogiri',                 '~> 1.6.0'
 gem 'mini_portile2'
 gem 'will_paginate'
 gem 'pothoven-attachment_fu'
@@ -34,7 +34,7 @@ gem 'whenever', :require => false
 gem 'eita-jrails', require: 'jrails'
 gem 'diffy'
 gem 'slim'
-gem 'activerecord-session_store', ('1.0.0.pre' if RUBY_VERSION >= '2.3.0')
+gem 'activerecord-session_store',
 gem 'recaptcha', require: 'recaptcha/rails'
 gem 'honeypot-captcha'
 gem 'font-awesome-sass'



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/9886ce24c1186ea456b1c7d4880093708c73f7cc...b18edb243c28c1e82283fd14a15dcd5baed29050

-- 
View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/9886ce24c1186ea456b1c7d4880093708c73f7cc...b18edb243c28c1e82283fd14a15dcd5baed29050
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/20180614/24dd508e/attachment-0001.html>


More information about the Noosfero-dev mailing list