Skip to content

Commit

Permalink
Merge pull request #320 from codeforjapan/v0243-comments-limit
Browse files Browse the repository at this point in the history
コメント制限機能をv0.24.3でも復活させる
  • Loading branch information
ayuki-joto authored Dec 28, 2021
2 parents 5e49b7d + 9a57871 commit 88aab8d
Show file tree
Hide file tree
Showing 178 changed files with 3,684 additions and 26,034 deletions.
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

0 comments on commit 88aab8d

Please sign in to comment.