Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

コメント制限機能をv0.24.3でも復活させる #320

Merged
merged 2 commits into from
Dec 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ruby RUBY_VERSION

gem "decidim", "0.24.3"

# gem "decidim-comments", path: "decidim-comments"
gem "decidim-comments", path: "decidim-comments"

gem "decidim-decidim_awesome", "~> 0.7.0"

Expand Down
13 changes: 9 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
PATH
remote: decidim-comments
specs:
decidim-comments (0.24.3)
decidim-core (= 0.24.3)
jquery-rails (~> 4.4)
redcarpet (~> 3.5, >= 3.5.1)

PATH
remote: decidim-user_extension
specs:
Expand Down Expand Up @@ -195,10 +203,6 @@ GEM
decidim-core (= 0.24.3)
kaminari (~> 1.2, >= 1.2.1)
searchlight (~> 4.1)
decidim-comments (0.24.3)
decidim-core (= 0.24.3)
jquery-rails (~> 4.4)
redcarpet (~> 3.5, >= 3.5.1)
decidim-core (0.24.3)
active_link_to (~> 1.0)
anchored (~> 1.1)
Expand Down Expand Up @@ -885,6 +889,7 @@ DEPENDENCIES
bootsnap (~> 1.3)
byebug (~> 11.0)
decidim (= 0.24.3)
decidim-comments!
decidim-decidim_awesome (~> 0.7.0)
decidim-dev (= 0.24.3)
decidim-user_extension!
Expand Down
15 changes: 0 additions & 15 deletions decidim-comments/.eslintignore

This file was deleted.

277 changes: 0 additions & 277 deletions decidim-comments/.eslintrc.json

This file was deleted.

268 changes: 0 additions & 268 deletions decidim-comments/app/assets/javascripts/decidim/comments/bundle.js

This file was deleted.

Loading