diff options
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index edf394d..3021b60 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,17 +1,19 @@ GEM remote: http://rubygems.org/ specs: - diff-lcs (1.1.2) - rake (0.9.2) - rspec (2.1.0) - rspec-core (~> 2.1.0) - rspec-expectations (~> 2.1.0) - rspec-mocks (~> 2.1.0) - rspec-core (2.1.0) - rspec-expectations (2.1.0) + diff-lcs (1.1.3) + libv8 (3.3.10.2) + 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.1.0) - therubyracer (0.8.0) + rspec-mocks (2.7.0) + therubyracer (0.9.8) + libv8 (~> 3.3.10) PLATFORMS ruby @@ -19,4 +21,4 @@ PLATFORMS DEPENDENCIES rake rspec - therubyracer (>= 0.8.0) + therubyracer (>= 0.9.8) |