Skip to content

Commit

Permalink
Fix specs / Update Decidim version
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonasAapro committed Jan 20, 2025
1 parent 30e9b91 commit 5ae9061
Show file tree
Hide file tree
Showing 9 changed files with 334 additions and 301 deletions.
11 changes: 8 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,18 @@ require_relative "#{base_path}lib/decidim/accountability_simple/version"
DECIDIM_VERSION = Decidim::AccountabilitySimple.decidim_version

gem "decidim", DECIDIM_VERSION
gem "decidim-favorites", github: "mainio/decidim-module-favorites", branch: "main"
gem "decidim-locations", github: "mainio/decidim-module-locations", branch: "main"
gem "decidim-tags", github: "mainio/decidim-module-tags", branch: "main"
gem "decidim-favorites", github: "mainio/decidim-module-favorites", branch: "release/0.27-stable"
gem "decidim-locations", github: "mainio/decidim-module-locations", branch: "release/0.27-stable"
gem "decidim-tags", github: "mainio/decidim-module-tags", branch: "release/0.27-stable"

gem "decidim-accountability_simple", path: "."

gem "bootsnap", "~> 1.4"

# This is a temporary fix for: https://github.com/rails/rails/issues/54263
# Without this downgrade Activesupport will give error for missing Logger
gem "concurrent-ruby", "1.3.4"

gem "puma", ">= 5.6.2"

gem "faker", "~> 2.14"
Expand Down
Loading

0 comments on commit 5ae9061

Please sign in to comment.