Commit 10e192d0db6ea67861ea80e01237ef192b25c8dc
1 parent
ed10797d
Exists in
master
and in
1 other branch
Update gems version using Gemfile.lock
Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Showing
205 changed files
with
207 additions
and
267 deletions
Show diff stats
Too many changes.
To preserve performance only 100 of 205 files displayed.
Gemfile
... | ... | @@ -31,7 +31,7 @@ gem 'omniauth-shibboleth' |
31 | 31 | |
32 | 32 | # Extracting information from a git repository |
33 | 33 | # Provide access to Gitlab::Git library |
34 | -gem "gitlab_git", '7.0.0.rc11' | |
34 | +gem "gitlab_git", '7.0.0.rc12' | |
35 | 35 | |
36 | 36 | # Ruby/Rack Git Smart-HTTP Server Handler |
37 | 37 | gem 'gitlab-grack', '~> 2.0.0.pre', require: 'grack' | ... | ... |
Gemfile.lock
1 | 1 | GEM |
2 | 2 | remote: https://rubygems.org/ |
3 | 3 | specs: |
4 | - CFPropertyList (2.2.8) | |
5 | 4 | RedCloth (4.2.9) |
6 | - ace-rails-ap (3.0.1) | |
7 | - actionmailer (4.1.8) | |
8 | - actionpack (= 4.1.8) | |
9 | - actionview (= 4.1.8) | |
10 | - mail (~> 2.5, >= 2.5.4) | |
11 | - actionpack (4.1.8) | |
12 | - actionview (= 4.1.8) | |
13 | - activesupport (= 4.1.8) | |
5 | + ace-rails-ap (2.0.1) | |
6 | + actionmailer (4.1.1) | |
7 | + actionpack (= 4.1.1) | |
8 | + actionview (= 4.1.1) | |
9 | + mail (~> 2.5.4) | |
10 | + actionpack (4.1.1) | |
11 | + actionview (= 4.1.1) | |
12 | + activesupport (= 4.1.1) | |
14 | 13 | rack (~> 1.5.2) |
15 | 14 | rack-test (~> 0.6.2) |
16 | - actionview (4.1.8) | |
17 | - activesupport (= 4.1.8) | |
15 | + actionview (4.1.1) | |
16 | + activesupport (= 4.1.1) | |
18 | 17 | builder (~> 3.1) |
19 | 18 | erubis (~> 2.7.0) |
20 | - activemodel (4.1.8) | |
21 | - activesupport (= 4.1.8) | |
19 | + activemodel (4.1.1) | |
20 | + activesupport (= 4.1.1) | |
22 | 21 | builder (~> 3.1) |
23 | - activerecord (4.1.8) | |
24 | - activemodel (= 4.1.8) | |
25 | - activesupport (= 4.1.8) | |
22 | + activerecord (4.1.1) | |
23 | + activemodel (= 4.1.1) | |
24 | + activesupport (= 4.1.1) | |
26 | 25 | arel (~> 5.0.0) |
27 | - activesupport (4.1.8) | |
26 | + activesupport (4.1.1) | |
28 | 27 | i18n (~> 0.6, >= 0.6.9) |
29 | 28 | json (~> 1.7, >= 1.7.7) |
30 | 29 | minitest (~> 5.1) |
31 | 30 | thread_safe (~> 0.1) |
32 | 31 | tzinfo (~> 1.1) |
33 | - acts-as-taggable-on (3.4.2) | |
34 | - activerecord (>= 3.2, < 5) | |
35 | - addressable (2.3.6) | |
36 | - annotate (2.6.5) | |
32 | + acts-as-taggable-on (2.4.1) | |
33 | + rails (>= 3, < 5) | |
34 | + addressable (2.3.5) | |
35 | + annotate (2.6.0) | |
37 | 36 | activerecord (>= 2.3.0) |
38 | 37 | rake (>= 0.8.7) |
39 | 38 | arel (5.0.1.20140414130214) |
40 | 39 | asciidoctor (0.1.4) |
41 | 40 | awesome_print (1.2.0) |
42 | - axiom-types (0.1.1) | |
43 | - descendants_tracker (~> 0.0.4) | |
44 | - ice_nine (~> 0.11.0) | |
45 | - thread_safe (~> 0.3, >= 0.3.1) | |
46 | - bcrypt (3.1.9) | |
47 | - better_errors (2.0.0) | |
41 | + axiom-types (0.0.5) | |
42 | + descendants_tracker (~> 0.0.1) | |
43 | + ice_nine (~> 0.9) | |
44 | + bcrypt (3.1.7) | |
45 | + better_errors (1.0.1) | |
48 | 46 | coderay (>= 1.0.0) |
49 | 47 | erubis (>= 2.6.6) |
50 | - rack (>= 0.9.0) | |
51 | 48 | binding_of_caller (0.7.2) |
52 | 49 | debug_inspector (>= 0.0.1) |
53 | - bootstrap-sass (3.3.1.0) | |
50 | + bootstrap-sass (3.0.3.0) | |
54 | 51 | sass (~> 3.2) |
55 | 52 | builder (3.2.2) |
56 | 53 | capybara (2.2.1) |
... | ... | @@ -59,48 +56,46 @@ GEM |
59 | 56 | rack (>= 1.0.0) |
60 | 57 | rack-test (>= 0.5.4) |
61 | 58 | xpath (~> 2.0) |
62 | - carrierwave (0.10.0) | |
59 | + carrierwave (0.9.0) | |
63 | 60 | activemodel (>= 3.2.0) |
64 | 61 | activesupport (>= 3.2.0) |
65 | 62 | json (>= 1.7) |
66 | - mime-types (>= 1.16) | |
67 | - celluloid (0.16.0) | |
68 | - timers (~> 4.0.0) | |
63 | + celluloid (0.15.2) | |
64 | + timers (~> 1.1.0) | |
69 | 65 | charlock_holmes (0.6.9.4) |
70 | 66 | cliver (0.3.2) |
71 | - code_analyzer (0.4.5) | |
67 | + code_analyzer (0.4.3) | |
72 | 68 | sexp_processor |
73 | 69 | coderay (1.1.0) |
74 | 70 | coercible (1.0.0) |
75 | 71 | descendants_tracker (~> 0.0.1) |
76 | - coffee-rails (4.1.0) | |
72 | + coffee-rails (4.0.1) | |
77 | 73 | coffee-script (>= 2.2.0) |
78 | 74 | railties (>= 4.0.0, < 5.0) |
79 | - coffee-script (2.3.0) | |
75 | + coffee-script (2.2.0) | |
80 | 76 | coffee-script-source |
81 | 77 | execjs |
82 | - coffee-script-source (1.8.0) | |
78 | + coffee-script-source (1.6.3) | |
83 | 79 | colored (1.2) |
84 | - colorize (0.7.3) | |
85 | - connection_pool (2.1.0) | |
86 | - coveralls (0.7.1) | |
80 | + colorize (0.5.8) | |
81 | + connection_pool (1.2.0) | |
82 | + coveralls (0.7.0) | |
87 | 83 | multi_json (~> 1.3) |
88 | 84 | rest-client |
89 | 85 | simplecov (>= 0.7) |
90 | 86 | term-ansicolor |
91 | 87 | thor |
92 | - crack (0.4.2) | |
93 | - safe_yaml (~> 1.0.0) | |
88 | + crack (0.4.1) | |
89 | + safe_yaml (~> 0.9.0) | |
94 | 90 | creole (0.3.8) |
95 | 91 | d3_rails (3.1.10) |
96 | 92 | railties (>= 3.1.0) |
97 | 93 | daemons (1.1.9) |
98 | 94 | database_cleaner (1.3.0) |
99 | 95 | debug_inspector (0.0.2) |
100 | - default_value_for (3.0.0.1) | |
96 | + default_value_for (3.0.0) | |
101 | 97 | activerecord (>= 3.2.0, < 5.0) |
102 | - descendants_tracker (0.0.4) | |
103 | - thread_safe (~> 0.3, >= 0.3.1) | |
98 | + descendants_tracker (0.0.3) | |
104 | 99 | devise (3.2.4) |
105 | 100 | bcrypt (~> 3.0) |
106 | 101 | orm_adapter (~> 0.1) |
... | ... | @@ -110,103 +105,64 @@ GEM |
110 | 105 | devise-async (0.9.0) |
111 | 106 | devise (~> 3.2) |
112 | 107 | diff-lcs (1.2.5) |
113 | - diffy (3.0.7) | |
108 | + diffy (3.0.3) | |
114 | 109 | docile (1.1.5) |
115 | - dotenv (1.0.2) | |
116 | - dropzonejs-rails (0.5.2) | |
110 | + dotenv (0.9.0) | |
111 | + dropzonejs-rails (0.4.14) | |
117 | 112 | rails (> 3.1) |
118 | - email_spec (1.6.0) | |
113 | + email_spec (1.5.0) | |
119 | 114 | launchy (~> 2.1) |
120 | 115 | mail (~> 2.2) |
121 | 116 | emoji (1.0.1) |
122 | 117 | json |
123 | - enumerize (0.8.0) | |
118 | + enumerize (0.7.0) | |
124 | 119 | activesupport (>= 3.2) |
125 | - equalizer (0.0.9) | |
120 | + equalizer (0.0.8) | |
126 | 121 | erubis (2.7.0) |
127 | 122 | escape_utils (0.2.4) |
128 | 123 | eventmachine (1.0.3) |
129 | - excon (0.41.0) | |
130 | - execjs (2.2.2) | |
124 | + excon (0.32.1) | |
125 | + execjs (2.0.2) | |
131 | 126 | expression_parser (0.9.0) |
132 | - factory_girl (4.5.0) | |
127 | + factory_girl (4.3.0) | |
133 | 128 | activesupport (>= 3.0.0) |
134 | - factory_girl_rails (4.5.0) | |
135 | - factory_girl (~> 4.5.0) | |
129 | + factory_girl_rails (4.3.0) | |
130 | + factory_girl (~> 4.3.0) | |
136 | 131 | railties (>= 3.0.0) |
137 | 132 | faraday (0.8.9) |
138 | 133 | multipart-post (~> 1.2.0) |
139 | - faraday_middleware (0.9.1) | |
140 | - faraday (>= 0.7.4, < 0.10) | |
141 | - ffaker (1.25.0) | |
142 | - ffi (1.9.6) | |
143 | - fission (0.5.0) | |
144 | - CFPropertyList (~> 2.2) | |
145 | - fog (1.25.0) | |
146 | - fog-brightbox (~> 0.4) | |
147 | - fog-core (~> 1.25) | |
134 | + faraday_middleware (0.9.0) | |
135 | + faraday (>= 0.7.4, < 0.9) | |
136 | + ffaker (1.22.1) | |
137 | + ffi (1.9.3) | |
138 | + fog (1.21.0) | |
139 | + fog-brightbox | |
140 | + fog-core (~> 1.21, >= 1.21.1) | |
148 | 141 | fog-json |
149 | - fog-profitbricks | |
150 | - fog-radosgw (>= 0.0.2) | |
151 | - fog-sakuracloud (>= 0.0.4) | |
152 | - fog-softlayer | |
153 | - fog-terremark | |
154 | - fog-vmfusion | |
155 | - fog-voxel | |
156 | - fog-xml (~> 0.1.1) | |
157 | - ipaddress (~> 0.5) | |
158 | 142 | nokogiri (~> 1.5, >= 1.5.11) |
159 | - opennebula | |
160 | - fog-brightbox (0.7.0) | |
161 | - fog-core (~> 1.22) | |
143 | + fog-brightbox (0.0.1) | |
144 | + fog-core | |
162 | 145 | fog-json |
163 | - inflecto (~> 0.0.2) | |
164 | - fog-core (1.25.0) | |
146 | + fog-core (1.21.1) | |
165 | 147 | builder |
166 | - excon (~> 0.38) | |
167 | - formatador (~> 0.2) | |
148 | + excon (~> 0.32) | |
149 | + formatador (~> 0.2.0) | |
168 | 150 | mime-types |
169 | 151 | net-scp (~> 1.1) |
170 | 152 | net-ssh (>= 2.1.3) |
171 | 153 | fog-json (1.0.0) |
172 | 154 | multi_json (~> 1.0) |
173 | - fog-profitbricks (0.0.1) | |
174 | - fog-core | |
175 | - fog-xml | |
176 | - nokogiri | |
177 | - fog-radosgw (0.0.3) | |
178 | - fog-core (>= 1.21.0) | |
179 | - fog-json | |
180 | - fog-xml (>= 0.0.1) | |
181 | - fog-sakuracloud (0.1.1) | |
182 | - fog-core | |
183 | - fog-json | |
184 | - fog-softlayer (0.3.24) | |
185 | - fog-core | |
186 | - fog-json | |
187 | - fog-terremark (0.0.3) | |
188 | - fog-core | |
189 | - fog-xml | |
190 | - fog-vmfusion (0.0.1) | |
191 | - fission | |
192 | - fog-core | |
193 | - fog-voxel (0.0.1) | |
194 | - fog-core | |
195 | - fog-xml | |
196 | - fog-xml (0.1.1) | |
197 | - fog-core | |
198 | - nokogiri (~> 1.5, >= 1.5.11) | |
199 | 155 | font-awesome-rails (4.2.0.0) |
200 | 156 | railties (>= 3.2, < 5.0) |
201 | - foreman (0.76.0) | |
202 | - dotenv (~> 1.0.2) | |
203 | - thor (~> 0.19.1) | |
204 | - formatador (0.2.5) | |
157 | + foreman (0.63.0) | |
158 | + dotenv (>= 0.7) | |
159 | + thor (>= 0.13.6) | |
160 | + formatador (0.2.4) | |
205 | 161 | gemnasium-gitlab-service (0.2.2) |
206 | 162 | rugged (~> 0.19) |
207 | - gherkin-ruby (0.3.2) | |
208 | - github-markup (1.1.2) | |
209 | - posix-spawn (~> 0.3.8) | |
163 | + gherkin-ruby (0.3.1) | |
164 | + racc | |
165 | + github-markup (1.1.0) | |
210 | 166 | gitlab-flowdock-git-hook (0.4.2.2) |
211 | 167 | gitlab-grit (>= 2.4.1) |
212 | 168 | multi_json |
... | ... | @@ -223,11 +179,11 @@ GEM |
223 | 179 | mime-types (~> 1.19) |
224 | 180 | gitlab_emoji (0.0.1.1) |
225 | 181 | emoji (~> 1.0.1) |
226 | - gitlab_git (7.0.0.rc11) | |
182 | + gitlab_git (7.0.0.rc12) | |
227 | 183 | activesupport (~> 4.0) |
228 | 184 | charlock_holmes (~> 0.6) |
229 | 185 | gitlab-linguist (~> 3.0) |
230 | - rugged (~> 0.21.0) | |
186 | + rugged (~> 0.21.2) | |
231 | 187 | gitlab_meta (7.0) |
232 | 188 | gitlab_omniauth-ldap (1.2.0) |
233 | 189 | net-ldap (~> 0.9) |
... | ... | @@ -241,7 +197,7 @@ GEM |
241 | 197 | rouge (~> 1.3.3) |
242 | 198 | sanitize (~> 2.1.0) |
243 | 199 | stringex (~> 2.5.1) |
244 | - gon (5.0.4) | |
200 | + gon (5.0.1) | |
245 | 201 | actionpack (>= 2.3.0) |
246 | 202 | json |
247 | 203 | grape (0.6.1) |
... | ... | @@ -254,20 +210,20 @@ GEM |
254 | 210 | rack-accept |
255 | 211 | rack-mount |
256 | 212 | virtus (>= 1.0.0) |
257 | - grape-entity (0.4.4) | |
213 | + grape-entity (0.4.2) | |
258 | 214 | activesupport |
259 | 215 | multi_json (>= 1.3.2) |
260 | 216 | growl (1.0.3) |
261 | - guard (2.9.0) | |
217 | + guard (2.2.4) | |
262 | 218 | formatador (>= 0.2.4) |
263 | - listen (~> 2.7) | |
219 | + listen (~> 2.1) | |
264 | 220 | lumberjack (~> 1.0) |
265 | 221 | pry (>= 0.9.12) |
266 | 222 | thor (>= 0.18.1) |
267 | - guard-rspec (4.3.1) | |
268 | - guard (~> 2.1) | |
223 | + guard-rspec (4.2.0) | |
224 | + guard (>= 2.1.1) | |
269 | 225 | rspec (>= 2.14, < 4.0) |
270 | - guard-spinach (0.0.3) | |
226 | + guard-spinach (0.0.2) | |
271 | 227 | guard (>= 1.1) |
272 | 228 | spinach |
273 | 229 | haml (4.0.5) |
... | ... | @@ -281,7 +237,7 @@ GEM |
281 | 237 | hike (1.2.3) |
282 | 238 | hipchat (0.14.0) |
283 | 239 | httparty |
284 | - hitimes (1.2.2) | |
240 | + httparty | |
285 | 241 | html-pipeline (1.11.0) |
286 | 242 | activesupport (>= 2) |
287 | 243 | nokogiri (~> 1.4) |
... | ... | @@ -291,30 +247,28 @@ GEM |
291 | 247 | html-pipeline (~> 1.11.0) |
292 | 248 | sanitize (~> 2.1) |
293 | 249 | http_parser.rb (0.5.3) |
294 | - httparty (0.13.3) | |
250 | + httparty (0.13.0) | |
295 | 251 | json (~> 1.8) |
296 | 252 | multi_xml (>= 0.5.2) |
297 | 253 | httpauth (0.2.1) |
298 | 254 | i18n (0.6.11) |
299 | - ice_nine (0.11.0) | |
300 | - inflecto (0.0.2) | |
301 | - ipaddress (0.8.0) | |
255 | + ice_nine (0.10.0) | |
302 | 256 | jasmine (2.0.2) |
303 | 257 | jasmine-core (~> 2.0.0) |
304 | 258 | phantomjs |
305 | 259 | rack (>= 1.2.1) |
306 | 260 | rake |
307 | - jasmine-core (2.0.2) | |
261 | + jasmine-core (2.0.0) | |
308 | 262 | jquery-atwho-rails (0.3.3) |
309 | - jquery-rails (3.1.2) | |
263 | + jquery-rails (3.1.0) | |
310 | 264 | railties (>= 3.0, < 5.0) |
311 | 265 | thor (>= 0.14, < 2.0) |
312 | 266 | jquery-scrollto-rails (1.4.3) |
313 | 267 | railties (> 3.1, < 5.0) |
314 | - jquery-turbolinks (2.1.0) | |
268 | + jquery-turbolinks (2.0.1) | |
315 | 269 | railties (>= 3.1.0) |
316 | 270 | turbolinks |
317 | - jquery-ui-rails (5.0.2) | |
271 | + jquery-ui-rails (4.2.1) | |
318 | 272 | railties (>= 3.2.16) |
319 | 273 | json (1.8.1) |
320 | 274 | jwt (0.1.13) |
... | ... | @@ -322,37 +276,37 @@ GEM |
322 | 276 | kaminari (0.15.1) |
323 | 277 | actionpack (>= 3.0.0) |
324 | 278 | activesupport (>= 3.0.0) |
325 | - kgio (2.9.2) | |
326 | - launchy (2.4.3) | |
279 | + kgio (2.8.1) | |
280 | + launchy (2.4.2) | |
327 | 281 | addressable (~> 2.3) |
328 | - letter_opener (1.2.0) | |
282 | + letter_opener (1.1.2) | |
329 | 283 | launchy (~> 2.2) |
330 | - libv8 (3.16.14.7) | |
331 | - listen (2.8.3) | |
284 | + libv8 (3.16.14.3) | |
285 | + listen (2.3.1) | |
332 | 286 | celluloid (>= 0.15.2) |
333 | 287 | rb-fsevent (>= 0.9.3) |
334 | 288 | rb-inotify (>= 0.9) |
335 | - lumberjack (1.0.9) | |
336 | - mail (2.6.3) | |
337 | - mime-types (>= 1.16, < 3) | |
289 | + lumberjack (1.0.4) | |
290 | + mail (2.5.4) | |
291 | + mime-types (~> 1.16) | |
292 | + treetop (~> 1.4.8) | |
338 | 293 | method_source (0.8.2) |
339 | 294 | mime-types (1.25.1) |
340 | - mini_portile (0.6.1) | |
295 | + mini_portile (0.6.0) | |
341 | 296 | minitest (5.3.5) |
342 | 297 | mousetrap-rails (1.4.6) |
343 | 298 | multi_json (1.10.1) |
344 | 299 | multi_xml (0.5.5) |
345 | 300 | multipart-post (1.2.0) |
346 | - mysql2 (0.3.17) | |
301 | + mysql2 (0.3.16) | |
347 | 302 | net-ldap (0.9.0) |
348 | - net-scp (1.2.1) | |
303 | + net-scp (1.1.2) | |
349 | 304 | net-ssh (>= 2.6.5) |
350 | - net-ssh (2.9.1) | |
351 | - netrc (0.8.0) | |
352 | - newrelic_rpm (3.9.7.266) | |
353 | - nokogiri (1.6.5) | |
354 | - mini_portile (~> 0.6.0) | |
355 | - nprogress-rails (0.1.6.3) | |
305 | + net-ssh (2.8.0) | |
306 | + newrelic_rpm (3.9.4.245) | |
307 | + nokogiri (1.6.2.1) | |
308 | + mini_portile (= 0.6.0) | |
309 | + nprogress-rails (0.1.2.3) | |
356 | 310 | oauth (0.4.7) |
357 | 311 | oauth2 (0.8.1) |
358 | 312 | faraday (~> 0.8) |
... | ... | @@ -363,10 +317,10 @@ GEM |
363 | 317 | omniauth (1.1.4) |
364 | 318 | hashie (>= 1.2, < 3) |
365 | 319 | rack |
366 | - omniauth-github (1.1.2) | |
320 | + omniauth-github (1.1.1) | |
367 | 321 | omniauth (~> 1.0) |
368 | 322 | omniauth-oauth2 (~> 1.1) |
369 | - omniauth-google-oauth2 (0.2.6) | |
323 | + omniauth-google-oauth2 (0.2.5) | |
370 | 324 | omniauth (> 1.0) |
371 | 325 | omniauth-oauth2 (~> 1.1) |
372 | 326 | omniauth-oauth (1.0.1) |
... | ... | @@ -375,88 +329,81 @@ GEM |
375 | 329 | omniauth-oauth2 (1.1.1) |
376 | 330 | oauth2 (~> 0.8.0) |
377 | 331 | omniauth (~> 1.0) |
378 | - omniauth-shibboleth (1.2.0) | |
332 | + omniauth-shibboleth (1.1.1) | |
379 | 333 | omniauth (>= 1.0.0) |
380 | - omniauth-twitter (1.1.0) | |
334 | + omniauth-twitter (1.0.1) | |
381 | 335 | multi_json (~> 1.3) |
382 | 336 | omniauth-oauth (~> 1.0) |
383 | - opennebula (4.10.1) | |
384 | - json | |
385 | - nokogiri | |
386 | - rbvmomi | |
387 | 337 | org-ruby (0.9.9) |
388 | 338 | rubypants (~> 0.2) |
389 | 339 | orm_adapter (0.5.0) |
390 | - pg (0.17.1) | |
391 | - phantomjs (1.9.7.1) | |
340 | + pg (0.15.1) | |
341 | + phantomjs (1.9.2.0) | |
392 | 342 | poltergeist (1.5.1) |
393 | 343 | capybara (~> 2.1) |
394 | 344 | cliver (~> 0.3.1) |
395 | 345 | multi_json (~> 1.0) |
396 | 346 | websocket-driver (>= 0.2.0) |
347 | + polyglot (0.3.4) | |
397 | 348 | posix-spawn (0.3.9) |
398 | - pry (0.10.1) | |
399 | - coderay (~> 1.1.0) | |
400 | - method_source (~> 0.8.1) | |
349 | + pry (0.9.12.4) | |
350 | + coderay (~> 1.0) | |
351 | + method_source (~> 0.8) | |
401 | 352 | slop (~> 3.4) |
402 | 353 | pyu-ruby-sasl (0.0.3.3) |
403 | - quiet_assets (1.0.3) | |
354 | + quiet_assets (1.0.2) | |
404 | 355 | railties (>= 3.1, < 5.0) |
356 | + racc (1.4.10) | |
405 | 357 | rack (1.5.2) |
406 | 358 | rack-accept (0.4.5) |
407 | 359 | rack (>= 0.4) |
408 | - rack-attack (4.2.0) | |
360 | + rack-attack (2.3.0) | |
409 | 361 | rack |
410 | 362 | rack-cors (0.2.9) |
411 | - rack-mini-profiler (0.9.2) | |
363 | + rack-mini-profiler (0.9.0) | |
412 | 364 | rack (>= 1.1.3) |
413 | 365 | rack-mount (0.8.3) |
414 | 366 | rack (>= 1.0.0) |
415 | - rack-protection (1.5.3) | |
367 | + rack-protection (1.5.1) | |
416 | 368 | rack |
417 | 369 | rack-test (0.6.2) |
418 | 370 | rack (>= 1.0) |
419 | - rails (4.1.8) | |
420 | - actionmailer (= 4.1.8) | |
421 | - actionpack (= 4.1.8) | |
422 | - actionview (= 4.1.8) | |
423 | - activemodel (= 4.1.8) | |
424 | - activerecord (= 4.1.8) | |
425 | - activesupport (= 4.1.8) | |
371 | + rails (4.1.1) | |
372 | + actionmailer (= 4.1.1) | |
373 | + actionpack (= 4.1.1) | |
374 | + actionview (= 4.1.1) | |
375 | + activemodel (= 4.1.1) | |
376 | + activerecord (= 4.1.1) | |
377 | + activesupport (= 4.1.1) | |
426 | 378 | bundler (>= 1.3.0, < 2.0) |
427 | - railties (= 4.1.8) | |
379 | + railties (= 4.1.1) | |
428 | 380 | sprockets-rails (~> 2.0) |
429 | 381 | rails_autolink (1.1.6) |
430 | 382 | rails (> 3.1) |
431 | - rails_best_practices (1.15.4) | |
383 | + rails_best_practices (1.14.4) | |
432 | 384 | activesupport |
433 | 385 | awesome_print |
434 | 386 | code_analyzer (>= 0.4.3) |
435 | 387 | colored |
436 | 388 | erubis |
437 | 389 | i18n |
438 | - json | |
439 | 390 | require_all |
440 | 391 | ruby-progressbar |
441 | - railties (4.1.8) | |
442 | - actionpack (= 4.1.8) | |
443 | - activesupport (= 4.1.8) | |
392 | + railties (4.1.1) | |
393 | + actionpack (= 4.1.1) | |
394 | + activesupport (= 4.1.1) | |
444 | 395 | rake (>= 0.8.7) |
445 | 396 | thor (>= 0.18.1, < 2.0) |
446 | - raindrops (0.13.0) | |
447 | - rake (10.4.0) | |
397 | + raindrops (0.12.0) | |
398 | + rake (10.3.2) | |
448 | 399 | raphael-rails (2.1.2) |
449 | - rb-fsevent (0.9.4) | |
450 | - rb-inotify (0.9.5) | |
400 | + rb-fsevent (0.9.3) | |
401 | + rb-inotify (0.9.2) | |
451 | 402 | ffi (>= 0.5.0) |
452 | - rbvmomi (1.8.2) | |
453 | - builder | |
454 | - nokogiri (>= 1.4.1) | |
455 | - trollop | |
456 | 403 | rdoc (3.12.2) |
457 | 404 | json (~> 1.4) |
458 | 405 | redcarpet (3.1.2) |
459 | - redis (3.1.0) | |
406 | + redis (3.0.6) | |
460 | 407 | redis-actionpack (4.0.0) |
461 | 408 | actionpack (~> 4) |
462 | 409 | redis-rack (~> 1.5.0) |
... | ... | @@ -464,8 +411,8 @@ GEM |
464 | 411 | redis-activesupport (4.0.0) |
465 | 412 | activesupport (~> 4) |
466 | 413 | redis-store (~> 1.1.0) |
467 | - redis-namespace (1.5.1) | |
468 | - redis (~> 3.0, >= 3.0.4) | |
414 | + redis-namespace (1.4.1) | |
415 | + redis (~> 3.0.4) | |
469 | 416 | redis-rack (1.5.0) |
470 | 417 | rack (~> 1.5) |
471 | 418 | redis-store (~> 1.1.0) |
... | ... | @@ -476,58 +423,52 @@ GEM |
476 | 423 | redis-store (1.1.4) |
477 | 424 | redis (>= 2.2) |
478 | 425 | ref (1.0.5) |
479 | - request_store (1.1.0) | |
426 | + request_store (1.0.5) | |
480 | 427 | require_all (1.3.2) |
481 | - rest-client (1.7.2) | |
482 | - mime-types (>= 1.16, < 3.0) | |
483 | - netrc (~> 0.7) | |
428 | + rest-client (1.6.7) | |
429 | + mime-types (>= 1.16) | |
484 | 430 | rinku (1.7.3) |
485 | - rouge (1.3.4) | |
486 | - rspec (3.1.0) | |
487 | - rspec-core (~> 3.1.0) | |
488 | - rspec-expectations (~> 3.1.0) | |
489 | - rspec-mocks (~> 3.1.0) | |
490 | - rspec-core (3.1.7) | |
491 | - rspec-support (~> 3.1.0) | |
492 | - rspec-expectations (3.1.2) | |
493 | - diff-lcs (>= 1.2.0, < 2.0) | |
494 | - rspec-support (~> 3.1.0) | |
495 | - rspec-mocks (3.1.3) | |
496 | - rspec-support (~> 3.1.0) | |
497 | - rspec-rails (3.1.0) | |
431 | + rouge (1.3.3) | |
432 | + rspec (2.14.1) | |
433 | + rspec-core (~> 2.14.0) | |
434 | + rspec-expectations (~> 2.14.0) | |
435 | + rspec-mocks (~> 2.14.0) | |
436 | + rspec-core (2.14.7) | |
437 | + rspec-expectations (2.14.4) | |
438 | + diff-lcs (>= 1.1.3, < 2.0) | |
439 | + rspec-mocks (2.14.4) | |
440 | + rspec-rails (2.14.0) | |
498 | 441 | actionpack (>= 3.0) |
499 | 442 | activesupport (>= 3.0) |
500 | 443 | railties (>= 3.0) |
501 | - rspec-core (~> 3.1.0) | |
502 | - rspec-expectations (~> 3.1.0) | |
503 | - rspec-mocks (~> 3.1.0) | |
504 | - rspec-support (~> 3.1.0) | |
505 | - rspec-support (3.1.2) | |
506 | - ruby-progressbar (1.7.0) | |
444 | + rspec-core (~> 2.14.0) | |
445 | + rspec-expectations (~> 2.14.0) | |
446 | + rspec-mocks (~> 2.14.0) | |
447 | + ruby-progressbar (1.2.0) | |
507 | 448 | rubyntlm (0.4.0) |
508 | 449 | rubypants (0.2.0) |
509 | 450 | rugged (0.21.2) |
510 | - safe_yaml (1.0.4) | |
451 | + safe_yaml (0.9.7) | |
511 | 452 | sanitize (2.1.0) |
512 | 453 | nokogiri (>= 1.4.4) |
513 | 454 | sass (3.2.19) |
514 | - sass-rails (4.0.5) | |
455 | + sass-rails (4.0.3) | |
515 | 456 | railties (>= 4.0.0, < 5.0) |
516 | - sass (~> 3.2.2) | |
517 | - sprockets (~> 2.8, < 3.0) | |
457 | + sass (~> 3.2.0) | |
458 | + sprockets (~> 2.8, <= 2.11.0) | |
518 | 459 | sprockets-rails (~> 2.0) |
519 | 460 | sdoc (0.3.20) |
520 | 461 | json (>= 1.1.3) |
521 | 462 | rdoc (~> 3.10) |
522 | - seed-fu (2.3.3) | |
463 | + seed-fu (2.3.1) | |
523 | 464 | activerecord (>= 3.1, < 4.2) |
524 | 465 | activesupport (>= 3.1, < 4.2) |
525 | - select2-rails (3.5.9.1) | |
466 | + select2-rails (3.5.2) | |
526 | 467 | thor (~> 0.14) |
527 | 468 | semantic-ui-sass (0.16.1.0) |
528 | 469 | sass (~> 3.2) |
529 | 470 | settingslogic (2.0.9) |
530 | - sexp_processor (4.4.4) | |
471 | + sexp_processor (4.4.0) | |
531 | 472 | shoulda-matchers (2.1.0) |
532 | 473 | activesupport (>= 3.0.0) |
533 | 474 | sidekiq (2.17.0) |
... | ... | @@ -537,25 +478,24 @@ GEM |
537 | 478 | redis (>= 3.0.4) |
538 | 479 | redis-namespace (>= 1.3.1) |
539 | 480 | simple_oauth (0.1.9) |
540 | - simplecov (0.9.1) | |
481 | + simplecov (0.9.0) | |
541 | 482 | docile (~> 1.1.0) |
542 | - multi_json (~> 1.0) | |
483 | + multi_json | |
543 | 484 | simplecov-html (~> 0.8.0) |
544 | 485 | simplecov-html (0.8.0) |
545 | - sinatra (1.4.5) | |
486 | + sinatra (1.4.4) | |
546 | 487 | rack (~> 1.4) |
547 | 488 | rack-protection (~> 1.4) |
548 | 489 | tilt (~> 1.3, >= 1.3.4) |
549 | 490 | six (0.2.0) |
550 | 491 | slack-notifier (1.0.0) |
551 | - slim (2.1.0) | |
552 | - temple (~> 0.6.9) | |
492 | + slim (2.0.2) | |
493 | + temple (~> 0.6.6) | |
553 | 494 | tilt (>= 1.3.3, < 2.1) |
554 | - slop (3.6.0) | |
555 | - spinach (0.8.10) | |
556 | - colorize | |
557 | - gherkin-ruby (>= 0.3.2) | |
558 | - json | |
495 | + slop (3.4.7) | |
496 | + spinach (0.8.7) | |
497 | + colorize (= 0.5.8) | |
498 | + gherkin-ruby (>= 0.3.1) | |
559 | 499 | spinach-rails (0.2.1) |
560 | 500 | capybara (>= 2.0.0) |
561 | 501 | railties (>= 3) |
... | ... | @@ -565,47 +505,47 @@ GEM |
565 | 505 | spring (>= 0.9.1) |
566 | 506 | spring-commands-spinach (1.0.0) |
567 | 507 | spring (>= 0.9.1) |
568 | - sprockets (2.12.3) | |
508 | + sprockets (2.11.0) | |
569 | 509 | hike (~> 1.2) |
570 | 510 | multi_json (~> 1.0) |
571 | 511 | rack (~> 1.0) |
572 | 512 | tilt (~> 1.1, != 1.3.0) |
573 | - sprockets-rails (2.2.1) | |
513 | + sprockets-rails (2.1.3) | |
574 | 514 | actionpack (>= 3.0) |
575 | 515 | activesupport (>= 3.0) |
576 | - sprockets (>= 2.8, < 4.0) | |
577 | - stamp (0.6.0) | |
516 | + sprockets (~> 2.8) | |
517 | + stamp (0.5.0) | |
578 | 518 | state_machine (1.2.0) |
579 | - stringex (2.5.2) | |
580 | - temple (0.6.10) | |
581 | - term-ansicolor (1.3.0) | |
582 | - tins (~> 1.0) | |
583 | - test_after_commit (0.4.0) | |
584 | - activerecord (>= 3.2) | |
585 | - therubyracer (0.12.1) | |
519 | + stringex (2.5.1) | |
520 | + temple (0.6.7) | |
521 | + term-ansicolor (1.2.2) | |
522 | + tins (~> 0.8) | |
523 | + test_after_commit (0.2.2) | |
524 | + therubyracer (0.12.0) | |
586 | 525 | libv8 (~> 3.16.14.0) |
587 | 526 | ref |
588 | - thin (1.6.3) | |
589 | - daemons (~> 1.0, >= 1.0.9) | |
590 | - eventmachine (~> 1.0) | |
591 | - rack (~> 1.0) | |
527 | + thin (1.6.1) | |
528 | + daemons (>= 1.0.9) | |
529 | + eventmachine (>= 1.0.0) | |
530 | + rack (>= 1.0.0) | |
592 | 531 | thor (0.19.1) |
593 | 532 | thread_safe (0.3.4) |
594 | 533 | tilt (1.4.1) |
595 | - timers (4.0.1) | |
596 | - hitimes | |
597 | - tinder (1.9.4) | |
534 | + timers (1.1.0) | |
535 | + tinder (1.9.3) | |
598 | 536 | eventmachine (~> 1.0) |
599 | - faraday (~> 0.8.9) | |
537 | + faraday (~> 0.8) | |
600 | 538 | faraday_middleware (~> 0.9) |
601 | 539 | hashie (>= 1.0, < 3) |
602 | 540 | json (~> 1.8.0) |
603 | 541 | mime-types (~> 1.19) |
604 | 542 | multi_json (~> 1.7) |
605 | 543 | twitter-stream (~> 0.1) |
606 | - tins (1.3.3) | |
607 | - trollop (2.0) | |
608 | - turbolinks (2.5.2) | |
544 | + tins (0.13.1) | |
545 | + treetop (1.4.15) | |
546 | + polyglot | |
547 | + polyglot (>= 0.3.1) | |
548 | + turbolinks (2.0.0) | |
609 | 549 | coffee-rails |
610 | 550 | twitter-stream (0.1.16) |
611 | 551 | eventmachine (>= 0.12.8) |
... | ... | @@ -613,7 +553,7 @@ GEM |
613 | 553 | simple_oauth (~> 0.1.4) |
614 | 554 | tzinfo (1.2.2) |
615 | 555 | thread_safe (~> 0.1) |
616 | - uglifier (2.5.3) | |
556 | + uglifier (2.3.2) | |
617 | 557 | execjs (>= 0.3.0) |
618 | 558 | json (>= 1.8.0) |
619 | 559 | underscore-rails (1.4.4) |
... | ... | @@ -627,17 +567,17 @@ GEM |
627 | 567 | unicorn-worker-killer (0.4.2) |
628 | 568 | unicorn (~> 4) |
629 | 569 | version_sorter (1.1.0) |
630 | - virtus (1.0.3) | |
631 | - axiom-types (~> 0.1) | |
570 | + virtus (1.0.1) | |
571 | + axiom-types (~> 0.0.5) | |
632 | 572 | coercible (~> 1.0) |
633 | - descendants_tracker (~> 0.0, >= 0.0.3) | |
634 | - equalizer (~> 0.0, >= 0.0.9) | |
573 | + descendants_tracker (~> 0.0.1) | |
574 | + equalizer (~> 0.0.7) | |
635 | 575 | warden (1.2.3) |
636 | 576 | rack (>= 1.0) |
637 | - webmock (1.20.4) | |
638 | - addressable (>= 2.3.6) | |
577 | + webmock (1.16.0) | |
578 | + addressable (>= 2.2.7) | |
639 | 579 | crack (>= 0.3.2) |
640 | - websocket-driver (0.4.0) | |
580 | + websocket-driver (0.3.3) | |
641 | 581 | wikicloth (0.8.1) |
642 | 582 | builder |
643 | 583 | expression_parser |
... | ... | @@ -685,7 +625,7 @@ DEPENDENCIES |
685 | 625 | gitlab-grack (~> 2.0.0.pre) |
686 | 626 | gitlab-linguist (~> 3.0.0) |
687 | 627 | gitlab_emoji (~> 0.0.1.1) |
688 | - gitlab_git (= 7.0.0.rc11) | |
628 | + gitlab_git (= 7.0.0.rc12) | |
689 | 629 | gitlab_meta (= 7.0) |
690 | 630 | gitlab_omniauth-ldap (= 1.2.0) |
691 | 631 | gollum-lib (~> 3.0.0) | ... | ... |
Makefile
1 | -VERSION = 7.5.1 | |
1 | +VERSION = 7.5.3 | |
2 | 2 | TARBALL = gitlab-deps-$(VERSION).tar.gz |
3 | 3 | PREFIX = /usr |
4 | 4 | WGET = wget |
... | ... | @@ -16,14 +16,14 @@ $(TARBALL): |
16 | 16 | |
17 | 17 | install: all |
18 | 18 | mkdir -p $(DESTDIR)$(PREFIX)/lib/gitlab/vendor |
19 | - install -m 0644 Gemfile $(DESTDIR)$(PREFIX)/lib/gitlab/vendor | |
20 | - install -m 0644 Gemfile.lock $(DESTDIR)$(PREFIX)/lib/gitlab/vendor | |
19 | + install -m 0644 Gemfile $(DESTDIR)$(PREFIX)/lib/gitlab | |
20 | + install -m 0644 Gemfile.lock $(DESTDIR)$(PREFIX)/lib/gitlab | |
21 | 21 | cp -r .bundle $(DESTDIR)$(PREFIX)/lib/gitlab/.bundle |
22 | 22 | cp -r vendor/bundle $(DESTDIR)$(PREFIX)/lib/gitlab/vendor/bundle |
23 | 23 | |
24 | 24 | update: clean |
25 | 25 | $(WGET) -O Gemfile https://gitlab.com/gitlab-org/gitlab-ce/raw/$(GITLAB_BRANCH)/Gemfile |
26 | - $(RM) Gemfile.lock | |
26 | + $(WGET) -O Gemfile.lock https://gitlab.com/gitlab-org/gitlab-ce/raw/$(GITLAB_BRANCH)/Gemfile.lock | |
27 | 27 | bundle install $(BUNDLE_OPTS) --path vendor/bundle |
28 | 28 | |
29 | 29 | clean: | ... | ... |
gitlab-deps.spec
vendor/cache/CFPropertyList-2.2.8.gem
No preview for this file type
vendor/cache/RedCloth-4.2.9.gem
No preview for this file type
vendor/cache/ace-rails-ap-3.0.1.gem
No preview for this file type
vendor/cache/actionmailer-4.1.8.gem
No preview for this file type
vendor/cache/actionpack-4.1.8.gem
No preview for this file type
vendor/cache/actionview-4.1.8.gem
No preview for this file type
vendor/cache/activemodel-4.1.8.gem
No preview for this file type
vendor/cache/activerecord-4.1.8.gem
No preview for this file type
vendor/cache/activesupport-4.1.8.gem
No preview for this file type
vendor/cache/acts-as-taggable-on-3.4.2.gem
No preview for this file type
vendor/cache/addressable-2.3.6.gem
No preview for this file type
vendor/cache/arel-5.0.1.20140414130214.gem
No preview for this file type
vendor/cache/asciidoctor-0.1.4.gem
No preview for this file type
vendor/cache/axiom-types-0.1.1.gem
No preview for this file type
vendor/cache/bcrypt-3.1.9.gem
No preview for this file type
vendor/cache/bootstrap-sass-3.3.1.0.gem
No preview for this file type
vendor/cache/builder-3.2.2.gem
No preview for this file type
vendor/cache/carrierwave-0.10.0.gem
No preview for this file type
vendor/cache/celluloid-0.16.0.gem
No preview for this file type
vendor/cache/charlock_holmes-0.6.9.4.gem
No preview for this file type
vendor/cache/coercible-1.0.0.gem
No preview for this file type
vendor/cache/coffee-rails-4.1.0.gem
No preview for this file type
vendor/cache/coffee-script-2.3.0.gem
No preview for this file type
vendor/cache/coffee-script-source-1.8.0.gem
No preview for this file type
vendor/cache/colored-1.2.gem
No preview for this file type
vendor/cache/connection_pool-2.1.0.gem
No preview for this file type
vendor/cache/creole-0.3.8.gem
No preview for this file type
vendor/cache/d3_rails-3.1.10.gem
No preview for this file type
vendor/cache/default_value_for-3.0.0.1.gem
No preview for this file type
vendor/cache/descendants_tracker-0.0.4.gem
No preview for this file type
vendor/cache/devise-3.2.4.gem
No preview for this file type
vendor/cache/devise-async-0.9.0.gem
No preview for this file type
vendor/cache/diff-lcs-1.2.5.gem
No preview for this file type
vendor/cache/diffy-3.0.7.gem
No preview for this file type
vendor/cache/dotenv-1.0.2.gem
No preview for this file type
vendor/cache/dropzonejs-rails-0.5.2.gem
No preview for this file type
vendor/cache/emoji-1.0.1.gem
No preview for this file type
vendor/cache/enumerize-0.8.0.gem
No preview for this file type
vendor/cache/equalizer-0.0.9.gem
No preview for this file type
vendor/cache/erubis-2.7.0.gem
No preview for this file type
vendor/cache/escape_utils-0.2.4.gem
No preview for this file type
vendor/cache/eventmachine-1.0.3.gem
No preview for this file type
vendor/cache/excon-0.41.0.gem
No preview for this file type
vendor/cache/execjs-2.2.2.gem
No preview for this file type
vendor/cache/expression_parser-0.9.0.gem
No preview for this file type
vendor/cache/faraday-0.8.9.gem
No preview for this file type
vendor/cache/faraday_middleware-0.9.1.gem
No preview for this file type
vendor/cache/fission-0.5.0.gem
No preview for this file type
vendor/cache/fog-1.25.0.gem
No preview for this file type
vendor/cache/fog-brightbox-0.7.0.gem
No preview for this file type
vendor/cache/fog-core-1.25.0.gem
No preview for this file type
vendor/cache/fog-json-1.0.0.gem
No preview for this file type
vendor/cache/fog-profitbricks-0.0.1.gem
No preview for this file type
vendor/cache/fog-radosgw-0.0.3.gem
No preview for this file type
vendor/cache/fog-sakuracloud-0.1.1.gem
No preview for this file type
vendor/cache/fog-softlayer-0.3.24.gem
No preview for this file type
vendor/cache/fog-terremark-0.0.3.gem
No preview for this file type
vendor/cache/fog-vmfusion-0.0.1.gem
No preview for this file type
vendor/cache/fog-voxel-0.0.1.gem
No preview for this file type
vendor/cache/fog-xml-0.1.1.gem
No preview for this file type
vendor/cache/font-awesome-rails-4.2.0.0.gem
No preview for this file type
vendor/cache/foreman-0.76.0.gem
No preview for this file type
vendor/cache/formatador-0.2.5.gem
No preview for this file type
vendor/cache/gemnasium-gitlab-service-0.2.2.gem
No preview for this file type
vendor/cache/github-markup-1.1.2.gem
No preview for this file type
vendor/cache/gitlab-flowdock-git-hook-0.4.2.2.gem
No preview for this file type
vendor/cache/gitlab-grack-2.0.0.pre.gem
No preview for this file type
vendor/cache/gitlab-grit-2.6.12.gem
No preview for this file type
vendor/cache/gitlab-linguist-3.0.0.gem
No preview for this file type
vendor/cache/gitlab_emoji-0.0.1.1.gem
No preview for this file type
vendor/cache/gitlab_git-7.0.0.rc11.gem
No preview for this file type
vendor/cache/gitlab_meta-7.0.gem
No preview for this file type
vendor/cache/gitlab_omniauth-ldap-1.2.0.gem
No preview for this file type
vendor/cache/gollum-lib-3.0.0.gem
No preview for this file type
vendor/cache/gon-5.0.4.gem
No preview for this file type
vendor/cache/grape-0.6.1.gem
No preview for this file type
vendor/cache/grape-entity-0.4.4.gem
No preview for this file type
vendor/cache/haml-4.0.5.gem
No preview for this file type
vendor/cache/haml-rails-0.5.3.gem
No preview for this file type
vendor/cache/hashie-2.1.2.gem
No preview for this file type
vendor/cache/hike-1.2.3.gem
No preview for this file type
vendor/cache/hipchat-0.14.0.gem
No preview for this file type
vendor/cache/hitimes-1.2.2.gem
No preview for this file type
vendor/cache/html-pipeline-1.11.0.gem
No preview for this file type
vendor/cache/html-pipeline-gitlab-0.1.5.gem
No preview for this file type
vendor/cache/http_parser.rb-0.5.3.gem
No preview for this file type
vendor/cache/httparty-0.13.3.gem
No preview for this file type
vendor/cache/httpauth-0.2.1.gem
No preview for this file type
vendor/cache/i18n-0.6.11.gem
No preview for this file type
vendor/cache/ice_nine-0.11.0.gem
No preview for this file type
vendor/cache/inflecto-0.0.2.gem
No preview for this file type
vendor/cache/ipaddress-0.8.0.gem
No preview for this file type
vendor/cache/jquery-atwho-rails-0.3.3.gem
No preview for this file type
vendor/cache/jquery-rails-3.1.2.gem
No preview for this file type
vendor/cache/jquery-scrollto-rails-1.4.3.gem
No preview for this file type
vendor/cache/jquery-turbolinks-2.1.0.gem
No preview for this file type