Skip to content

Commit cdde673

Browse files
author
MoretS
committed
Bump to 0.23.6
1 parent 9bb0d5e commit cdde673

File tree

2 files changed

+155
-153
lines changed

2 files changed

+155
-153
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ source "https://rubygems.org"
44

55
ruby RUBY_VERSION
66

7-
gem "decidim", "0.23.5"
7+
gem "decidim", "0.23.6"
88
# gem "decidim", path: "../decidim"
99

1010
# gem "decidim-conferences", git: "https://github.com/decidim/decidim.git", branch: "release/0.23-stable"
1111
# gem "decidim-consultations", git: "https://github.com/decidim/decidim.git", branch: "release/0.23-stable"
1212
# gem "decidim-initiatives", git: "https://github.com/decidim/decidim.git", branch: "release/0.23-stable"
1313

1414
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"
15+
gem "decidim-decidim_awesome", "~> 0.6.0"
1616
gem "decidim-navbar_links", git: "https://github.com/OpenSourcePolitics/decidim-module-navbar_links.git", branch: "0.23.5"
1717
gem "decidim-term_customizer", git: "https://github.com/mainio/decidim-module-term_customizer.git", branch: "0.23-stable"
1818

@@ -42,7 +42,7 @@ gem "sprockets", "~> 3.7"
4242
group :development, :test do
4343
gem "byebug", "~> 11.0", platform: :mri
4444

45-
gem "decidim-dev", "0.23.5"
45+
gem "decidim-dev", "0.23.6"
4646
# gem "decidim-dev", path: "../decidim"
4747
end
4848

0 commit comments

Comments
 (0)