Skip to content

Commit

Permalink
bump to v0.23.6 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois authored Jun 14, 2021
1 parent 5be5ec2 commit 36fd381
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 143 deletions.
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.23.2"
gem "decidim", git: "https://github.com/decidim/decidim", tag: "v0.23.6"
gem "decidim-homepage_interactive_map", path: "."

gem "bootsnap"
Expand All @@ -14,7 +14,7 @@ gem "uglifier", "~> 4.1"
group :development, :test do
gem "byebug", "~> 11.0", platform: :mri

gem "decidim-dev", git: "https://github.com/decidim/decidim", tag: "v0.23.2"
gem "decidim-dev", git: "https://github.com/decidim/decidim", tag: "v0.23.6"
end

group :development do
Expand Down
Loading

0 comments on commit 36fd381

Please sign in to comment.