Support Forum
#supportforum Any doubts or questions on how to use Decidim? Check them with the Community!
Trying to install petitions
Hi
I added these lines to my gemfile :
gem "decidim-petitions",
git: "https://github.com/decodeproject/decidim-module-petitions"
Here are the errors I got :
gilles@gilles:~/decidim-app$ bundle install
Fetching https://github.com/decodeproject/decidim-module-petitions
Fetching gem metadata from https://rubygems.org/........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies........
Bundler could not find compatible versions for gem "decidim-core":
In snapshot (Gemfile.lock):
decidim-core (= 0.23.1)
In Gemfile:
decidim-dev (= 0.23.1) was resolved to 0.23.1, which depends on
decidim (= 0.23.1) was resolved to 0.23.1, which depends on
decidim-core (= 0.23.1)
decidim-petitions was resolved to 0.18.0, which depends on
decidim-core (= 0.18.0)
Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
I tried the update
gilles@gilles:~/decidim-app$ bundle update
Fetching https://github.com/decodeproject/decidim-module-petitions
Fetching gem metadata from https://rubygems.org/........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies....
Bundler could not find compatible versions for gem "decidim-core":
In Gemfile:
decidim-dev (= 0.23.1) was resolved to 0.23.1, which depends on
decidim (= 0.23.1) was resolved to 0.23.1, which depends on
decidim-core (= 0.23.1)
decidim-petitions was resolved to 0.18.0, which depends on
decidim-core (= 0.18.0)
Thank you for any help
Report inappropriate content
Is this content inappropriate?
1 comment
Hi
I could rather have asked where can I find petitions compatible with my decidim version ?
Add your comment
Sign in with your account or sign up to add your comment.
Loading comments ...