Skip to content

Commit

Permalink
Add compatibility with Decidim 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
laurajaime committed Nov 9, 2023
1 parent c66e85f commit 8cc9967
Show file tree
Hide file tree
Showing 6 changed files with 278 additions and 297 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.3
2.7.5
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

ruby RUBY_VERSION

gem "decidim", git: "https://github.com/decidim/decidim", tag: "v0.27.2"
gem "decidim", git: "https://github.com/decidim/decidim", tag: "v0.26.8"
gem "decidim-survey_results", path: "."

gem "puma", ">= 4.3"
Expand All @@ -16,7 +16,7 @@ gem "psych", "< 4"
group :development, :test do
gem "byebug", "~> 11.0", platform: :mri

gem "decidim-dev", git: "https://github.com/decidim/decidim", tag: "v0.27.2"
gem "decidim-dev", git: "https://github.com/decidim/decidim", tag: "v0.26.8"
gem 'i18n-tasks'
end

Expand Down
Loading

0 comments on commit 8cc9967

Please sign in to comment.