Skip to content

Commit

Permalink
fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
antopalidi committed Mar 27, 2024
1 parent 740e6fc commit afe0e71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -777,8 +777,8 @@ DEPENDENCIES
bootsnap (~> 1.7)
byebug (~> 11.0)
codecov
decidim (= 0.28.0)
decidim-dev (= 0.28.0)
decidim (= 0.28)
decidim-dev (= 0.28)
decidim-participatory_documents!
faker (~> 3.2)
letter_opener_web
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ def change
t.references :decidim_user_group, null: true, index: { name: "decidim_pd_suggestion_user_group" }
t.string :state, default: :not_answered, index: { name: "decidim_pd_suggestion_state" }
t.datetime :answered_at, index: { name: "decidim_pd_suggestion_answered" }
# rubocop:disable Rails/ThreeStateBooleanColumn
t.boolean :answer_is_published, default: false
# rubocop:enable Rails/ThreeStateBooleanColumn
t.jsonb :answer
t.timestamps
end
Expand Down

0 comments on commit afe0e71

Please sign in to comment.