Skip to content

Commit 0d98d1b

Browse files
committed
Improve Gemfile instructions in readme
No need to add `jquery-rails` or `select2-rails` to your `Gemfile`. Installed as dependencies of this gem, required in engine file.
1 parent c9373a9 commit 0d98d1b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ allow defining JSON endpoints to fetch options from asynchronously.
99

1010
## Installation
1111

12-
Ensure `activeadmin`, `jquery-rails` and `select2-rails` are part of
13-
your Gemfile:
14-
15-
```ruby
16-
gem 'activeadmin'
17-
gem 'jquery-rails'
18-
gem 'select2-rails'
19-
```
20-
2112
Add `activeadmin-searchable_select` to your Gemfile:
2213

2314
```ruby

0 commit comments

Comments
 (0)