Skip to content

Commit

Permalink
Merge pull request #62 from octree-gva/fix/sitemap
Browse files Browse the repository at this point in the history
fix: sitemap gem installation
  • Loading branch information
RCheesley authored Jan 10, 2024
2 parents ae3acc7 + fb28ea4 commit 573eb9f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ gem 'omniauth_openid_connect'

gem "wicked_pdf", "~> 2.1"

gem 'decidim-sitemaps'

group :development, :test do
gem "byebug", "~> 11.0", platform: :mri

Expand Down
11 changes: 11 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
GIT
remote: https://git.fpfis.tech.ec.europa.eu/future-of-europe/digit-cofe-libraries/digit-cofe-sitemap.git
revision: 55faa024b7687ee0804545df494b862b1118dd11
specs:
decidim-sitemaps (0.1.0)
decidim-core
sitemap_generator

GIT
remote: https://git.octree.ch/decidim/decidim-module-only_forms
revision: 153848b1a0cfc3ccacc84ef122e4f3d063844efb
Expand Down Expand Up @@ -791,6 +799,8 @@ GEM
simplecov (~> 0.19)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sitemap_generator (6.3.0)
builder (~> 3.0)
smart_properties (1.17.0)
snaky_hash (2.0.1)
hashie
Expand Down Expand Up @@ -889,6 +899,7 @@ DEPENDENCIES
decidim-decidim_awesome (>= 0.10)
decidim-dev (= 0.27.5)
decidim-only_forms!
decidim-sitemaps!
decidim-term_customizer!
faker (~> 2.14)
letter_opener_web (~> 2.0)
Expand Down
2 changes: 2 additions & 0 deletions config/voca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ voca:
decidim-only_forms:
git: "https://git.octree.ch/decidim/decidim-module-only_forms"
branch: "release/0.27-stable"
decidim-sitemaps:
git: "https://git.fpfis.tech.ec.europa.eu/future-of-europe/digit-cofe-libraries/digit-cofe-sitemap.git"

0 comments on commit 573eb9f

Please sign in to comment.