More tinkering with feed controller spec
[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 coffee-rails (4.0.1)
36 coffee-script (>= 2.2.0)
37 railties (>= 4.0.0, < 5.0)
38 coffee-script (2.2.0)
39 coffee-script-source
40 execjs
41 coffee-script-source (1.6.3)
42 diff-lcs (1.2.5)
43 erubis (2.7.0)
44 execjs (2.0.2)
45 factory_girl (4.3.0)
46 activesupport (>= 3.0.0)
47 factory_girl_rails (4.3.0)
48 factory_girl (~> 4.3.0)
49 railties (>= 3.0.0)
50 hike (1.2.3)
51 i18n (0.6.9)
52 jbuilder (1.5.3)
53 activesupport (>= 3.0.0)
54 multi_json (>= 1.2.0)
55 jquery-rails (3.0.4)
56 railties (>= 3.0, < 5.0)
57 thor (>= 0.14, < 2.0)
58 json (1.8.1)
59 mail (2.5.4)
60 mime-types (~> 1.16)
61 treetop (~> 1.4.8)
62 mime-types (1.25.1)
63 minitest (4.7.5)
64 multi_json (1.8.2)
65 net-scp (1.1.2)
66 net-ssh (>= 2.6.5)
67 net-ssh (2.7.0)
68 pg (0.17.1)
69 polyglot (0.3.3)
70 rack (1.5.2)
71 rack-test (0.6.2)
72 rack (>= 1.0)
73 rails (4.0.2)
74 actionmailer (= 4.0.2)
75 actionpack (= 4.0.2)
76 activerecord (= 4.0.2)
77 activesupport (= 4.0.2)
78 bundler (>= 1.3.0, < 2.0)
79 railties (= 4.0.2)
80 sprockets-rails (~> 2.0.0)
81 railties (4.0.2)
82 actionpack (= 4.0.2)
83 activesupport (= 4.0.2)
84 rake (>= 0.8.7)
85 thor (>= 0.18.1, < 2.0)
86 rake (10.1.1)
87 rdoc (3.12.2)
88 json (~> 1.4)
89 rspec-core (2.14.7)
90 rspec-expectations (2.14.4)
91 diff-lcs (>= 1.1.3, < 2.0)
92 rspec-mocks (2.14.4)
93 rspec-rails (2.14.1)
94 actionpack (>= 3.0)
95 activemodel (>= 3.0)
96 activesupport (>= 3.0)
97 railties (>= 3.0)
98 rspec-core (~> 2.14.0)
99 rspec-expectations (~> 2.14.0)
100 rspec-mocks (~> 2.14.0)
101 sass (3.2.13)
102 sass-rails (4.0.1)
103 railties (>= 4.0.0, < 5.0)
104 sass (>= 3.1.10)
105 sprockets-rails (~> 2.0.0)
106 sdoc (0.3.20)
107 json (>= 1.1.3)
108 rdoc (~> 3.10)
109 sprockets (2.10.1)
110 hike (~> 1.2)
111 multi_json (~> 1.0)
112 rack (~> 1.0)
113 tilt (~> 1.1, != 1.3.0)
114 sprockets-rails (2.0.1)
115 actionpack (>= 3.0)
116 activesupport (>= 3.0)
117 sprockets (~> 2.8)
118 sshkit (1.3.0)
119 net-scp (>= 1.1.2)
120 net-ssh
121 term-ansicolor
122 term-ansicolor (1.2.2)
123 tins (~> 0.8)
124 thor (0.18.1)
125 thread_safe (0.1.3)
126 atomic
127 tilt (1.4.1)
128 tins (0.13.1)
129 treetop (1.4.15)
130 polyglot
131 polyglot (>= 0.3.1)
132 turbolinks (2.1.0)
133 coffee-rails
134 tzinfo (0.3.38)
135 uglifier (2.4.0)
136 execjs (>= 0.3.0)
137 json (>= 1.8.0)
138
139 PLATFORMS
140 ruby
141
142 DEPENDENCIES
143 capistrano
144 coffee-rails (~> 4.0.0)
145 factory_girl_rails
146 jbuilder (~> 1.2)
147 jquery-rails
148 pg
149 rails (= 4.0.2)
150 rspec-rails
151 sass-rails (~> 4.0.0)
152 sdoc
153 turbolinks
154 uglifier (>= 1.3.0)