From 6425828a8da89852d74bffca7c37fc3fe0f0edbc Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Mon, 16 Oct 2017 16:02:46 +0300 Subject: [PATCH] Clarify gem usage --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 2f7587fc9..1c2032252 100644 --- a/Gemfile +++ b/Gemfile @@ -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