From 10c7c723c16d757b5a5692542911a08715966b6f Mon Sep 17 00:00:00 2001 From: re4k Date: Tue, 30 Apr 2013 23:09:54 +0900 Subject: refactor (not tested, no compatibility) --- Gemfile.lock | 66 ++++++++++++++++++++++++++++-------------------------------- 1 file changed, 31 insertions(+), 35 deletions(-) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index e6d802d..03e640f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,36 +1,36 @@ GEM remote: https://rubygems.org/ specs: - actionmailer (4.0.0.beta1) - actionpack (= 4.0.0.beta1) + actionmailer (4.0.0.rc1) + actionpack (= 4.0.0.rc1) mail (~> 2.5.3) - actionpack (4.0.0.beta1) - activesupport (= 4.0.0.beta1) + actionpack (4.0.0.rc1) + activesupport (= 4.0.0.rc1) builder (~> 3.1.0) erubis (~> 2.7.0) rack (~> 1.5.2) rack-test (~> 0.6.2) - activemodel (4.0.0.beta1) - activesupport (= 4.0.0.beta1) + activemodel (4.0.0.rc1) + activesupport (= 4.0.0.rc1) builder (~> 3.1.0) - activerecord (4.0.0.beta1) - activemodel (= 4.0.0.beta1) - activerecord-deprecated_finders (~> 0.0.3) - activesupport (= 4.0.0.beta1) - arel (~> 4.0.0.beta1) - activerecord-deprecated_finders (0.0.3) - activesupport (4.0.0.beta1) - i18n (~> 0.6.2) + activerecord (4.0.0.rc1) + activemodel (= 4.0.0.rc1) + activerecord-deprecated_finders (~> 1.0.2) + activesupport (= 4.0.0.rc1) + arel (~> 4.0.0) + activerecord-deprecated_finders (1.0.2) + activesupport (4.0.0.rc1) + i18n (~> 0.6, >= 0.6.4) minitest (~> 4.2) multi_json (~> 1.3) thread_safe (~> 0.1) - tzinfo (~> 0.3.33) + tzinfo (~> 0.3.37) addressable (2.3.4) after_commit_action (0.1.3) activerecord (>= 3.0.0) arel (4.0.0) atomic (1.1.8) - bootstrap-sass (2.3.1.0) + bootstrap-sass (2.3.1.1) sass (~> 3.2) builder (3.1.4) coffee-rails (4.0.0) @@ -76,7 +76,6 @@ GEM jquery-rails (2.2.1) railties (>= 3.0, < 5.0) thor (>= 0.14, < 2.0) - json (1.7.7) kgio (2.8.0) mail (2.5.3) i18n (>= 0.4.0) @@ -102,26 +101,23 @@ GEM rack (1.5.2) rack-test (0.6.2) rack (>= 1.0) - rails (4.0.0.beta1) - actionmailer (= 4.0.0.beta1) - actionpack (= 4.0.0.beta1) - activerecord (= 4.0.0.beta1) - activesupport (= 4.0.0.beta1) + rails (4.0.0.rc1) + actionmailer (= 4.0.0.rc1) + actionpack (= 4.0.0.rc1) + activerecord (= 4.0.0.rc1) + activesupport (= 4.0.0.rc1) bundler (>= 1.3.0, < 2.0) - railties (= 4.0.0.beta1) - sprockets-rails (~> 2.0.0.rc3) + railties (= 4.0.0.rc1) + sprockets-rails (~> 2.0.0.rc4) rails_config (0.3.3) activesupport (>= 3.0) - railties (4.0.0.beta1) - actionpack (= 4.0.0.beta1) - activesupport (= 4.0.0.beta1) + railties (4.0.0.rc1) + actionpack (= 4.0.0.rc1) + activesupport (= 4.0.0.rc1) rake (>= 0.8.7) - rdoc (~> 3.4) - thor (>= 0.17.0, < 2.0) + thor (>= 0.18.1, < 2.0) raindrops (0.11.0) rake (10.0.4) - rdoc (3.12.2) - json (~> 1.4) rspec (2.13.0) rspec-core (~> 2.13.0) rspec-expectations (~> 2.13.0) @@ -130,7 +126,7 @@ GEM rspec-expectations (2.13.0) diff-lcs (>= 1.1.3, < 2.0) rspec-mocks (2.13.1) - rspec-rails (2.13.0) + rspec-rails (2.13.1) actionpack (>= 3.0) activesupport (>= 3.0) railties (>= 3.0) @@ -186,7 +182,7 @@ PLATFORMS DEPENDENCIES bootstrap-sass - coffee-rails (~> 4.0.0.beta1) + coffee-rails (~> 4.0.0.rc1) counter_culture daemon-spawn dalli @@ -198,11 +194,11 @@ DEPENDENCIES msgpack mysql2 (> 0.3.12b) omniauth-twitter - rails (= 4.0.0.beta1) + rails (= 4.0.0.rc1) rails_config rspec rspec-rails - sass-rails (~> 4.0.0.beta1) + sass-rails (~> 4.0.0.rc1) thin twitter uglifier (>= 1.0.3) -- cgit v1.2.3