Skip to content

Commit

Permalink
Bump decidim from 0.28.1 to 0.28.2 (#11)
Browse files Browse the repository at this point in the history
* Bump to decidim 0.28.2

* Fix custom_styles_spec.rb to rspec suggestion

* package dependencies to 0.28.2 and npm i

* Decidim version is now a variable in the gemfile -- dont repeat yourself

* search and replace all instances where decidim version variable should be used

* Include commented gems with decidim variable

---------

Co-authored-by: Harrison Hassig <[email protected]>
  • Loading branch information
HHassig and Harrison Hassig authored Jul 24, 2024
1 parent fd191a4 commit c6588bf
Show file tree
Hide file tree
Showing 149 changed files with 1,486 additions and 419 deletions.
16 changes: 9 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ source "https://rubygems.org"

ruby RUBY_VERSION

gem "decidim", "0.28.1"
# gem "decidim-conferences", "0.28.1"
# gem "decidim-design", "0.28.1"
# gem "decidim-elections", "0.28.1"
# gem "decidim-initiatives", "0.28.1"
gem "decidim-templates", "0.28.1"
DECIDIM_VERSION = "0.28.2"

gem "decidim", DECIDIM_VERSION
# gem "decidim-conferences", DECIDIM_VERSION
# gem "decidim-design", DECIDIM_VERSION
# gem "decidim-elections", DECIDIM_VERSION
# gem "decidim-initiatives", DECIDIM_VERSION
gem "decidim-templates", DECIDIM_VERSION

gem "decidim-decidim_awesome", git: "https://github.com/decidim-ice/decidim-module-decidim_awesome", branch: "develop"
gem "decidim-ub"
Expand All @@ -24,7 +26,7 @@ group :development, :test do
gem "byebug", "~> 11.0", platform: :mri

gem "brakeman", "~> 5.4"
gem "decidim-dev", "0.28.1"
gem "decidim-dev", DECIDIM_VERSION
gem "mdl"
gem "net-imap", "~> 0.2.3"
gem "net-pop", "~> 0.1.1"
Expand Down
Loading

0 comments on commit c6588bf

Please sign in to comment.