[Git][noosfero/noosfero][master] 2 commits: gemfile: fix warnings

Rodrigo Souto gitlab at mg.gitlab.com
Wed Apr 11 14:02:13 BRT 2018


Rodrigo Souto pushed to branch master at Noosfero / noosfero


Commits:
314b750a by Rodrigo Souto at 2018-04-11T15:50:19Z
gemfile: fix warnings

- - - - -
8800ac96 by Rodrigo Souto at 2018-04-11T17:02:00Z
Merge branch 'fix-warnings' into 'master'

gemfile: fix warnings

See merge request noosfero/noosfero!1431
- - - - -


1 changed file:

- Gemfile


Changes:

=====================================
Gemfile
=====================================
--- a/Gemfile
+++ b/Gemfile
@@ -2,7 +2,7 @@ source "https://rubygems.org"
 
 platform :ruby do
   gem 'pg',                     '~> 0.17'
-  gem 'rmagick',                '~> 2.13'
+  gem 'rmagick',                '~> 2.13', require: false
   gem 'RedCloth',               '~> 4.2'
   gem 'unicorn',                '~> 4.8'
 end
@@ -37,8 +37,6 @@ gem 'activerecord-session_store', ('1.0.0.pre' if RUBY_VERSION >= '2.3.0')
 gem 'recaptcha', require: 'recaptcha/rails'
 gem 'honeypot-captcha'
 gem 'font-awesome-sass'
-gem 'rspec'
-gem 'rspec-rails'
 
 # API dependencies
 gem 'grape'
@@ -78,6 +76,8 @@ group :test do
   gem 'minitest'
   gem 'minitest-reporters'
   gem 'simplecov', :require => false
+  gem 'rspec'
+  gem 'rspec-rails'
 end
 
 group :cucumber, :test do



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/6c3876bc796b1a20bd45e2d5e8356ffd37b134bd...8800ac9699cb772e89542500d449614a63ae249d

---
View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/6c3876bc796b1a20bd45e2d5e8356ffd37b134bd...8800ac9699cb772e89542500d449614a63ae249d
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/20180411/1bb4e077/attachment-0001.html>


More information about the Noosfero-dev mailing list