@@ -4,24 +4,25 @@ source "https://rubygems.org"
4
4
5
5
ruby RUBY_VERSION
6
6
7
- gem "decidim" , git : "https://github.com/decidim/decidim.git" , branch : "release/ 0.23-stable "
7
+ gem "decidim" , " 0.23.5 "
8
8
# gem "decidim", path: "../decidim"
9
9
10
10
# gem "decidim-conferences", git: "https://github.com/decidim/decidim.git", branch: "release/0.23-stable"
11
11
# gem "decidim-consultations", git: "https://github.com/decidim/decidim.git", branch: "release/0.23-stable"
12
12
# gem "decidim-initiatives", git: "https://github.com/decidim/decidim.git", branch: "release/0.23-stable"
13
13
14
+ gem "decidim-cookies" , git : "https://github.com/OpenSourcePolitics/decidim-module_cookies.git" , branch : "release/0.23-stable"
15
+ gem "decidim-decidim_awesome" , "~> 0.7.0"
16
+ gem "decidim-navbar_links" , git : "https://github.com/OpenSourcePolitics/decidim-module-navbar_links.git" , branch : "0.23.5"
17
+ gem "decidim-term_customizer" , git : "https://github.com/mainio/decidim-module-term_customizer.git" , branch : "0.23-stable"
18
+
14
19
# gem "decidim-calendar", git: "https://github.com/alabs/decidim-module-calendar"
15
20
# gem "decidim-combined_budgeting", git: "https://github.com/mainio/decidim-module-combined_budgeting"
16
21
# gem "decidim-comparative_stats", git: "https://github.com/Platoniq/decidim-module-comparative_stats"
17
- # gem "decidim-decidim_awesome", git: "https://github.com/Platoniq/decidim-module-decidim_awesome"
18
22
# gem "decidim-direct_verifications", git: "https://github.com/Platoniq/decidim-verifications-direct_verifications"
19
23
# gem "decidim-homepage_interactive_map", git: "https://github.com/OpenSourcePolitics/decidim-module-homepage_interactive_map.git"
20
24
# gem "decidim-initiatives_no_signature_allowed", git: "https://github.com/OpenSourcePolitics/decidim-module-initiatives_nosignature_allowed.git"
21
- gem "decidim-navbar_links" , git : "https://github.com/OpenSourcePolitics/decidim-module-navbar_links.git" , branch : "0.23-stable"
22
25
# gem "decidim-navigation_maps", git: "https://github.com/Platoniq/decidim-module-navigation_maps"
23
- gem "decidim-term_customizer" , git : "https://github.com/OpenSourcePolitics/decidim-module-term_customizer.git" , branch : "0.dev"
24
- gem "decidim-cookies" , git : "https://github.com/OpenSourcePolitics/decidim-module_cookies.git" , branch : "release/0.23-stable"
25
26
26
27
gem "bootsnap" , "~> 1.3"
27
28
@@ -41,7 +42,7 @@ gem "sprockets", "~> 3.7"
41
42
group :development , :test do
42
43
gem "byebug" , "~> 11.0" , platform : :mri
43
44
44
- gem "decidim-dev" , git : "https://github.com/decidim/decidim.git" , branch : "release/ 0.23-stable "
45
+ gem "decidim-dev" , " 0.23.5 "
45
46
# gem "decidim-dev", path: "../decidim"
46
47
end
47
48
0 commit comments