Skip to content

Commit

Permalink
Upgrade decidim 0.16.1 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
aitorlb authored and tramuntanal committed May 7, 2019
1 parent 21b0c35 commit cc7086b
Show file tree
Hide file tree
Showing 5 changed files with 181 additions and 152 deletions.
4 changes: 2 additions & 2 deletions Gemfile
@@ -1,7 +1,7 @@
source "https://rubygems.org"

ruby RUBY_VERSION
DECIDIM_VERSION= '~> 0.16.0'
DECIDIM_VERSION= '~> 0.16.1'

gem 'decidim', DECIDIM_VERSION
gem "decidim-initiatives", DECIDIM_VERSION
Expand All @@ -10,7 +10,7 @@ gem "decidim-consultations", DECIDIM_VERSION
gem "decidim-conferences", DECIDIM_VERSION
gem 'decidim-members', git: "https://github.com/CodiTramuntana/decidim-members.git", tag: "v0.1.14"
gem 'decidim-verifications-csv_email', git: "https://github.com/CodiTramuntana/decidim-verifications-csv_emails.git", tag: "v0.0.6"
gem 'decidim-file_authorization_handler', git: "https://github.com/CodiTramuntana/decidim-file_authorization_handler.git", tag: "v0.15.0"
gem 'decidim-file_authorization_handler', git: "https://github.com/MarsBased/decidim-file_authorization_handler.git"

gem 'delayed_job_active_record'
gem 'daemons'
Expand Down

0 comments on commit cc7086b

Please sign in to comment.