From 6bf2b83700d3a02e83f5e4070e1a1afcc1f7f1fd Mon Sep 17 00:00:00 2001 From: yui-knk Date: Sat, 7 Mar 2015 13:49:08 +0900 Subject: [ci skip] Fix `AS` and `AR` to full name --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 4db7994309..2fdcec062c 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ group :doc do gem 'kindlerb', '0.1.1' end -# AS +# ActiveSupport gem 'dalli', '>= 2.2.1' # ActiveJob @@ -82,7 +82,7 @@ platforms :ruby do # Needed for compiling the ActionDispatch::Journey parser gem 'racc', '>=1.4.6', require: false - # AR + # ActiveRecord gem 'sqlite3', '~> 1.3.6' group :db do -- cgit v1.2.3