diff --git a/Gemfile.lock b/Gemfile.lock index 84a4f081e0..3e2582c82c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,18 +9,18 @@ PATH GEM remote: http://rubygems.org/ specs: - activemodel (3.1.3) - activesupport (= 3.1.3) + activemodel (3.2.0) + activesupport (= 3.2.0) builder (~> 3.0.0) - i18n (~> 0.6) - activerecord (3.1.3) - activemodel (= 3.1.3) - activesupport (= 3.1.3) - arel (~> 2.2.1) + activerecord (3.2.0) + activemodel (= 3.2.0) + activesupport (= 3.2.0) + arel (~> 3.0.0) tzinfo (~> 0.3.29) - activesupport (3.1.3) + activesupport (3.2.0) + i18n (~> 0.6) multi_json (~> 1.0) - arel (2.2.1) + arel (3.0.0) builder (3.0.0) i18n (0.6.0) multi_json (1.0.4)