Skip to content

Commit

Permalink
Update rspec and friends.
Browse files Browse the repository at this point in the history
Required for naming of the subject
  • Loading branch information
libc committed Mar 20, 2013
1 parent 7c6ad9e commit a35381e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Gemfile.lock
Expand Up @@ -17,7 +17,7 @@ GEM
addressable (2.2.6)
crack (0.3.1)
curb (0.8.3)
diff-lcs (1.1.3)
diff-lcs (1.2.1)
hashie (2.0.3)
i18n (0.6.1)
json (1.6.1)
Expand All @@ -29,14 +29,14 @@ GEM
rake (0.9.2)
rdoc (3.10)
json (~> 1.4)
rspec (2.7.0)
rspec-core (~> 2.7.0)
rspec-expectations (~> 2.7.0)
rspec-mocks (~> 2.7.0)
rspec-core (2.7.0)
rspec-expectations (2.7.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.7.0)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.0)
simplecov (0.5.4)
multi_json (~> 1.0.3)
simplecov-html (~> 0.5.3)
Expand Down

0 comments on commit a35381e

Please sign in to comment.