This repository has been archived by the owner on Mar 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade decidim 0.16.1 * Update config/schedule.rb * Add default app time_zone
- Loading branch information
Showing
7 changed files
with
172 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
@@ -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 | ||
|
||
|
Oops, something went wrong.