Commit f7ed5dc457b4d0cbce7347eb5a6cf30e1e4d5af1

Authored by Vitor Baptista
1 parent 735a1dbc

Upgrading redis gem to ~> 3.0.1.

The old redis version don't works with newer redis-servers (i.e. 2.2.12, the
current version in Ubuntu 12.04 repositories). This version works with both the
older redis and the newer ones.
Gemfile
... ... @@ -21,7 +21,7 @@ gem "thoughtbot-clearance", "0.8.2",
21 21 :require => "clearance"
22 22 gem "fastercsv", "1.5.1"
23 23 gem "delayed_job", "2.0.6"
24   -gem "redis", "1.0.7"
  24 +gem "redis", "~> 3.0.1"
25 25 gem "newrelic_rpm", "3.3.0"
26 26  
27 27 gem "sendgrid", "0.1.4"
... ...
Gemfile.lock
... ... @@ -20,7 +20,7 @@ GEM
20 20 gherkin (~> 2.1.4)
21 21 json_pure (~> 1.4.3)
22 22 term-ansicolor (~> 1.0.4)
23   - daemons (1.1.8)
  23 + daemons (1.1.9)
24 24 delayed_job (2.0.6)
25 25 daemons
26 26 diff-lcs (1.1.3)
... ... @@ -55,7 +55,7 @@ GEM
55 55 activesupport (= 2.3.14)
56 56 rake (>= 0.8.3)
57 57 rake (0.9.2.2)
58   - redis (1.0.7)
  58 + redis (3.0.1)
59 59 responders (0.4.8)
60 60 rspec (1.3.2)
61 61 rspec-rails (1.3.4)
... ... @@ -100,7 +100,7 @@ DEPENDENCIES
100 100 paperclip (= 2.3.1)
101 101 rails (= 2.3.14)
102 102 rake (~> 0.9.2.2)
103   - redis (= 1.0.7)
  103 + redis (~> 3.0.1)
104 104 responders (= 0.4.8)
105 105 rspec (~> 1.3.1)
106 106 rspec-rails (= 1.3.4)
... ...
vendor/cache/daemons-1.1.8.gem
No preview for this file type
vendor/cache/daemons-1.1.9.gem 0 → 100644
No preview for this file type
vendor/cache/redis-1.0.7.gem
No preview for this file type
vendor/cache/redis-3.0.1.gem 0 → 100644
No preview for this file type