Add missing gem (since Rails 4.2 upgrade)
This commit is contained in:
parent
7d3d524107
commit
987f14c226
2 changed files with 18 additions and 0 deletions
1
Gemfile
1
Gemfile
|
|
@ -26,6 +26,7 @@ gem 'prawn-table'
|
|||
gem 'haml-rails'
|
||||
gem 'kaminari'
|
||||
gem 'simple_form'
|
||||
gem 'inherited_resources', git: 'git://github.com/josevalim/inherited_resources.git', branch: 'rails-4-2'
|
||||
gem 'localize_input', git: "git://github.com/bennibu/localize_input.git"
|
||||
gem 'daemons'
|
||||
gem 'twitter-bootstrap-rails', '~> 2.2.8'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue