rapnd-mikec54088 0.5.3 → 0.5.4
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +1 -1
- data/Gemfile.lock +2 -2
- data/rapnd.gemspec +1 -1
- metadata +1 -1
data/Gemfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
source "http://rubygems.org"
|
2
2
|
|
3
3
|
gem "hiredis", "~> 0.4.4"
|
4
|
-
gem "redis", "
|
4
|
+
gem "redis", "~> 3.0.0", :require => ["redis/connection/hiredis", "redis"]
|
5
5
|
gem 'activesupport'
|
6
6
|
gem 'daemons', '1.1.6'
|
7
7
|
gem 'i18n'
|
data/Gemfile.lock
CHANGED
@@ -16,7 +16,7 @@ GEM
|
|
16
16
|
metaclass (~> 0.0.1)
|
17
17
|
rake (0.9.3.beta.1)
|
18
18
|
rcov (0.9.11)
|
19
|
-
redis (
|
19
|
+
redis (3.0.1)
|
20
20
|
rspec (2.8.0)
|
21
21
|
rspec-core (~> 2.8.0)
|
22
22
|
rspec-expectations (~> 2.8.0)
|
@@ -38,5 +38,5 @@ DEPENDENCIES
|
|
38
38
|
jeweler
|
39
39
|
mocha
|
40
40
|
rcov
|
41
|
-
redis (
|
41
|
+
redis (~> 3.0.0)
|
42
42
|
rspec
|
data/rapnd.gemspec
CHANGED