Set up the feed_item model
[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 addressable (2.3.5)
29 arel (4.0.1)
30 atomic (1.1.14)
31 builder (3.1.4)
32 capistrano (3.0.1)
33 i18n
34 rake (>= 10.0.0)
35 sshkit (>= 0.0.23)
36 capybara (2.2.0)
37 mime-types (>= 1.16)
38 nokogiri (>= 1.3.3)
39 rack (>= 1.0.0)
40 rack-test (>= 0.5.4)
41 xpath (~> 2.0)
42 coffee-rails (4.0.1)
43 coffee-script (>= 2.2.0)
44 railties (>= 4.0.0, < 5.0)
45 coffee-script (2.2.0)
46 coffee-script-source
47 execjs
48 coffee-script-source (1.6.3)
49 cucumber (1.3.10)
50 builder (>= 2.1.2)
51 diff-lcs (>= 1.1.3)
52 gherkin (~> 2.12)
53 multi_json (>= 1.7.5, < 2.0)
54 multi_test (>= 0.0.2)
55 cucumber-rails (1.4.0)
56 capybara (>= 1.1.2)
57 cucumber (>= 1.2.0)
58 nokogiri (>= 1.5.0)
59 rails (>= 3.0.0)
60 database_cleaner (1.2.0)
61 diff-lcs (1.2.5)
62 erubis (2.7.0)
63 execjs (2.0.2)
64 factory_girl (4.3.0)
65 activesupport (>= 3.0.0)
66 factory_girl_rails (4.3.0)
67 factory_girl (~> 4.3.0)
68 railties (>= 3.0.0)
69 gherkin (2.12.2)
70 multi_json (~> 1.3)
71 hike (1.2.3)
72 i18n (0.6.9)
73 jbuilder (1.5.3)
74 activesupport (>= 3.0.0)
75 multi_json (>= 1.2.0)
76 jquery-rails (3.0.4)
77 railties (>= 3.0, < 5.0)
78 thor (>= 0.14, < 2.0)
79 json (1.8.1)
80 launchy (2.4.2)
81 addressable (~> 2.3)
82 mail (2.5.4)
83 mime-types (~> 1.16)
84 treetop (~> 1.4.8)
85 mime-types (1.25.1)
86 mini_portile (0.5.2)
87 minitest (4.7.5)
88 multi_json (1.8.2)
89 multi_test (0.0.3)
90 net-scp (1.1.2)
91 net-ssh (>= 2.6.5)
92 net-ssh (2.7.0)
93 nokogiri (1.6.1)
94 mini_portile (~> 0.5.0)
95 pg (0.17.1)
96 polyglot (0.3.3)
97 rack (1.5.2)
98 rack-test (0.6.2)
99 rack (>= 1.0)
100 rails (4.0.2)
101 actionmailer (= 4.0.2)
102 actionpack (= 4.0.2)
103 activerecord (= 4.0.2)
104 activesupport (= 4.0.2)
105 bundler (>= 1.3.0, < 2.0)
106 railties (= 4.0.2)
107 sprockets-rails (~> 2.0.0)
108 railties (4.0.2)
109 actionpack (= 4.0.2)
110 activesupport (= 4.0.2)
111 rake (>= 0.8.7)
112 thor (>= 0.18.1, < 2.0)
113 rake (10.1.1)
114 rdoc (3.12.2)
115 json (~> 1.4)
116 rspec-core (2.14.7)
117 rspec-expectations (2.14.4)
118 diff-lcs (>= 1.1.3, < 2.0)
119 rspec-mocks (2.14.4)
120 rspec-rails (2.14.1)
121 actionpack (>= 3.0)
122 activemodel (>= 3.0)
123 activesupport (>= 3.0)
124 railties (>= 3.0)
125 rspec-core (~> 2.14.0)
126 rspec-expectations (~> 2.14.0)
127 rspec-mocks (~> 2.14.0)
128 sass (3.2.13)
129 sass-rails (4.0.1)
130 railties (>= 4.0.0, < 5.0)
131 sass (>= 3.1.10)
132 sprockets-rails (~> 2.0.0)
133 sdoc (0.3.20)
134 json (>= 1.1.3)
135 rdoc (~> 3.10)
136 sprockets (2.10.1)
137 hike (~> 1.2)
138 multi_json (~> 1.0)
139 rack (~> 1.0)
140 tilt (~> 1.1, != 1.3.0)
141 sprockets-rails (2.0.1)
142 actionpack (>= 3.0)
143 activesupport (>= 3.0)
144 sprockets (~> 2.8)
145 sshkit (1.3.0)
146 net-scp (>= 1.1.2)
147 net-ssh
148 term-ansicolor
149 term-ansicolor (1.2.2)
150 tins (~> 0.8)
151 thor (0.18.1)
152 thread_safe (0.1.3)
153 atomic
154 tilt (1.4.1)
155 tins (0.13.1)
156 treetop (1.4.15)
157 polyglot
158 polyglot (>= 0.3.1)
159 turbolinks (2.1.0)
160 coffee-rails
161 tzinfo (0.3.38)
162 uglifier (2.4.0)
163 execjs (>= 0.3.0)
164 json (>= 1.8.0)
165 xpath (2.0.0)
166 nokogiri (~> 1.3)
167
168 PLATFORMS
169 ruby
170
171 DEPENDENCIES
172 capistrano
173 capybara
174 coffee-rails (~> 4.0.0)
175 cucumber-rails
176 database_cleaner
177 factory_girl_rails
178 jbuilder (~> 1.2)
179 jquery-rails
180 launchy
181 pg
182 rails (= 4.0.2)
183 rspec-rails
184 sass-rails (~> 4.0.0)
185 sdoc
186 turbolinks
187 uglifier (>= 1.3.0)