Skip to content

Commit

Permalink
fix: Downgrade Decidim_Awesome and rubocop fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AyakorK committed Nov 27, 2023
1 parent da43562 commit 697959a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,9 @@ GEM
decidim-debates (0.26.8)
decidim-comments (= 0.26.8)
decidim-core (= 0.26.8)
decidim-decidim_awesome (0.10.1)
decidim-admin (>= 0.26.0, < 0.28)
decidim-core (>= 0.26.0, < 0.28)
decidim-decidim_awesome (0.8.3)
decidim-admin (>= 0.25.0, < 0.27)
decidim-core (>= 0.25.0, < 0.27)
deface (>= 1.5)
sassc (~> 2.3)
decidim-dev (0.26.8)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

# This migration comes from decidim_decidim_awesome (originally 20231006113837)

class CreateDecidimAwesomeVoteWeights < ActiveRecord::Migration[6.0]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

# This migration comes from decidim_decidim_awesome (originally 20231006113841)

class CreateDecidimAwesomeProposalExtraFields < ActiveRecord::Migration[6.0]
Expand Down

0 comments on commit 697959a

Please sign in to comment.