From 3bca370512ba3f0ae9f96c35ccd8b104acf3a6f4 Mon Sep 17 00:00:00 2001 From: Wilson Kazuo Mizutani Date: Tue, 25 Jun 2013 14:18:02 -0300 Subject: [PATCH] Updated to stable rails 4.0.0 --- Gemfile | 2 +- Gemfile.lock | 44 ++++++++++++++++++++++---------------------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Gemfile b/Gemfile index 9c6f49d..57d3ee5 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.0.0.rc2' +gem 'rails', '4.0.0' # Use sqlite3 as the database for Active Record gem 'sqlite3' diff --git a/Gemfile.lock b/Gemfile.lock index 2d5088a..de7dbf9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,25 +1,25 @@ GEM remote: https://rubygems.org/ specs: - actionmailer (4.0.0.rc2) - actionpack (= 4.0.0.rc2) + actionmailer (4.0.0) + actionpack (= 4.0.0) mail (~> 2.5.3) - actionpack (4.0.0.rc2) - activesupport (= 4.0.0.rc2) + actionpack (4.0.0) + activesupport (= 4.0.0) builder (~> 3.1.0) erubis (~> 2.7.0) rack (~> 1.5.2) rack-test (~> 0.6.2) - activemodel (4.0.0.rc2) - activesupport (= 4.0.0.rc2) + activemodel (4.0.0) + activesupport (= 4.0.0) builder (~> 3.1.0) - activerecord (4.0.0.rc2) - activemodel (= 4.0.0.rc2) + activerecord (4.0.0) + activemodel (= 4.0.0) activerecord-deprecated_finders (~> 1.0.2) - activesupport (= 4.0.0.rc2) + activesupport (= 4.0.0) arel (~> 4.0.0) activerecord-deprecated_finders (1.0.3) - activesupport (4.0.0.rc2) + activesupport (4.0.0) i18n (~> 0.6, >= 0.6.4) minitest (~> 4.2) multi_json (~> 1.3) @@ -77,7 +77,7 @@ GEM treetop (~> 1.4.8) mime-types (1.23) mini_portile (0.5.0) - minitest (4.7.4) + minitest (4.7.5) modernizr-rails (2.6.2.3) multi_json (1.7.7) nokogiri (1.6.0) @@ -86,17 +86,17 @@ GEM rack (1.5.2) rack-test (0.6.2) rack (>= 1.0) - rails (4.0.0.rc2) - actionmailer (= 4.0.0.rc2) - actionpack (= 4.0.0.rc2) - activerecord (= 4.0.0.rc2) - activesupport (= 4.0.0.rc2) + rails (4.0.0) + actionmailer (= 4.0.0) + actionpack (= 4.0.0) + activerecord (= 4.0.0) + activesupport (= 4.0.0) bundler (>= 1.3.0, < 2.0) - railties (= 4.0.0.rc2) + railties (= 4.0.0) sprockets-rails (~> 2.0.0) - railties (4.0.0.rc2) - actionpack (= 4.0.0.rc2) - activesupport (= 4.0.0.rc2) + railties (4.0.0) + actionpack (= 4.0.0) + activesupport (= 4.0.0) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rake (10.1.0) @@ -115,7 +115,7 @@ GEM rspec-expectations (~> 2.13.0) rspec-mocks (~> 2.13.0) sass (3.2.9) - sass-rails (4.0.0.rc2) + sass-rails (4.0.0) railties (>= 4.0.0.beta, < 5.0) sass (>= 3.1.10) sprockets-rails (~> 2.0.0) @@ -168,7 +168,7 @@ DEPENDENCIES jbuilder (~> 1.2) jquery-rails modernizr-rails - rails (= 4.0.0.rc2) + rails (= 4.0.0) rspec-rails sass-rails (~> 4.0.0.rc2) sdoc -- libgit2 0.21.2