Skip to content

Commit

Permalink
Compatibility with Decidim v0.25 (#61)
Browse files Browse the repository at this point in the history
* Bump Decidim version to 0.25

* Remove old assets

* Set new assets in packs with Webpacker

* Use pack helpers for images and importations

* Changes in card images

* Rubocopify

* Fix tests with image_pack_tag

* Bump module version

* Remove duplicated style importation

* Rubocopify
  • Loading branch information
laurajaime authored Jul 11, 2022
1 parent fe393d4 commit 8876e78
Show file tree
Hide file tree
Showing 83 changed files with 840 additions and 930 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Following Semantic Versioning 2.

## next version:

## Version 0.1.0 (MINOR)
- Increase minimum Decidim version to 0.25.2

## Version 0.0.15 (PATCH)
- Check if the file has any errors in format in the Challenges surveys.

Expand Down
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ source "https://rubygems.org"

ruby RUBY_VERSION

DECIDIM_VERSION = { git: "https://github.com/decidim/decidim", branch: "release/0.24-stable" }.freeze
DECIDIM_VERSION = { git: "https://github.com/decidim/decidim", branch: "release/0.25-stable" }.freeze

gem "decidim", DECIDIM_VERSION
gem "decidim-challenges", path: "."

gem "bootsnap", "~> 1.4"
gem "puma", ">= 4.3"
gem "uglifier", "~> 4.1"
# Remove this nokogiri forces version at any time but make sure that no __truncato_root__ text appears in the cards in general.
# More exactly in comments in the homepage and in processes cards in the processes listing
gem "nokogiri", "1.13.3"

group :development, :test do
gem "byebug", ">= 11.1.3"
Expand Down
Loading

0 comments on commit 8876e78

Please sign in to comment.