Skip to content

Commit

Permalink
Upgrade to RSpec 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Feb 14, 2011
1 parent 3c89227 commit 5077808
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions Gemfile.lock
Expand Up @@ -10,14 +10,14 @@ GEM
mocha (0.9.10)
rake
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.1)
rspec-expectations (2.5.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.4.0)
rspec-mocks (2.5.0)
yard (0.6.4)

PLATFORMS
Expand All @@ -26,6 +26,6 @@ PLATFORMS

DEPENDENCIES
mocha
rspec (~> 2.4.0)
rspec (~> 2.5.0)
whois!
yard
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -58,7 +58,7 @@ spec = Gem::Specification.new do |s|
# s.add_dependency("some_other_gem", "~> 0.1.0")

# If your tests use any gems, include them here
s.add_development_dependency("rspec", "~> 2.4.0")
s.add_development_dependency("rspec", "~> 2.5.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 5077808

Please sign in to comment.