Commit bfdcbc5380119b82bfbe1927c7daf2ae1d53fe19
Exists in
6-8-stable
Merge branch '6-8-2' into '6-8-stable'
6.8.2 release Please check if I didn't do this weird git thing wrong ;-) /cc @marin @jacobvosmaer
Showing
4 changed files
with
34 additions
and
30 deletions
Show diff stats
CHANGELOG
Gemfile
... | ... | @@ -148,7 +148,7 @@ gem "rack-attack" |
148 | 148 | # Ace editor |
149 | 149 | gem 'ace-rails-ap' |
150 | 150 | |
151 | -gem "sass-rails" | |
151 | +gem "sass-rails", '~> 4.0.2' | |
152 | 152 | gem "coffee-rails" |
153 | 153 | gem "uglifier" |
154 | 154 | gem "therubyracer" |
... | ... | @@ -232,4 +232,4 @@ end |
232 | 232 | |
233 | 233 | group :production do |
234 | 234 | gem "gitlab_meta", '6.0' |
235 | -end | |
236 | 235 | \ No newline at end of file |
236 | +end | ... | ... |
Gemfile.lock
... | ... | @@ -2,26 +2,26 @@ GEM |
2 | 2 | remote: https://rubygems.org/ |
3 | 3 | specs: |
4 | 4 | ace-rails-ap (2.0.1) |
5 | - actionmailer (4.0.3) | |
6 | - actionpack (= 4.0.3) | |
5 | + actionmailer (4.0.5) | |
6 | + actionpack (= 4.0.5) | |
7 | 7 | mail (~> 2.5.4) |
8 | - actionpack (4.0.3) | |
9 | - activesupport (= 4.0.3) | |
8 | + actionpack (4.0.5) | |
9 | + activesupport (= 4.0.5) | |
10 | 10 | builder (~> 3.1.0) |
11 | 11 | erubis (~> 2.7.0) |
12 | 12 | rack (~> 1.5.2) |
13 | 13 | rack-test (~> 0.6.2) |
14 | - activemodel (4.0.3) | |
15 | - activesupport (= 4.0.3) | |
14 | + activemodel (4.0.5) | |
15 | + activesupport (= 4.0.5) | |
16 | 16 | builder (~> 3.1.0) |
17 | - activerecord (4.0.3) | |
18 | - activemodel (= 4.0.3) | |
17 | + activerecord (4.0.5) | |
18 | + activemodel (= 4.0.5) | |
19 | 19 | activerecord-deprecated_finders (~> 1.0.2) |
20 | - activesupport (= 4.0.3) | |
20 | + activesupport (= 4.0.5) | |
21 | 21 | arel (~> 4.0.0) |
22 | 22 | activerecord-deprecated_finders (1.0.3) |
23 | - activesupport (4.0.3) | |
24 | - i18n (~> 0.6, >= 0.6.4) | |
23 | + activesupport (4.0.5) | |
24 | + i18n (~> 0.6, >= 0.6.9) | |
25 | 25 | minitest (~> 4.2) |
26 | 26 | multi_json (~> 1.3) |
27 | 27 | thread_safe (~> 0.1) |
... | ... | @@ -280,7 +280,7 @@ GEM |
280 | 280 | mime-types (1.25.1) |
281 | 281 | mini_portile (0.5.3) |
282 | 282 | minitest (4.7.5) |
283 | - multi_json (1.9.2) | |
283 | + multi_json (1.10.0) | |
284 | 284 | multi_xml (0.5.5) |
285 | 285 | multipart-post (1.2.0) |
286 | 286 | mysql2 (0.3.11) |
... | ... | @@ -350,13 +350,13 @@ GEM |
350 | 350 | rack |
351 | 351 | rack-test (0.6.2) |
352 | 352 | rack (>= 1.0) |
353 | - rails (4.0.3) | |
354 | - actionmailer (= 4.0.3) | |
355 | - actionpack (= 4.0.3) | |
356 | - activerecord (= 4.0.3) | |
357 | - activesupport (= 4.0.3) | |
353 | + rails (4.0.5) | |
354 | + actionmailer (= 4.0.5) | |
355 | + actionpack (= 4.0.5) | |
356 | + activerecord (= 4.0.5) | |
357 | + activesupport (= 4.0.5) | |
358 | 358 | bundler (>= 1.3.0, < 2.0) |
359 | - railties (= 4.0.3) | |
359 | + railties (= 4.0.5) | |
360 | 360 | sprockets-rails (~> 2.0.0) |
361 | 361 | rails-observers (0.1.2) |
362 | 362 | activemodel (~> 4.0) |
... | ... | @@ -369,9 +369,9 @@ GEM |
369 | 369 | i18n |
370 | 370 | require_all |
371 | 371 | ruby-progressbar |
372 | - railties (4.0.3) | |
373 | - actionpack (= 4.0.3) | |
374 | - activesupport (= 4.0.3) | |
372 | + railties (4.0.5) | |
373 | + actionpack (= 4.0.5) | |
374 | + activesupport (= 4.0.5) | |
375 | 375 | rake (>= 0.8.7) |
376 | 376 | thor (>= 0.18.1, < 2.0) |
377 | 377 | raindrops (0.12.0) |
... | ... | @@ -428,11 +428,12 @@ GEM |
428 | 428 | safe_yaml (0.9.7) |
429 | 429 | sanitize (2.1.0) |
430 | 430 | nokogiri (>= 1.4.4) |
431 | - sass (3.2.12) | |
432 | - sass-rails (4.0.1) | |
431 | + sass (3.2.19) | |
432 | + sass-rails (4.0.3) | |
433 | 433 | railties (>= 4.0.0, < 5.0) |
434 | - sass (>= 3.1.10) | |
435 | - sprockets-rails (~> 2.0.0) | |
434 | + sass (~> 3.2.0) | |
435 | + sprockets (~> 2.8, <= 2.11.0) | |
436 | + sprockets-rails (~> 2.0) | |
436 | 437 | sdoc (0.3.20) |
437 | 438 | json (>= 1.1.3) |
438 | 439 | rdoc (~> 3.10) |
... | ... | @@ -479,7 +480,7 @@ GEM |
479 | 480 | spring (>= 0.9.1) |
480 | 481 | spring-commands-spinach (1.0.0) |
481 | 482 | spring (>= 0.9.1) |
482 | - sprockets (2.10.1) | |
483 | + sprockets (2.11.0) | |
483 | 484 | hike (~> 1.2) |
484 | 485 | multi_json (~> 1.0) |
485 | 486 | rack (~> 1.0) |
... | ... | @@ -634,7 +635,7 @@ DEPENDENCIES |
634 | 635 | redis-rails |
635 | 636 | rspec-rails |
636 | 637 | sanitize (~> 2.0) |
637 | - sass-rails | |
638 | + sass-rails (~> 4.0.2) | |
638 | 639 | sdoc |
639 | 640 | seed-fu |
640 | 641 | select2-rails | ... | ... |
VERSION