Merge pull request #615 from internetee/clarify-gem-usage

Clarify gem usage
This commit is contained in:
Timo Võhmar 2017-11-15 11:56:24 +02:00 committed by GitHub
commit c1a757d7fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,6 @@ source 'https://rubygems.org'
# core
gem 'SyslogLogger', '2.0', require: 'syslog/logger'
gem 'hashie-forbidden_attributes', '0.1.1'
gem 'iso8601', '0.8.6' # for dates and times
gem 'rails', '4.2.7.1' # when update, all initializers eis_custom files needs check/update
gem 'rest-client'
@ -60,6 +59,7 @@ gem 'devise', '3.5.4' # authenitcation
# rest api
gem 'grape', '0.12.0'
gem 'hashie-forbidden_attributes', '0.1.1' # For grape, https://github.com/ruby-grape/grape#rails
gem 'jbuilder', '2.2.16' # json api
# registry specfic