Skip to content

Commit

Permalink
fix: Allow decidim version to be 0.27.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed May 24, 2024
1 parent 95d10d4 commit e7a9d6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -807,8 +807,8 @@ PLATFORMS
DEPENDENCIES
bootsnap (~> 1.4)
byebug (~> 11.0)
decidim (= 0.27.0)
decidim-dev (= 0.27.0)
decidim (~> 0.27.0)
decidim-dev (~> 0.27.0)
decidim-homepage_interactive_map!
faker (~> 2.14)
letter_opener_web (~> 1.3)
Expand Down
2 changes: 1 addition & 1 deletion lib/decidim/homepage_interactive_map/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Decidim
# This holds the decidim-meetings version.
module HomepageInteractiveMap
VERSION = "2.0.0"
DECIDIM_VERSION = "0.27.0"
DECIDIM_VERSION = "~> 0.27.0"
COMPAT_DECIDIM_VERSION = [">= 0.25.0", "< 0.28"].freeze
end
end

0 comments on commit e7a9d6c

Please sign in to comment.