diff --git a/Gemfile b/Gemfile index b44f892..4cd3d87 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "http://rubygems.org" gemspec -gem "activerecord", "~> 3.0" +gem "activerecord", "~> 3.2" gem "activesupport", "~> 3.0" group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 80ddba4..94c9415 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,22 +8,11 @@ PATH GEM remote: http://rubygems.org/ specs: - activemodel (3.1.3) - activesupport (= 3.1.3) - builder (~> 3.0.0) - i18n (~> 0.6) - activerecord (3.1.3) - activemodel (= 3.1.3) - activesupport (= 3.1.3) - arel (~> 2.2.1) - tzinfo (~> 0.3.29) + activerecord (3.2.14) activesupport (3.1.3) multi_json (~> 1.0) - arel (2.2.1) - builder (3.0.0) diff-lcs (1.1.3) - i18n (0.6.0) - multi_json (1.0.4) + multi_json (1.15.0) rspec (2.8.0) rspec-core (~> 2.8.0) rspec-expectations (~> 2.8.0) @@ -33,13 +22,12 @@ GEM diff-lcs (~> 1.1.2) rspec-mocks (2.8.0) sqlite3 (1.3.5) - tzinfo (0.3.31) PLATFORMS ruby DEPENDENCIES - activerecord (~> 3.0) + activerecord (~> 3.2) activesupport (~> 3.0) flex_fields! rspec