Skip to content

Commit

Permalink
feat: Add module Slider
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Dec 11, 2023
1 parent d6f4a86 commit a6231d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem "decidim-spam_detection"
gem "decidim-term_customizer", git: "https://github.com/opensourcepolitics/decidim-module-term_customizer.git", branch: "fix/multi-threading-compliant-0.26"

# Omniauth gems
# gem "decidim-slider", git: "https://github.com/alecslupu-pfa/decidim-module-slider", branch: "main"
gem "decidim-slider", git: "https://github.com/alecslupu-pfa/decidim-module-slider", branch: "main"
gem "omniauth-publik", git: "https://github.com/OpenSourcePolitics/omniauth-publik"

# Default
Expand Down
9 changes: 9 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ GIT
omniauth (~> 2.0)
omniauth-oauth2 (>= 1.7.2, < 2.0)

GIT
remote: https://github.com/alecslupu-pfa/decidim-module-slider
revision: 63e29e03b2bc300f4941a079ecb993cab006e254
branch: main
specs:
decidim-slider (0.0.3)
decidim-core (~> 0.26.0)

GIT
remote: https://github.com/opensourcepolitics/decidim-module-term_customizer.git
revision: f5208f3cad23cb68e502e77cb0d2d3d441d09e40
Expand Down Expand Up @@ -917,6 +925,7 @@ DEPENDENCIES
decidim-decidim_awesome (= 0.8.3)
decidim-dev (~> 0.26.0)
decidim-homepage_interactive_map!
decidim-slider!
decidim-spam_detection
decidim-term_customizer!
dotenv-rails
Expand Down

0 comments on commit a6231d7

Please sign in to comment.