From 7c75cc75712c6cfaffa914e8be64761406ccc659 Mon Sep 17 00:00:00 2001 From: Alexander Machehin Date: Fri, 29 Aug 2014 20:07:18 +0600 Subject: [PATCH] update rails to 4.0.9 --- Gemfile | 2 +- Gemfile.lock | 44 ++++++++++++++++++++++---------------------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Gemfile b/Gemfile index c3f067dba..6596e8fe1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'rails', '4.0.8' +gem 'rails', '4.0.9' gem 'activeadmin', github: 'gregbell/active_admin' gem 'pg', '~> 0.17.1' diff --git a/Gemfile.lock b/Gemfile.lock index 275d21d73..7f2bf73fe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,25 +52,25 @@ GEM remote: https://rubygems.org/ specs: RedCloth (4.2.9) - actionmailer (4.0.8) - actionpack (= 4.0.8) + actionmailer (4.0.9) + actionpack (= 4.0.9) mail (~> 2.5.4) - actionpack (4.0.8) - activesupport (= 4.0.8) + actionpack (4.0.9) + activesupport (= 4.0.9) builder (~> 3.1.0) erubis (~> 2.7.0) rack (~> 1.5.2) rack-test (~> 0.6.2) - activemodel (4.0.8) - activesupport (= 4.0.8) + activemodel (4.0.9) + activesupport (= 4.0.9) builder (~> 3.1.0) - activerecord (4.0.8) - activemodel (= 4.0.8) + activerecord (4.0.9) + activemodel (= 4.0.9) activerecord-deprecated_finders (~> 1.0.2) - activesupport (= 4.0.8) + activesupport (= 4.0.9) arel (~> 4.0.0) activerecord-deprecated_finders (1.0.3) - activesupport (4.0.8) + activesupport (4.0.9) i18n (~> 0.6, >= 0.6.9) minitest (~> 4.2) multi_json (~> 1.3) @@ -204,7 +204,7 @@ GEM highline (1.6.21) hike (1.2.3) hirb (0.7.1) - i18n (0.6.9) + i18n (0.6.11) inherited_resources (1.4.1) has_scope (~> 0.6.0.rc) responders (~> 1.0.0.rc) @@ -332,21 +332,21 @@ GEM rack (>= 1.0) rack-throttle (0.3.0) rack (>= 1.0.0) - rails (4.0.8) - actionmailer (= 4.0.8) - actionpack (= 4.0.8) - activerecord (= 4.0.8) - activesupport (= 4.0.8) + rails (4.0.9) + actionmailer (= 4.0.9) + actionpack (= 4.0.9) + activerecord (= 4.0.9) + activesupport (= 4.0.9) bundler (>= 1.3.0, < 2.0) - railties (= 4.0.8) + railties (= 4.0.9) sprockets-rails (~> 2.0) rails3-generators (1.0.0) railties (>= 3.0.0) rails3-jquery-autocomplete (1.0.12) rails (>= 3.0) - railties (4.0.8) - actionpack (= 4.0.8) - activesupport (= 4.0.8) + railties (4.0.9) + actionpack (= 4.0.9) + activesupport (= 4.0.9) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) rake (10.3.2) @@ -487,7 +487,7 @@ GEM treetop (1.4.15) polyglot polyglot (>= 0.3.1) - tzinfo (0.3.39) + tzinfo (0.3.41) uglifier (2.4.0) execjs (>= 0.3.0) json (>= 1.8.0) @@ -572,7 +572,7 @@ DEPENDENCIES protected_attributes puma rack-throttle (~> 0.3.0) - rails (= 4.0.8) + rails (= 4.0.9) rails3-generators rails3-jquery-autocomplete (~> 1.0) rake