diff --git a/Gemfile.lock b/Gemfile.lock index 6afd6f2..27f65ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,11 +10,16 @@ PATH GEM remote: http://rubygems.org/ specs: - activesupport (3.0.0) + activesupport (3.2.22.5) + i18n (~> 0.6, >= 0.6.4) + multi_json (~> 1.0) + concurrent-ruby (1.1.10) fakeweb (1.3.0) - i18n (0.4.1) + i18n (0.9.5) + concurrent-ruby (~> 1.0) mime-types (1.16) minitest (2.0.2) + multi_json (1.15.0) rest-client (1.6.1) mime-types (>= 1.16) vcr (1.2.0) @@ -24,12 +29,8 @@ PLATFORMS ruby DEPENDENCIES - activesupport (>= 3.0) bundler (>= 1.0.0) fakeweb - i18n minitest - rest-client smile! vcr - yajl-ruby (>= 0.7.8)