diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-10-09 17:46:53 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-10-09 17:46:53 +0300 |
commit | a1c16fc1b184114f5ef2dcf412a0284639b44f03 (patch) | |
tree | 1dec6afb8c4607d9b7604805d64d24d537663d43 | |
parent | e754e9d140ceef2882184679b72735b1e31be56a (diff) | |
download | gitlab-ci-a1c16fc1b184114f5ef2dcf412a0284639b44f03.tar.gz |
Remove unused gems
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 6 |
2 files changed, 0 insertions, 8 deletions
@@ -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 |