Commit 3a959a68ec6c6b18107855979a783d1529105a02
1 parent
973f9d30
Exists in
spb-stable
and in
3 other branches
Remove unused gems
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
2 changed files
with
0 additions
and
8 deletions
Show diff stats
Gemfile
... | ... | @@ -12,8 +12,6 @@ gem "rails", "~> 4.0.0" |
12 | 12 | |
13 | 13 | gem "protected_attributes" |
14 | 14 | gem 'rails-observers' |
15 | -gem 'actionpack-page_caching' | |
16 | -gem 'actionpack-action_caching' | |
17 | 15 | |
18 | 16 | # Default values for AR models |
19 | 17 | gem "default_value_for", "~> 3.0.0" | ... | ... |
Gemfile.lock
... | ... | @@ -27,10 +27,6 @@ GEM |
27 | 27 | erubis (~> 2.7.0) |
28 | 28 | rack (~> 1.5.2) |
29 | 29 | rack-test (~> 0.6.2) |
30 | - actionpack-action_caching (1.1.0) | |
31 | - actionpack (>= 4.0.0, < 5.0) | |
32 | - actionpack-page_caching (1.0.2) | |
33 | - actionpack (>= 4.0.0, < 5) | |
34 | 30 | activemodel (4.0.3) |
35 | 31 | activesupport (= 4.0.3) |
36 | 32 | builder (~> 3.1.0) |
... | ... | @@ -567,8 +563,6 @@ PLATFORMS |
567 | 563 | |
568 | 564 | DEPENDENCIES |
569 | 565 | ace-rails-ap |
570 | - actionpack-action_caching | |
571 | - actionpack-page_caching | |
572 | 566 | acts-as-taggable-on |
573 | 567 | annotate (~> 2.6.0.beta2) |
574 | 568 | asciidoctor | ... | ... |