feat(gems): update Gemfile

This commit is contained in:
Luis Castro 2019-07-27 14:39:40 +02:00
parent 28a0793377
commit cf5792d4e5
No known key found for this signature in database
GPG key ID: 0A8F33D4C4E27639

14
Gemfile
View file

@ -37,8 +37,10 @@ gem 'sprockets'
gem 'font_assets', '~> 0.1.14'
# Database (postgres)
gem 'pg' # Postgresql
gem 'pg', '~> 0.11'
gem 'qx', path: 'gems/ruby-qx'
gem 'dalli'
gem 'memcachier'
@ -72,9 +74,6 @@ gem 'httparty'
gem 'devise', '~> 4.4'
gem 'devise-async'
# https://github.com/airbrake/airbrake
gem 'airbrake', '~> 8.0.1'
# http://www.rubygeocoder.com/
gem 'geocoder' # for adding latitude and longitude to location-based tables
@ -142,9 +141,4 @@ gem 'grape-swagger'
gem 'grape-swagger-entity'
gem 'grape_url_validator'
gem 'grape_logging'
gem 'grape_devise'
#gem 'grape_devise', git: 'https://github.com/ericschultz/grape_devise.git'
#gem 'protected_attributes'
gem 'rack-ssl'
gem 'grape_devise', path: 'gems/grape_devise'