noosfero | Outdated version of acts_as_list in vendor (#372)

Aaron gitlab at mg.gitlab.com
Wed Oct 31 18:06:42 BRST 2018


New Issue was created.

Issue 372: https://gitlab.com/noosfero/noosfero/issues/372
Author:    Aaron
Assignee:  

The vendor/plugins/acts_as_list is producing following error

```
[!] There was an error parsing `Gemfile`: You cannot specify the same gem twice with different version requirements.
You specified: acts_as_list (>= 0) and acts_as_list (= 0.0.0). Bundler cannot continue.

 #  from /noosfero/Gemfile:119
 #  -------------------------------------------
 #  
 >    gem plugin, version, path: dir
 #  end
 #  -------------------------------------------
E: The command "bundle" failed with status code , we cannot proceed.
```

commenting the line out in the Gemfile gives 

<pre><font color="#06989A">noosfero      |</font> ArgumentError: The scope body needs to be callable.
<font color="#06989A">noosfero      |</font> /noosfero/vendor/plugins/acts_as_list/lib/active_record/acts/list.rb:46:in `acts_as_list'
<font color="#06989A">noosfero      |</font> /noosfero/app/models/block.rb:15:in `<class:Block>'
<font color="#06989A">noosfero      |</font> /noosfero/app/models/block.rb:1:in `<top (required)>'
<font color="#06989A">noosfero      |</font> /noosfero/baseplugins/statistics/lib/statistics_block.rb:1:in `<top (required)>'
<font color="#06989A">noosfero      |</font> /noosfero/baseplugins/statistics/lib/statistics_plugin.rb:1:in `<top (required)>'
<font color="#06989A">noosfero      |</font> /noosfero/lib/noosfero/plugin.rb:88:in `load_plugin_identifier'
<font color="#06989A">noosfero      |</font> /noosfero/lib/noosfero/plugin.rb:94:in `load_plugin'
<font color="#06989A">noosfero      |</font> /noosfero/lib/noosfero/plugin.rb:39:in `block in initialize!'
<font color="#06989A">noosfero      |</font> /noosfero/lib/noosfero/plugin.rb:37:in `map'
<font color="#06989A">noosfero      |</font> /noosfero/lib/noosfero/plugin.rb:37:in `initialize!'
<font color="#06989A">noosfero      |</font> /noosfero/config/initializers/plugins.rb:1:in `<top (required)>'
<font color="#06989A">noosfero      |</font> /noosfero/config/environment.rb:4:in `<top (required)>'
<font color="#06989A">noosfero      |</font> Tasks: TOP => environment
</pre>

and deleting the folder just works

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/noosfero/noosfero/issues/372
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/20181031/2fcc0a7a/attachment.html>


More information about the Noosfero-dev mailing list