We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ba5c8 commit 77b9693Copy full SHA for 77b9693
suo.gemspec
@@ -28,4 +28,16 @@ Gem::Specification.new do |spec|
28
spec.add_development_dependency "rubocop", "~> 0.49.0"
29
spec.add_development_dependency "minitest", "~> 5.5.0"
30
spec.add_development_dependency "codeclimate-test-reporter", "~> 0.4.7"
31
+
32
+ spec.post_install_message = %q{
33
+ 'dalli' and 'redis' are not a dependency of 'suo' anymore.
34
35
+ Please make sure to add the gem you use to your gemfile.
36
37
+ If you use `Suo::Client::Memcached`:
38
+ gem 'dalli'
39
40
+ If you use `Suo::Client::Redis`:
41
+ gem 'redis'
42
+ }
43
end
0 commit comments