Skip to content

Commit

Permalink
Upgrade/0.27 (#112)
Browse files Browse the repository at this point in the history
* Upgrade Decidim to 0.27.4

* Add static pages

* Update .gitignore
  • Loading branch information
entantoencuanto authored Mar 12, 2024
1 parent 4a580d6 commit b3353ce
Show file tree
Hide file tree
Showing 205 changed files with 158,965 additions and 14,756 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
# Ignore Byebug command history file.
.byebug_history

# Ignore master key for decrypting credentials and more.
/config/master.key

# Ignore public uploads
public/uploads

Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.5
3.2.2
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

source 'https://rubygems.org'

ruby '2.7.5'
ruby '3.2.2'

DECIDIM_VERSION = "0.26.4"
DECIDIM_VERSION = "0.27.4"

gem 'decidim', git: "https://github.com/PopulateTools/decidim", branch: "release/0.26-stable-budgets-improvements"
gem "decidim", DECIDIM_VERSION
gem "decidim-verify_wo_registration", git: "https://github.com/PopulateTools/decidim-verify_wo_registration.git", branch: "improve-ui-texts"
gem "decidim-file_authorization_handler", git: "https://github.com/PopulateTools/decidim-file_authorization_handler.git", branch: "support-decidim-0-26-4"
gem "decidim-term_customizer", git: "https://github.com/mainio/decidim-module-term_customizer.git", branch: "release/0.26-stable"
gem "decidim-file_authorization_handler", git: "https://github.com/CodiTramuntana/decidim-file_authorization_handler.git", tag: "v0.27.1.5"
# gem "decidim-term_customizer", git: "https://github.com/mainio/decidim-module-term_customizer.git", branch: "release/0.26-stable"

gem 'puma'
gem 'sidekiq'
Expand Down
Loading

0 comments on commit b3353ce

Please sign in to comment.