Skip to content

Commit

Permalink
Upgrade to rspec 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Jan 6, 2012
1 parent 6118c8b commit 77d2220
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ GEM
mocha (0.10.0)
metaclass (~> 0.0.1)
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)
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
rspec-mocks (~> 2.8.0)
rspec-core (2.8.0)
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-instafail (0.1.9)
rspec-mocks (2.7.0)
rspec-mocks (2.8.0)
ruby-progressbar (0.0.10)
yard (0.7.3)

Expand All @@ -35,6 +35,6 @@ DEPENDENCIES
fuubar
mocha
rake (~> 0.9)
rspec (~> 2.7.0)
rspec (~> 2.8.0)
whois!
yard
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec = Gem::Specification.new do |s|

# If your tests use any gems, include them here
s.add_development_dependency "rake", "~> 0.9"
s.add_development_dependency "rspec", "~> 2.7.0"
s.add_development_dependency "rspec", "~> 2.8.0"
s.add_development_dependency "mocha"
s.add_development_dependency "yard"
end
Expand Down
10 changes: 5 additions & 5 deletions whois.gemspec

Large diffs are not rendered by default.

0 comments on commit 77d2220

Please sign in to comment.