Skip to content
This repository has been archived by the owner on Dec 31, 2018. It is now read-only.

Commit

Permalink
Update stratify-rails to latest version of rspec-rails (2.10)
Browse files Browse the repository at this point in the history
Resolves deprecation warning seen when running specs.

See rspec/rspec-rails#529
  • Loading branch information
jasonrudolph committed May 4, 2012
1 parent dace18d commit 3f5144d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions stratify-rails/Gemfile.lock
Expand Up @@ -165,19 +165,19 @@ GEM
rdoc (3.12)
json (~> 1.4)
rinku (1.0.0)
rspec (2.9.0)
rspec-core (~> 2.9.0)
rspec-expectations (~> 2.9.0)
rspec-mocks (~> 2.9.0)
rspec-core (2.9.0)
rspec-expectations (2.9.1)
rspec (2.10.0)
rspec-core (~> 2.10.0)
rspec-expectations (~> 2.10.0)
rspec-mocks (~> 2.10.0)
rspec-core (2.10.0)
rspec-expectations (2.10.0)
diff-lcs (~> 1.1.3)
rspec-mocks (2.9.0)
rspec-rails (2.9.0)
rspec-mocks (2.10.0)
rspec-rails (2.10.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec (~> 2.9.0)
rspec (~> 2.10.0)
rubyzip (0.9.4)
sass (3.1.12)
sass-rails (3.2.5)
Expand Down

0 comments on commit 3f5144d

Please sign in to comment.