[Git][noosfero/noosfero][rails4] Gemfile: drop versioned dependency on cucumber

Antonio Terceiro gitlab at gitlab.com
Fri Oct 2 14:16:18 BRT 2015


Antonio Terceiro pushed to branch rails4 at Noosfero / noosfero


Commits:
a8b43e69 by Antonio Terceiro at 2015-10-02T14:15:11Z
Gemfile: drop versioned dependency on cucumber

cucumber-rails should already pull the right version in.

- - - - -


1 changed file:

- Gemfile


Changes:

=====================================
Gemfile
=====================================
--- a/Gemfile
+++ b/Gemfile
@@ -65,7 +65,7 @@ end
 group :cucumber do
   gem 'capybara',               '~> 2.2'
   gem 'launchy'
-  gem 'cucumber',               '~> 2.0'
+  gem 'cucumber'
   gem 'cucumber-rails',         '~> 1.4.2', :require => false
   gem 'database_cleaner',       '~> 1.3'
   gem 'selenium-webdriver'



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/a8b43e695c555d505313a4230fa8bdf82e73d480
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20151002/b10d267a/attachment-0001.html>


More information about the Noosfero-dev mailing list