Skip to content

Commit

Permalink
bump: To decidim v0.26.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Dec 22, 2023
1 parent c0793ab commit 480f9bd
Show file tree
Hide file tree
Showing 13 changed files with 8,551 additions and 8,381 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ ruby RUBY_VERSION
gem "dotenv-rails", require: "dotenv/rails-now"

# Core gems
gem "decidim", "~> #{DECIDIM_VERSION}.0"
gem "decidim-conferences", "~> #{DECIDIM_VERSION}.0"
gem "decidim-templates", "~> #{DECIDIM_VERSION}.0"
gem "decidim", git: "https://github.com/decidim/decidim", branch: DECIDIM_BRANCH
gem "decidim-conferences", git: "https://github.com/decidim/decidim", branch: DECIDIM_BRANCH
gem "decidim-templates", git: "https://github.com/decidim/decidim", branch: DECIDIM_BRANCH

# External Decidim gems
gem "decidim-cache_cleaner"
Expand Down Expand Up @@ -58,7 +58,7 @@ group :development, :test do
gem "brakeman", "~> 5.1"
gem "byebug", "~> 11.0", platform: :mri
gem "climate_control", "~> 1.2"
gem "decidim-dev", "~> #{DECIDIM_VERSION}.0"
gem "decidim-dev", git: "https://github.com/decidim/decidim", branch: DECIDIM_BRANCH
gem "parallel_tests"
end

Expand Down
Loading

0 comments on commit 480f9bd

Please sign in to comment.