File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ gem 'unicorn'
36
36
37
37
# Deploy with Capistrano
38
38
gem 'capistrano'
39
+ gem 'rvm-capistrano'
39
40
40
41
# To use debugger
41
42
# gem 'debugger'
Original file line number Diff line number Diff line change 51
51
i18n (0.6.1 )
52
52
journey (1.0.4 )
53
53
jquery-rails (2.2.1 )
54
- railties (>= 3 .0 , < 5 .0 )
55
- thor (>= 0.14 , < 2.0 )
54
+ railties (< 5 .0 , >= 3 .0 )
55
+ thor (< 2.0 , >= 0.14 )
56
56
json (1.7.7 )
57
57
kgio (2.8.0 )
58
58
libv8 (3.11.8.17 )
92
92
rack-ssl (~> 1.3.2 )
93
93
rake (>= 0.8.7 )
94
94
rdoc (~> 3.4 )
95
- thor (>= 0.14.6 , < 2.0 )
95
+ thor (< 2.0 , >= 0.14.6 )
96
96
raindrops (0.11.0 )
97
97
rake (10.0.4 )
98
98
rdoc (3.12.2 )
99
99
json (~> 1.4 )
100
100
ref (1.0.4 )
101
+ rvm-capistrano (1.3.0 )
102
+ capistrano (>= 2.0.0 )
101
103
sass (3.2.8 )
102
104
sass-rails (3.2.6 )
103
105
railties (~> 3.2.0 )
107
109
hike (~> 1.2 )
108
110
multi_json (~> 1.0 )
109
111
rack (~> 1.0 )
110
- tilt (~> 1.1 , != 1.3.0 )
112
+ tilt (!= 1.3.0 , ~> 1.1 )
111
113
therubyracer (0.11.4 )
112
114
libv8 (~> 3.11.8.12 )
113
115
ref
119
121
tzinfo (0.3.37 )
120
122
uglifier (2.0.1 )
121
123
execjs (>= 0.3.0 )
122
- multi_json (~> 1.0 , >= 1.0.2 )
124
+ multi_json (>= 1.0.2 , ~> 1.0 )
123
125
unicorn (4.6.2 )
124
126
kgio (~> 2.6 )
125
127
rack
@@ -134,6 +136,7 @@ DEPENDENCIES
134
136
jquery-rails
135
137
mysql2
136
138
rails (= 3.2.13 )
139
+ rvm-capistrano
137
140
sass-rails (~> 3.2.3 )
138
141
therubyracer
139
142
uglifier (>= 1.0.3 )
You can’t perform that action at this time.
0 commit comments