summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-10-09 17:46:53 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-10-09 17:46:53 +0300
commita1c16fc1b184114f5ef2dcf412a0284639b44f03 (patch)
tree1dec6afb8c4607d9b7604805d64d24d537663d43
parente754e9d140ceef2882184679b72735b1e31be56a (diff)
downloadgitlab-ci-a1c16fc1b184114f5ef2dcf412a0284639b44f03.tar.gz
Remove unused gems
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock6
2 files changed, 0 insertions, 8 deletions
diff --git a/Gemfile b/Gemfile
index 5cde880..35bea8b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,8 +10,6 @@ end
gem 'rails', '4.0.10'
gem 'protected_attributes'
-gem 'actionpack-page_caching'
-gem 'actionpack-action_caching'
gem 'activerecord-deprecated_finders'
gem 'activerecord-session_store'
diff --git a/Gemfile.lock b/Gemfile.lock
index 7192139..be8f8c5 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -10,10 +10,6 @@ GEM
erubis (~> 2.7.0)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
- actionpack-action_caching (1.1.0)
- actionpack (>= 4.0.0, < 5.0)
- actionpack-page_caching (1.0.2)
- actionpack (>= 4.0.0, < 5)
activemodel (4.0.10)
activesupport (= 4.0.10)
builder (~> 3.1.0)
@@ -307,8 +303,6 @@ PLATFORMS
ruby
DEPENDENCIES
- actionpack-action_caching
- actionpack-page_caching
activerecord-deprecated_finders
activerecord-session_store
annotate