Skip to content

Commit ee76d9d

Browse files
authored
Merge pull request #527 from wri/feature/improve-documents-removal-script
improve documents removal script by ability to remove by file ids
2 parents 03eb642 + 8c1b3f1 commit ee76d9d

File tree

5 files changed

+162
-130
lines changed

5 files changed

+162
-130
lines changed

.rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ inherit_from: .rubocop_todo.yml
22

33
require:
44
- standard
5+
6+
plugins:
57
- rubocop-rails
68

79
inherit_gem:

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ gem "sprockets-rails"
2727
gem "active_skin"
2828

2929
# WYSIWYG
30-
gem "activeadmin_quill_editor"
30+
gem "activeadmin_quill_editor", "~> 1.0"
3131

3232
# Graphs
3333
gem "chartkick"

0 commit comments

Comments
 (0)