diff --git a/Gemfile.lock b/Gemfile.lock index 72bdb1c..a4eb5fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,57 +1,60 @@ GEM remote: http://rubygems.org/ specs: - actionpack (3.1.1) - activemodel (= 3.1.1) - activesupport (= 3.1.1) + actionpack (3.2.9) + activemodel (= 3.2.9) + activesupport (= 3.2.9) builder (~> 3.0.0) erubis (~> 2.7.0) - i18n (~> 0.6) - rack (~> 1.3.2) - rack-cache (~> 1.1) - rack-mount (~> 0.8.2) + journey (~> 1.0.4) + rack (~> 1.4.0) + rack-cache (~> 1.2) rack-test (~> 0.6.1) - sprockets (~> 2.0.2) - activemodel (3.1.1) - activesupport (= 3.1.1) + sprockets (~> 2.2.1) + activemodel (3.2.9) + activesupport (= 3.2.9) builder (~> 3.0.0) + activesupport (3.2.9) i18n (~> 0.6) - activesupport (3.1.1) multi_json (~> 1.0) - builder (3.0.0) + builder (3.0.4) diff-lcs (1.1.3) erubis (2.7.0) git (1.2.5) hike (1.2.1) - i18n (0.6.0) - jeweler (1.6.4) + i18n (0.6.1) + jeweler (1.8.4) bundler (~> 1.0) git (>= 1.2.5) rake - multi_json (1.0.3) + rdoc + journey (1.0.4) + json (1.7.5) + multi_json (1.3.7) mynyml-redgreen (0.7.1) term-ansicolor (>= 1.0.4) - rack (1.3.5) - rack-cache (1.1) + rack (1.4.1) + rack-cache (1.2) rack (>= 0.4) - rack-mount (0.8.3) - rack (>= 1.0.0) - rack-test (0.6.1) + rack-test (0.6.2) rack (>= 1.0) - rake (0.9.2.2) - rspec (2.7.0) - rspec-core (~> 2.7.0) - rspec-expectations (~> 2.7.0) - rspec-mocks (~> 2.7.0) - rspec-core (2.7.1) - rspec-expectations (2.7.0) - diff-lcs (~> 1.1.2) - rspec-mocks (2.7.0) - sprockets (2.0.3) + rake (10.0.0) + rdoc (3.12) + json (~> 1.4) + rspec (2.11.0) + rspec-core (~> 2.11.0) + rspec-expectations (~> 2.11.0) + rspec-mocks (~> 2.11.0) + rspec-core (2.11.1) + rspec-expectations (2.11.3) + diff-lcs (~> 1.1.3) + rspec-mocks (2.11.3) + sprockets (2.2.1) hike (~> 1.2) + multi_json (~> 1.0) rack (~> 1.0) tilt (~> 1.1, != 1.3.0) - term-ansicolor (1.0.5) + term-ansicolor (1.0.7) tilt (1.3.3) PLATFORMS