Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to [email protected] #52

Merged
merged 11 commits into from
Nov 4, 2020
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ source "https://rubygems.org"

ruby RUBY_VERSION

gem "decidim", "0.21.0"
gem "decidim-consultations", "0.21.0"
gem "decidim", "0.22.0"
sauloperez marked this conversation as resolved.
Show resolved Hide resolved
gem "decidim-consultations", "0.22.0"

gem "decidim-action_delegator", github: "coopdevs/decidim-module-action_delegator"
gem "decidim-action_delegator", github: "coopdevs/decidim-module-action_delegator", branch: "feature/decidim-0.22"
gem "decidim-direct_verifications", github: "Platoniq/decidim-verifications-direct_verifications", branch: "devel"

gem "bootsnap", "~> 1.3"
Expand All @@ -21,7 +21,7 @@ gem "faker", "~> 1.9"
group :development, :test do
gem "byebug", "~> 11.0", platform: :mri

gem "decidim-dev", "0.21.0"
gem "decidim-dev", "0.22.0"
end

group :development do
Expand Down
Loading