Prepare for API v1 (PR #570)
This commit is contained in:
parent
d9ae0d11b0
commit
fd96b6ccc1
21 changed files with 536 additions and 217 deletions
4
Gemfile
4
Gemfile
|
|
@ -3,7 +3,6 @@ source "https://rubygems.org"
|
|||
|
||||
gem "rails", '~> 4.2'
|
||||
|
||||
|
||||
gem 'sass-rails'
|
||||
gem 'less-rails'
|
||||
gem 'uglifier', '>= 1.0.3'
|
||||
|
|
@ -30,6 +29,9 @@ gem 'simple_form'
|
|||
gem 'inherited_resources'
|
||||
gem 'localize_input', git: "https://github.com/bennibu/localize_input.git"
|
||||
gem 'daemons'
|
||||
gem 'doorkeeper'
|
||||
gem 'doorkeeper-i18n'
|
||||
gem 'rack-cors', require: 'rack/cors'
|
||||
gem 'twitter-bootstrap-rails', '~> 2.2.8'
|
||||
gem 'simple-navigation', '~> 3.14.0' # 3.x for simple_navigation_bootstrap
|
||||
gem 'simple-navigation-bootstrap'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue