Removing grape and adding devise
This commit is contained in:
parent
3b4e04dc32
commit
7e93da3f8d
9 changed files with 400 additions and 58 deletions
6
Gemfile
6
Gemfile
|
@ -16,10 +16,6 @@ gem 'pg'
|
|||
gem 'dotenv-rails'
|
||||
gem 'font-awesome-sass'
|
||||
|
||||
gem 'grape'
|
||||
gem 'grape-route-helpers'
|
||||
gem 'grape-entity'
|
||||
gem 'hashie-forbidden_attributes'
|
||||
gem 'paranoia', '~> 2.0'
|
||||
gem 'paperclip', '~> 4.3'
|
||||
gem 'backport_new_renderer'
|
||||
|
@ -29,12 +25,12 @@ gem 'addressable'
|
|||
gem 'nokogiri'
|
||||
gem 'ostatus2'
|
||||
gem 'goldfinger'
|
||||
gem 'devise'
|
||||
|
||||
group :development, :test do
|
||||
gem 'rspec-rails'
|
||||
gem 'quiet_assets'
|
||||
gem 'pry-rails'
|
||||
gem 'nyan-cat-formatter'
|
||||
gem 'fuubar'
|
||||
gem 'fabrication'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue