Skip to content

Commit

Permalink
Update rspec dependency to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Feb 6, 2011
1 parent 068867e commit 53e7bcf
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Gemfile.lock
Expand Up @@ -76,20 +76,20 @@ GEM
rake (>= 0.8.7)
thor (~> 0.14.4)
rake (0.8.7)
rspec (2.4.0)
rspec-core (~> 2.4.0)
rspec-expectations (~> 2.4.0)
rspec-mocks (~> 2.4.0)
rspec-core (2.4.0)
rspec-expectations (2.4.0)
rspec (2.5.0)
rspec-core (~> 2.5.0)
rspec-expectations (~> 2.5.0)
rspec-mocks (~> 2.5.0)
rspec-core (2.5.0)
rspec-expectations (2.5.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.4.0)
rspec-rails (2.4.1)
rspec-mocks (2.5.0)
rspec-rails (2.5.0)
actionpack (~> 3.0)
activesupport (~> 3.0)
railties (~> 3.0)
rspec (~> 2.4.0)
simple_oauth (0.1.3)
rspec (~> 2.5.0)
simple_oauth (0.1.4)
thor (0.14.6)
treetop (1.4.9)
polyglot (>= 0.3.1)
Expand Down

0 comments on commit 53e7bcf

Please sign in to comment.