Skip to content

Commit

Permalink
apply missing configuration and remove unnecessay gems (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Massot committed Mar 4, 2019
1 parent 62e03d8 commit 7934624
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 17 deletions.
8 changes: 1 addition & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ source "https://rubygems.org"
ruby RUBY_VERSION
DECIDIM_VERSION= '~> 0.16.0'

# gem 'rails', '<= 5.2.0'
gem 'decidim', DECIDIM_VERSION
gem "decidim-initiatives", DECIDIM_VERSION
gem "decidim-sortitions", DECIDIM_VERSION
gem "decidim-consultations", DECIDIM_VERSION
gem "decidim-conferences", DECIDIM_VERSION
gem 'decidim-members', git: "https://github.com/CodiTramuntana/decidim-members.git", tag: "v0.1.12"
gem 'decidim-members', git: "https://github.com/CodiTramuntana/decidim-members.git", tag: "v0.1.13"
gem 'decidim-verifications-csv_email', git: "https://github.com/CodiTramuntana/decidim-verifications-csv_emails.git", tag: "v0.0.5"
gem 'decidim-file_authorization_handler', git: "https://github.com/CodiTramuntana/decidim-file_authorization_handler.git", tag: "v0.15.0"

Expand All @@ -22,11 +21,6 @@ gem 'puma', '~> 3.0'
gem 'uglifier', '>= 4.0.0'
gem 'figaro', '>= 1.1.1'

## Start force versions Gem
gem 'graphiql-rails', '1.4.11'
gem 'graphql', '1.8.10'
## End force versions Gem

group :development, :test do
gem 'faker', '~> 1.9.1'
gem 'byebug', platform: :mri
Expand Down
17 changes: 7 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ GIT

GIT
remote: https://github.com/CodiTramuntana/decidim-members.git
revision: 29932f48b7a4754db03d119e7cdb5671b3cc27fa
tag: v0.1.12
revision: 552f89a54514bb3362535c1c4a67f3ae90927dfc
tag: v0.1.13
specs:
decidim-members (0.1.12)
decidim-core (>= 0.15.0)
pg_search
decidim-members (0.1.13)
decidim-core (~> 0.15, >= 0.15.0)
pg_search (~> 2.1.4)
rails (~> 5.2)
sanitize (~> 4.5)

Expand Down Expand Up @@ -447,7 +447,7 @@ GEM
httparty (0.16.3)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (1.5.2)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
i18n-tasks (0.9.28)
activesupport (>= 4.0.2)
Expand Down Expand Up @@ -568,10 +568,9 @@ GEM
parser (2.6.0.0)
ast (~> 2.4.0)
pg (1.1.4)
pg_search (2.1.3)
pg_search (2.1.4)
activerecord (>= 4.2)
activesupport (>= 4.2)
arel (>= 6)
powerpack (0.1.2)
premailer (1.11.1)
addressable
Expand Down Expand Up @@ -812,8 +811,6 @@ DEPENDENCIES
delayed_job_active_record
faker (~> 1.9.1)
figaro (>= 1.1.1)
graphiql-rails (= 1.4.11)
graphql (= 1.8.10)
letter_opener_web (~> 1.3.0)
listen (~> 3.1.0)
puma (~> 3.0)
Expand Down
4 changes: 4 additions & 0 deletions config/schedule.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@
every 1.day, at: '2:00 am' do
rake "decidim:metrics:all"
end

every 1.day, at: '4:00 am' do
rake "decidim:open_data:export"
end

0 comments on commit 7934624

Please sign in to comment.