Skip to content

Commit

Permalink
add trusted-ids module (#32)
Browse files Browse the repository at this point in the history
* Fix base64 gem version

* Fix base64 gem version

* Fix base64 gem version

* add trusted-ids module

* add valid icon

* add oauth system test

* add oauth system test

* Fix wicked_pdf version to 2.7.0

* Add webpacker initializer

* Add missing translations of surveys

* Add missing translations of surveys

* Fix maps key in secrets file

* update gemfile

* fix spec

* fix spec

* update trusted ids

* fix strscan gem

* donwgrade net-smtp

* rubocop

* adds reporting proposals module (fixmystreets)

* fix rubocop issues

* remove extra tables

* remove env var for deface

* restore overriden method name

* Use branch in reporting proposals module

* Use release branch in reporting proposals module

* Temporal fix in translations

* More fixes...

---------

Co-authored-by: Laura Jaime <[email protected]>
Co-authored-by: Oliver Valls <[email protected]>
  • Loading branch information
3 people authored Oct 22, 2024
1 parent efdf298 commit 548f0d3
Show file tree
Hide file tree
Showing 22 changed files with 1,726 additions and 1,424 deletions.
5 changes: 0 additions & 5 deletions .rubocop_ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@ AllCops:
# Otherwise we fallback to the oldest officially supported Ruby version (2.0).
TargetRubyVersion: 2.7

RSpec:
Patterns:
- "(?:^|/)spec/"
- "(?:^|/)test/"

# Indent private/protected/public as deep as method definitions
Layout/AccessModifierIndentation:
EnforcedStyle: indent
Expand Down
18 changes: 12 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,32 @@
source "https://rubygems.org"

ruby RUBY_VERSION
DECIDIM_VERSION = { git: "https://github.com/CodiTramuntana/decidim.git", branch: "release/0.27-stable" }.freeze
DECIDIM_VERSION = { github: "CodiTramuntana/decidim", branch: "release/0.27-stable" }.freeze

gem "decidim", DECIDIM_VERSION
gem "decidim-conferences", DECIDIM_VERSION
gem "decidim-file_authorization_handler", git: "https://github.com/CodiTramuntana/decidim-file_authorization_handler.git", tag: "v0.27.1.7"
gem "decidim-file_authorization_handler", github: "CodiTramuntana/decidim-file_authorization_handler", tag: "v0.27.1.7"
gem "decidim-initiatives", DECIDIM_VERSION
gem "decidim-templates", DECIDIM_VERSION

gem "decidim-decidim_awesome", "~> 0.10.0"
gem "decidim-via_oberta_authorization", path: "decidim-via_oberta_authorization"

gem "decidim-idcat_mobil", "~> 0.3.0"
gem "decidim-decidim_awesome", github: "decidim-ice/decidim-module-decidim_awesome", branch: "main"
# Simplified & mobile-first proposals creation (ie: fixmystreets behavior)
# gem "decidim-reporting_proposals", "~> 0.5.0"
gem "decidim-reporting_proposals", github: "CodiTramuntana/decidim-module-reporting-proposals", branch: "fix/missing_translations"
# VALiD & ViaOberta integration
gem "decidim-trusted_ids", github: "ConsorciAOC-PRJ/decidim-module-trusted-ids", branch: "main"

gem "decidim-cdtb"

gem "base64", "0.1.0"
gem "net-smtp", "~> 0.4.0"
gem "strscan", "3.0.0"

gem "bootsnap", "~> 1.3"
gem "wicked_pdf", "~> 2.7.0"

# Blob storage in the cloud

gem "azure-storage-blob"

gem "deface"
Expand Down
Loading

0 comments on commit 548f0d3

Please sign in to comment.