summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMrYummy <elemental428@gmail.com>2017-06-18 18:54:50 +0200
committerMrYummy <elemental428@gmail.com>2017-06-18 13:11:36 -0400
commit5e4e6583bba289f4c8cc1bd4e4da7d772a8423d9 (patch)
tree88d20cc7797006a613ffbee7091baee11f93ac7a
parent6d70fd330904e47112e890fdbe9a94a3efdfbe38 (diff)
Added action_caching gem to Gemfile.lock
-rw-r--r--Gemfile.lock9
1 files changed, 9 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 1e638b9..c04ca64 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -15,6 +15,14 @@ GIT
sass-rails (>= 3.2.0)
GIT
+ remote: git://github.com/antulik/actionpack-action_caching.git
+ revision: 8c6e52c69315d67437f480da5dce4b7c8737fb32
+ ref: 8c6e52c69315d67437f480da5dce4b7c8737fb32
+ specs:
+ actionpack-action_caching (1.2.0)
+ actionpack (>= 4.0.0, < 6)
+
+GIT
remote: git://github.com/jomo/kaminari.git
revision: e49066e94d77a6abb03a0819f3c4b0cc6923cb70
branch: patch-2
@@ -223,6 +231,7 @@ PLATFORMS
ruby
DEPENDENCIES
+ actionpack-action_caching!
activerecord-session_store
bcrypt
better_errors