[Git][noosfero/noosfero][master] 2 commits: Adjust dependencies

Rodrigo Souto gitlab at mg.gitlab.com
Wed Aug 24 14:56:02 BRT 2016


Rodrigo Souto pushed to branch master at Noosfero / noosfero


Commits:
0eab9e93 by Rodrigo Souto at 2016-08-24T14:55:33-03:00
Adjust dependencies

- - - - -
59a537cf by Rodrigo Souto at 2016-08-24T14:55:41-03:00
Fix version

- - - - -


3 changed files:

- Gemfile
- debian/control
- lib/noosfero/version.rb


Changes:

=====================================
Gemfile
=====================================
--- a/Gemfile
+++ b/Gemfile
@@ -35,12 +35,12 @@ gem 'activerecord-session_store', ('1.0.0.pre' if RUBY_VERSION >= '2.3.0')
 
 # API dependencies
 gem 'grape',                    '~> 0.12'
-gem 'grape-entity',             '0.4.8'
+gem 'grape-entity',             '~>0.4.8'
 gem 'grape_logging'
 gem 'rack-cors'
 gem 'rack-contrib'
 gem 'api-pagination',           '>= 4.1.1'
-gem 'liquid',                    '~> 3.0.3'
+gem 'liquid',                    '>= 3.0.3'
 
 # asset pipeline
 gem 'uglifier', '>= 1.0.3'


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -60,8 +60,9 @@ Depends: adduser,
          ruby-feedparser (>= 0.7-3~),
          ruby-gettext,
          ruby-grape,
-         ruby-grape-entity (= 0.4.8),
+         ruby-grape-entity (>= 0.4.8),
          ruby-grape-logging,
+         ruby-liquid (>= 3.0.3),
          ruby-minitest,
          ruby-nokogiri,
          ruby-pg,


=====================================
lib/noosfero/version.rb
=====================================
--- a/lib/noosfero/version.rb
+++ b/lib/noosfero/version.rb
@@ -1,6 +1,6 @@
 module Noosfero
   PROJECT = 'noosfero'
-  VERSION = '1.4'
+  VERSION = '1.5'
 end
 
 root = File.expand_path(File.dirname(__FILE__) + '/../..')



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/fba6817b4490d3b2c7fa1db70e617af03d2f5773...59a537cff8687b5f5523cfba9796febf2636348d
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20160824/417f5dac/attachment-0001.html>


More information about the Noosfero-dev mailing list