API v1 user endpoint
This commit is contained in:
parent
fd96b6ccc1
commit
110c7cc3e9
7 changed files with 31 additions and 0 deletions
|
|
@ -70,6 +70,11 @@ GEM
|
|||
erubis (~> 2.7.0)
|
||||
rails-dom-testing (~> 1.0, >= 1.0.5)
|
||||
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
||||
active_model_serializers (0.10.7)
|
||||
actionpack (>= 4.1, < 6)
|
||||
activemodel (>= 4.1, < 6)
|
||||
case_transform (>= 0.2)
|
||||
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
|
||||
activejob (4.2.10)
|
||||
activesupport (= 4.2.10)
|
||||
globalid (>= 0.3.0)
|
||||
|
|
@ -115,6 +120,8 @@ GEM
|
|||
capybara-webkit (1.14.0)
|
||||
capybara (>= 2.3.0, < 2.14.0)
|
||||
json
|
||||
case_transform (0.2)
|
||||
activesupport
|
||||
chronic (0.10.2)
|
||||
coderay (1.1.2)
|
||||
coffee-rails (4.2.2)
|
||||
|
|
@ -210,6 +217,7 @@ GEM
|
|||
railties (>= 4.2.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
json (2.1.0)
|
||||
jsonapi-renderer (0.2.0)
|
||||
kaminari (1.1.1)
|
||||
activesupport (>= 4.1.0)
|
||||
kaminari-actionview (= 1.1.1)
|
||||
|
|
@ -488,6 +496,7 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
active_model_serializers (~> 0.10.0)
|
||||
acts_as_tree
|
||||
acts_as_versioned!
|
||||
attribute_normalizer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue