From 253b6f080b6199306f1b74a8cf8d31c975aba875 Mon Sep 17 00:00:00 2001 From: Joshua Clayton Date: Fri, 18 Jan 2013 14:35:12 -0500 Subject: [PATCH] Bump gem version requirements for ActiveRecord --- Appraisals | 6 +++--- Gemfile.lock | 4 ++-- gemfiles/3.0.gemfile | 2 +- gemfiles/3.0.gemfile.lock | 2 +- gemfiles/3.1.gemfile | 2 +- gemfiles/3.1.gemfile.lock | 14 +++++++------- gemfiles/3.2.gemfile | 2 +- gemfiles/3.2.gemfile.lock | 14 +++++++------- 8 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Appraisals b/Appraisals index d34999df1..4aaedebd7 100644 --- a/Appraisals +++ b/Appraisals @@ -1,11 +1,11 @@ appraise "3.0" do - gem "activerecord", "~> 3.0.18" + gem "activerecord", "~> 3.0.19" end appraise "3.1" do - gem "activerecord", "~> 3.1.9" + gem "activerecord", "~> 3.1.10" end appraise "3.2" do - gem "activerecord", "~> 3.2.10" + gem "activerecord", "~> 3.2.11" end diff --git a/Gemfile.lock b/Gemfile.lock index 9ab906f74..b703a02b1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -44,13 +44,13 @@ GEM json (>= 1.4.6) gherkin (2.11.5-java) json (>= 1.4.6) - i18n (0.6.0) + i18n (0.6.1) json (1.7.5) json (1.7.5-java) metaclass (0.0.1) mocha (0.13.0) metaclass (~> 0.0.1) - multi_json (1.3.4) + multi_json (1.5.0) rake (0.9.2.2) rspec (2.12.0) rspec-core (~> 2.12.0) diff --git a/gemfiles/3.0.gemfile b/gemfiles/3.0.gemfile index e914619e2..2e48c169c 100644 --- a/gemfiles/3.0.gemfile +++ b/gemfiles/3.0.gemfile @@ -2,6 +2,6 @@ source "http://rubygems.org" -gem "activerecord", "~> 3.0.18" +gem "activerecord", "~> 3.0.19" gemspec :path=>"../" \ No newline at end of file diff --git a/gemfiles/3.0.gemfile.lock b/gemfiles/3.0.gemfile.lock index 6e453c0e3..56e398517 100644 --- a/gemfiles/3.0.gemfile.lock +++ b/gemfiles/3.0.gemfile.lock @@ -67,7 +67,7 @@ PLATFORMS ruby DEPENDENCIES - activerecord (~> 3.0.18) + activerecord (~> 3.0.19) appraisal (~> 0.5.1) aruba bourne diff --git a/gemfiles/3.1.gemfile b/gemfiles/3.1.gemfile index 11cc32565..4d7473d4c 100644 --- a/gemfiles/3.1.gemfile +++ b/gemfiles/3.1.gemfile @@ -2,6 +2,6 @@ source "http://rubygems.org" -gem "activerecord", "~> 3.1.9" +gem "activerecord", "~> 3.1.10" gemspec :path=>"../" \ No newline at end of file diff --git a/gemfiles/3.1.gemfile.lock b/gemfiles/3.1.gemfile.lock index b1a7d4ba7..eb9cddcf1 100644 --- a/gemfiles/3.1.gemfile.lock +++ b/gemfiles/3.1.gemfile.lock @@ -7,16 +7,16 @@ PATH GEM remote: http://rubygems.org/ specs: - activemodel (3.1.9) - activesupport (= 3.1.9) + activemodel (3.1.10) + activesupport (= 3.1.10) builder (~> 3.0.0) i18n (~> 0.6) - activerecord (3.1.9) - activemodel (= 3.1.9) - activesupport (= 3.1.9) + activerecord (3.1.10) + activemodel (= 3.1.10) + activesupport (= 3.1.10) arel (~> 2.2.3) tzinfo (~> 0.3.29) - activesupport (3.1.9) + activesupport (3.1.10) multi_json (>= 1.0, < 1.3) appraisal (0.5.1) bundler @@ -68,7 +68,7 @@ PLATFORMS ruby DEPENDENCIES - activerecord (~> 3.1.9) + activerecord (~> 3.1.10) appraisal (~> 0.5.1) aruba bourne diff --git a/gemfiles/3.2.gemfile b/gemfiles/3.2.gemfile index 7549a5d7d..b9bd228b2 100644 --- a/gemfiles/3.2.gemfile +++ b/gemfiles/3.2.gemfile @@ -2,6 +2,6 @@ source "http://rubygems.org" -gem "activerecord", "~> 3.2.10" +gem "activerecord", "~> 3.2.11" gemspec :path=>"../" \ No newline at end of file diff --git a/gemfiles/3.2.gemfile.lock b/gemfiles/3.2.gemfile.lock index fbb668912..ddcece895 100644 --- a/gemfiles/3.2.gemfile.lock +++ b/gemfiles/3.2.gemfile.lock @@ -7,15 +7,15 @@ PATH GEM remote: http://rubygems.org/ specs: - activemodel (3.2.10) - activesupport (= 3.2.10) + activemodel (3.2.11) + activesupport (= 3.2.11) builder (~> 3.0.0) - activerecord (3.2.10) - activemodel (= 3.2.10) - activesupport (= 3.2.10) + activerecord (3.2.11) + activemodel (= 3.2.11) + activesupport (= 3.2.11) arel (~> 3.0.2) tzinfo (~> 0.3.29) - activesupport (3.2.10) + activesupport (3.2.11) i18n (~> 0.6) multi_json (~> 1.0) appraisal (0.5.1) @@ -68,7 +68,7 @@ PLATFORMS ruby DEPENDENCIES - activerecord (~> 3.2.10) + activerecord (~> 3.2.11) appraisal (~> 0.5.1) aruba bourne