Skip to content

Commit

Permalink
Merge pull request #39 from goosys/doc/issue-9
Browse files Browse the repository at this point in the history
doc: Update README.md
  • Loading branch information
goosys authored Sep 9, 2024
2 parents 6dbdd27 + 5be1dba commit ecc7e8f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
- [x] Copy Field::Enumerize
- [x] RoleAwareResourceResolver
- [x] Refine Field::NestedHasMany & Field::HasMany
- [ ] Enhance AdministrateRansack
- [ ] CSV Download
- [x] Enhance AdministrateRansack
- [x] CSV Download
- [ ] CSV Import
- [x] Add hooks before and after each section of each page

Expand Down Expand Up @@ -37,11 +37,12 @@ $ brew install graphicsmagick
Add the following to your Gemfile.

```ruby
gem "sassc-rails"
gem "csb"
gem "enumerize"
gem 'rails-i18n'
gem "refile", require: "refile/rails", github: "vitalinfo/refile", branch: "latest_ruby_rails"
gem "refile-mini_magick"
gem "sassc-rails"

gem "administrate", github: "goosys/administrate", branch: "feature/contextualize"
gem "administrate-mistybird", github: "goosys/misty-bird-7370"
Expand Down

0 comments on commit ecc7e8f

Please sign in to comment.