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 7b28202 commit 008f905Copy full SHA for 008f905
Gemfile
@@ -5,4 +5,5 @@ gemspec
5
group :test do
6
gem "rack-test", "~> 0.5"
7
gem "mocha", "~> 0.9.7"
8
+ gem "leftright", :platforms => :mri_18
9
end
Gemfile.lock
@@ -17,14 +17,15 @@ GEM
17
activesupport
18
builder
19
json (1.5.1)
20
+ leftright (0.9.1)
21
mocha (0.9.7)
22
rake
23
rack (1.2.2)
24
rack-test (0.5.7)
25
rack (>= 1.0)
26
rake (0.8.7)
27
redis (2.2.0)
- redis-namespace (0.10.0)
28
+ redis-namespace (1.0)
29
redis (< 3.0.0)
30
sinatra (1.2.6)
31
rack (~> 1.1)
@@ -37,6 +38,7 @@ PLATFORMS
37
38
ruby
39
40
DEPENDENCIES
41
+ leftright
42
mocha (~> 0.9.7)
43
rack-test (~> 0.5)
44
resque!
0 commit comments