Tinkered with Capistrano config
[feedcatcher.git] / Gemfile.lock
1 GEM
2 remote: https://rubygems.org/
3 specs:
4 actionmailer (4.0.2)
5 actionpack (= 4.0.2)
6 mail (~> 2.5.4)
7 actionpack (4.0.2)
8 activesupport (= 4.0.2)
9 builder (~> 3.1.0)
10 erubis (~> 2.7.0)
11 rack (~> 1.5.2)
12 rack-test (~> 0.6.2)
13 activemodel (4.0.2)
14 activesupport (= 4.0.2)
15 builder (~> 3.1.0)
16 activerecord (4.0.2)
17 activemodel (= 4.0.2)
18 activerecord-deprecated_finders (~> 1.0.2)
19 activesupport (= 4.0.2)
20 arel (~> 4.0.0)
21 activerecord-deprecated_finders (1.0.3)
22 activesupport (4.0.2)
23 i18n (~> 0.6, >= 0.6.4)
24 minitest (~> 4.2)
25 multi_json (~> 1.3)
26 thread_safe (~> 0.1)
27 tzinfo (~> 0.3.37)
28 arel (4.0.1)
29 atomic (1.1.14)
30 builder (3.1.4)
31 capistrano (3.0.1)
32 i18n
33 rake (>= 10.0.0)
34 sshkit (>= 0.0.23)
35 capistrano-bundler (1.1.1)
36 capistrano (~> 3.0)
37 sshkit (>= 1.2.0)
38 capistrano-rails (1.1.0)
39 capistrano (>= 3.0.0)
40 capistrano-bundler (>= 1.0.0)
41 capistrano-rvm (0.0.3)
42 capistrano
43 coffee-rails (4.0.1)
44 coffee-script (>= 2.2.0)
45 railties (>= 4.0.0, < 5.0)
46 coffee-script (2.2.0)
47 coffee-script-source
48 execjs
49 coffee-script-source (1.6.3)
50 diff-lcs (1.2.5)
51 erubis (2.7.0)
52 execjs (2.0.2)
53 factory_girl (4.3.0)
54 activesupport (>= 3.0.0)
55 factory_girl_rails (4.3.0)
56 factory_girl (~> 4.3.0)
57 railties (>= 3.0.0)
58 hike (1.2.3)
59 i18n (0.6.9)
60 jbuilder (1.5.3)
61 activesupport (>= 3.0.0)
62 multi_json (>= 1.2.0)
63 jquery-rails (3.0.4)
64 railties (>= 3.0, < 5.0)
65 thor (>= 0.14, < 2.0)
66 json (1.8.1)
67 mail (2.5.4)
68 mime-types (~> 1.16)
69 treetop (~> 1.4.8)
70 mime-types (1.25.1)
71 minitest (4.7.5)
72 multi_json (1.8.2)
73 net-scp (1.1.2)
74 net-ssh (>= 2.6.5)
75 net-ssh (2.7.0)
76 pg (0.17.1)
77 polyglot (0.3.3)
78 rack (1.5.2)
79 rack-test (0.6.2)
80 rack (>= 1.0)
81 rails (4.0.2)
82 actionmailer (= 4.0.2)
83 actionpack (= 4.0.2)
84 activerecord (= 4.0.2)
85 activesupport (= 4.0.2)
86 bundler (>= 1.3.0, < 2.0)
87 railties (= 4.0.2)
88 sprockets-rails (~> 2.0.0)
89 railties (4.0.2)
90 actionpack (= 4.0.2)
91 activesupport (= 4.0.2)
92 rake (>= 0.8.7)
93 thor (>= 0.18.1, < 2.0)
94 rake (10.1.1)
95 rdoc (3.12.2)
96 json (~> 1.4)
97 rspec-core (2.14.7)
98 rspec-expectations (2.14.4)
99 diff-lcs (>= 1.1.3, < 2.0)
100 rspec-mocks (2.14.4)
101 rspec-rails (2.14.1)
102 actionpack (>= 3.0)
103 activemodel (>= 3.0)
104 activesupport (>= 3.0)
105 railties (>= 3.0)
106 rspec-core (~> 2.14.0)
107 rspec-expectations (~> 2.14.0)
108 rspec-mocks (~> 2.14.0)
109 sass (3.2.13)
110 sass-rails (4.0.1)
111 railties (>= 4.0.0, < 5.0)
112 sass (>= 3.1.10)
113 sprockets-rails (~> 2.0.0)
114 sdoc (0.3.20)
115 json (>= 1.1.3)
116 rdoc (~> 3.10)
117 sprockets (2.10.1)
118 hike (~> 1.2)
119 multi_json (~> 1.0)
120 rack (~> 1.0)
121 tilt (~> 1.1, != 1.3.0)
122 sprockets-rails (2.0.1)
123 actionpack (>= 3.0)
124 activesupport (>= 3.0)
125 sprockets (~> 2.8)
126 sshkit (1.3.0)
127 net-scp (>= 1.1.2)
128 net-ssh
129 term-ansicolor
130 term-ansicolor (1.2.2)
131 tins (~> 0.8)
132 thor (0.18.1)
133 thread_safe (0.1.3)
134 atomic
135 tilt (1.4.1)
136 tins (0.13.1)
137 treetop (1.4.15)
138 polyglot
139 polyglot (>= 0.3.1)
140 turbolinks (2.1.0)
141 coffee-rails
142 tzinfo (0.3.38)
143 uglifier (2.4.0)
144 execjs (>= 0.3.0)
145 json (>= 1.8.0)
146
147 PLATFORMS
148 ruby
149
150 DEPENDENCIES
151 capistrano (~> 3.0)
152 capistrano-bundler (>= 1.1.0)
153 capistrano-rails (~> 1.1)
154 capistrano-rvm
155 coffee-rails (~> 4.0.0)
156 factory_girl_rails
157 jbuilder (~> 1.2)
158 jquery-rails
159 pg
160 rails (= 4.0.2)
161 rspec-rails
162 sass-rails (~> 4.0.0)
163 sdoc
164 turbolinks
165 uglifier (>= 1.3.0)