-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature/upgrade 0.27.4 and decidim awesome #398
Conversation
Gemfile
Outdated
@@ -24,12 +24,12 @@ gem 'decidim-term_customizer', github: 'mainio/decidim-module-term_customizer', | |||
|
|||
gem 'omniauth-openid-connect', git: 'https://github.com/netsphere-labs/omniauth-openid-connect.git' | |||
|
|||
gem 'acts_as_textcaptcha', '~> 4.5.1' | |||
gem 'acts_as_textcaptcha' #, '~> 4.5.1' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Rubocop] reported by reviewdog 🐶
[Correctable] Layout/LeadingCommentSpace: Missing space after #.
gem 'aws-sdk-s3' | ||
gem 'bootsnap' | ||
gem 'dalli' | ||
gem 'delayed_job_active_record' | ||
gem 'faker', '~> 1.9' | ||
gem 'faker' #, '~> 1.9' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Rubocop] reported by reviewdog 🐶
[Correctable] Layout/LeadingCommentSpace: Missing space after #.
@@ -23,7 +22,9 @@ | |||
[Decidim::Proposals::MapHelper, DecidimZuerich::Proposals::MapHelper], | |||
[Decidim::ParticipatoryProcesses::ProcessFiltersCell, DecidimZuerich::ParticipatoryProcesses::ProcessFiltersCell], | |||
[Decidim::ResourceLocatorPresenter, DecidimZuerich::ResourceLocatorPresenter], | |||
[Decidim::ParticipatoryProcesses::ParticipatoryProcessHelper, DecidimZuerich::ParticipatoryProcesses::ParticipatoryProcessHelper] | |||
[Decidim::ParticipatoryProcesses::ParticipatoryProcessHelper, DecidimZuerich::ParticipatoryProcesses::ParticipatoryProcessHelper], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Rubocop] reported by reviewdog 🐶
[Correctable] Layout/LineLength: Line is too long. [132/120]
|
||
Decidim::System::RegisterOrganization.prepend DecidimZuerich::System::RegisterOrganization | ||
Decidim::System::UpdateOrganization.prepend DecidimZuerich::System::UpdateOrganization | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Rubocop] reported by reviewdog 🐶
[Correctable] Layout/TrailingEmptyLines: Final newline missing.
a76e97c
to
fd418c6
Compare
6c8707b
to
cd94fd4
Compare
No description provided.