Skip to content

Commit

Permalink
fix: Decidim version to 0.27 and update Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Nov 24, 2023
1 parent 4f064b7 commit 3d9a138
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ source "https://rubygems.org"

ruby RUBY_VERSION

gem "decidim"
gem "decidim", "~> 0.27.0"
gem "decidim-cleaner", path: "."

gem "bootsnap", "~> 1.4"
gem "puma", ">= 4.3"

group :development, :test do
gem "byebug", "~> 11.0", platform: :mri
gem "decidim-dev"
gem "decidim-dev", "~> 0.27.0"
gem "rubocop-faker"
end

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -801,9 +801,9 @@ PLATFORMS
DEPENDENCIES
bootsnap (~> 1.4)
byebug (~> 11.0)
decidim
decidim (~> 0.27.0)
decidim-cleaner!
decidim-dev
decidim-dev (~> 0.27.0)
faker (~> 2.14)
letter_opener_web (~> 2.0)
listen (~> 3.1)
Expand Down
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ def install_module(path)
Dir.chdir(path) do
system("bundle exec rake decidim_cleaner:install:migrations")
system("bundle exec rake db:migrate")
system("npm install --save-dev @babel/plugin-proposal-private-methods")
system("npm install --save-dev @babel/plugin-proposal-private-property-in-object")
system("bundle exec rake assets:precompile")
end
end

Expand Down

0 comments on commit 3d9a138

Please sign in to comment.