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 0e9f6f9 commit 71b4c34Copy full SHA for 71b4c34
Gemfile
@@ -25,6 +25,7 @@ gem 'xml-simple', '~> 1.1.1'
25
gem 'hiredis' # Redis for caching
26
# gem 'newrelic-redis' blocks new relic updates
27
gem 'readthis' # Redis for caching
28
+gem 'redis', '~> 3.3.5'
29
30
gem 'doorkeeper'
31
gem 'gravtastic', '~> 3.2.6'
Gemfile.lock
@@ -246,7 +246,7 @@ GEM
246
readthis (2.2.0)
247
connection_pool (~> 2.1)
248
redis (>= 3.0, < 5.0)
249
- redis (4.0.1)
+ redis (3.3.5)
250
representable (3.0.4)
251
declarative (< 0.1.0)
252
declarative-option (< 0.2.0)
@@ -394,6 +394,7 @@ DEPENDENCIES
394
rails (~> 4.2.0)
395
rake
396
readthis
397
+ redis (~> 3.3.5)
398
responders (~> 2.0)
399
rest-client (~> 1.8.0)
400
rspec (~> 3.5.0)
0 commit comments