Commit 5218537c3bff9e26f657fd0f8c773471a5170d9b

Authored by Dmitriy Zaporozhets
2 parents e5de0068 ad5a982d

Merge branch 'rails_4_0_5' into 'master'

Rails 4.0.5
Showing 2 changed files with 29 additions and 28 deletions   Show diff stats
@@ -152,7 +152,7 @@ gem "rack-attack" @@ -152,7 +152,7 @@ gem "rack-attack"
152 # Ace editor 152 # Ace editor
153 gem 'ace-rails-ap' 153 gem 'ace-rails-ap'
154 154
155 -gem "sass-rails" 155 +gem "sass-rails", '~> 4.0.2'
156 gem "coffee-rails" 156 gem "coffee-rails"
157 gem "uglifier" 157 gem "uglifier"
158 gem "therubyracer" 158 gem "therubyracer"
@@ -2,26 +2,26 @@ GEM @@ -2,26 +2,26 @@ GEM
2 remote: https://rubygems.org/ 2 remote: https://rubygems.org/
3 specs: 3 specs:
4 ace-rails-ap (2.0.1) 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 mail (~> 2.5.4) 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 builder (~> 3.1.0) 10 builder (~> 3.1.0)
11 erubis (~> 2.7.0) 11 erubis (~> 2.7.0)
12 rack (~> 1.5.2) 12 rack (~> 1.5.2)
13 rack-test (~> 0.6.2) 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 builder (~> 3.1.0) 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 activerecord-deprecated_finders (~> 1.0.2) 19 activerecord-deprecated_finders (~> 1.0.2)
20 - activesupport (= 4.0.3) 20 + activesupport (= 4.0.5)
21 arel (~> 4.0.0) 21 arel (~> 4.0.0)
22 activerecord-deprecated_finders (1.0.3) 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 minitest (~> 4.2) 25 minitest (~> 4.2)
26 multi_json (~> 1.3) 26 multi_json (~> 1.3)
27 thread_safe (~> 0.1) 27 thread_safe (~> 0.1)
@@ -279,7 +279,7 @@ GEM @@ -279,7 +279,7 @@ GEM
279 mime-types (1.25.1) 279 mime-types (1.25.1)
280 mini_portile (0.5.3) 280 mini_portile (0.5.3)
281 minitest (4.7.5) 281 minitest (4.7.5)
282 - multi_json (1.9.3) 282 + multi_json (1.10.0)
283 multi_xml (0.5.5) 283 multi_xml (0.5.5)
284 multipart-post (1.2.0) 284 multipart-post (1.2.0)
285 mysql2 (0.3.11) 285 mysql2 (0.3.11)
@@ -349,13 +349,13 @@ GEM @@ -349,13 +349,13 @@ GEM
349 rack 349 rack
350 rack-test (0.6.2) 350 rack-test (0.6.2)
351 rack (>= 1.0) 351 rack (>= 1.0)
352 - rails (4.0.3)  
353 - actionmailer (= 4.0.3)  
354 - actionpack (= 4.0.3)  
355 - activerecord (= 4.0.3)  
356 - activesupport (= 4.0.3) 352 + rails (4.0.5)
  353 + actionmailer (= 4.0.5)
  354 + actionpack (= 4.0.5)
  355 + activerecord (= 4.0.5)
  356 + activesupport (= 4.0.5)
357 bundler (>= 1.3.0, < 2.0) 357 bundler (>= 1.3.0, < 2.0)
358 - railties (= 4.0.3) 358 + railties (= 4.0.5)
359 sprockets-rails (~> 2.0.0) 359 sprockets-rails (~> 2.0.0)
360 rails-observers (0.1.2) 360 rails-observers (0.1.2)
361 activemodel (~> 4.0) 361 activemodel (~> 4.0)
@@ -368,9 +368,9 @@ GEM @@ -368,9 +368,9 @@ GEM
368 i18n 368 i18n
369 require_all 369 require_all
370 ruby-progressbar 370 ruby-progressbar
371 - railties (4.0.3)  
372 - actionpack (= 4.0.3)  
373 - activesupport (= 4.0.3) 371 + railties (4.0.5)
  372 + actionpack (= 4.0.5)
  373 + activesupport (= 4.0.5)
374 rake (>= 0.8.7) 374 rake (>= 0.8.7)
375 thor (>= 0.18.1, < 2.0) 375 thor (>= 0.18.1, < 2.0)
376 raindrops (0.12.0) 376 raindrops (0.12.0)
@@ -427,11 +427,12 @@ GEM @@ -427,11 +427,12 @@ GEM
427 safe_yaml (0.9.7) 427 safe_yaml (0.9.7)
428 sanitize (2.1.0) 428 sanitize (2.1.0)
429 nokogiri (>= 1.4.4) 429 nokogiri (>= 1.4.4)
430 - sass (3.2.12)  
431 - sass-rails (4.0.1) 430 + sass (3.2.19)
  431 + sass-rails (4.0.3)
432 railties (>= 4.0.0, < 5.0) 432 railties (>= 4.0.0, < 5.0)
433 - sass (>= 3.1.10)  
434 - sprockets-rails (~> 2.0.0) 433 + sass (~> 3.2.0)
  434 + sprockets (~> 2.8, <= 2.11.0)
  435 + sprockets-rails (~> 2.0)
435 sdoc (0.3.20) 436 sdoc (0.3.20)
436 json (>= 1.1.3) 437 json (>= 1.1.3)
437 rdoc (~> 3.10) 438 rdoc (~> 3.10)
@@ -478,7 +479,7 @@ GEM @@ -478,7 +479,7 @@ GEM
478 spring (>= 0.9.1) 479 spring (>= 0.9.1)
479 spring-commands-spinach (1.0.0) 480 spring-commands-spinach (1.0.0)
480 spring (>= 0.9.1) 481 spring (>= 0.9.1)
481 - sprockets (2.10.1) 482 + sprockets (2.11.0)
482 hike (~> 1.2) 483 hike (~> 1.2)
483 multi_json (~> 1.0) 484 multi_json (~> 1.0)
484 rack (~> 1.0) 485 rack (~> 1.0)
@@ -636,7 +637,7 @@ DEPENDENCIES @@ -636,7 +637,7 @@ DEPENDENCIES
636 redis-rails 637 redis-rails
637 rspec-rails 638 rspec-rails
638 sanitize (~> 2.0) 639 sanitize (~> 2.0)
639 - sass-rails 640 + sass-rails (~> 4.0.2)
640 sdoc 641 sdoc
641 seed-fu 642 seed-fu
642 select2-rails 643 select2-rails