Skip to content

Commit 8d10d03

Browse files
committed
Remove dependency of "coffee-rails" gem
1 parent c641d42 commit 8d10d03

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ And then execute:
2929
$ bundle
3030
```
3131

32-
Add the following line at the end of "app/assets/javascript/active_admin.js.coffee":
32+
Add the following line at the end of "app/assets/javascript/active_admin.js":
3333

3434
```javascript
3535
//= require active_admin_scoped_collection_actions

active_admin_scoped_collection_actions.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ Gem::Specification.new do |spec|
1717
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
1818
spec.require_paths = ["lib"]
1919

20-
spec.add_dependency "coffee-rails"
2120
spec.add_dependency "activeadmin", ">= 1.1", "< 3.a"
2221
end

0 commit comments

Comments
 (0)