aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Schneeman <richard.schneeman@gmail.com>2015-03-06 23:02:07 -0600
committerRichard Schneeman <richard.schneeman@gmail.com>2015-03-06 23:02:07 -0600
commited9589ee62c3e19971d620aeab9c7e811cf154c4 (patch)
treecdfd0ce277c4429fb98e154996c94f4a616401bd
parent387e7be458338db110f8a1ceeaf5952b39133a08 (diff)
parent6bf2b83700d3a02e83f5e4070e1a1afcc1f7f1fd (diff)
downloadrails-ed9589ee62c3e19971d620aeab9c7e811cf154c4.tar.gz
rails-ed9589ee62c3e19971d620aeab9c7e811cf154c4.tar.bz2
rails-ed9589ee62c3e19971d620aeab9c7e811cf154c4.zip
Merge pull request #19241 from yui-knk/fix/comment
[ci skip] Fix `AS` and `AR` to full name
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
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