Skip to content

Commit 452da70

Browse files
committed
Merge pull request unmantained-activeadmin-plugins#6 from matjack1/master
Add rack-cache dependency, needed for Dragonfly
2 parents 5bada66 + 8218f62 commit 452da70

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ PATH
2323
activeadmin-dragonfly (0.0.2)
2424
activeadmin
2525
dragonfly (= 0.9.15)
26+
rack-cache
2627

2728
GEM
2829
remote: https://rubygems.org/
@@ -107,6 +108,8 @@ GEM
107108
activerecord (>= 3.0)
108109
polyglot (0.3.3)
109110
rack (1.5.2)
111+
rack-cache (1.2)
112+
rack (>= 0.4)
110113
rack-test (0.6.2)
111114
rack (>= 1.0)
112115
rails (4.0.2)

activeadmin-dragonfly.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ Gem::Specification.new do |s|
1717

1818
s.add_dependency "activeadmin"
1919
s.add_dependency "dragonfly", "0.9.15"
20+
s.add_dependency "rack-cache"
2021
end
2122

0 commit comments

Comments
 (0)