Skip to content
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.

Commit

Permalink
Upgrade decidim 0.16.1 (#7)
Browse files Browse the repository at this point in the history
* Upgrade decidim 0.16.1

* Update config/schedule.rb

* Add default app time_zone
  • Loading branch information
aitorlb authored and Isaac Massot committed May 23, 2019
1 parent 9e896da commit 99e146d
Show file tree
Hide file tree
Showing 7 changed files with 172 additions and 148 deletions.
14 changes: 3 additions & 11 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,13 @@ 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
gem 'decidim-consultations', DECIDIM_VERSION
# gem 'decidim', git: "[email protected]:decidim/decidim.git", branch: "0.15-stable"
# gem 'decidim-initiatives', git: "[email protected]:decidim/decidim.git", branch: "0.15-stable"
# gem 'decidim-consultations', git: "[email protected]:decidim/decidim.git", branch: "0.15-stable"
gem 'decidim-file_authorization_handler', git: "https://github.com/CodiTramuntana/decidim-file_authorization_handler.git", ref: "41de957cc4b5c2eab8b8f606b417ecef09e3d1b8"
## Start force versions Gem
gem 'graphiql-rails', '1.4.11'
gem 'graphql', '1.8.10'
## End force versions Gem
gem 'decidim-file_authorization_handler', git: "https://github.com/MarsBased/decidim-file_authorization_handler.git"


gem 'delayed_job_active_record'
gem 'daemons'
Expand All @@ -27,8 +21,6 @@ gem 'figaro', '>= 1.1.1'
group :development, :test do
gem 'byebug', platform: :mri
gem "decidim-dev", DECIDIM_VERSION
# gem "decidim-dev", git: "[email protected]:decidim/decidim.git", branch: "0.14-stable"
# gem 'faker', "~> 1.8.4"
gem 'faker', git: 'https://github.com/stympy/faker.git', branch: 'master'
end

Expand Down
Loading

0 comments on commit 99e146d

Please sign in to comment.