Skip to content

Commit

Permalink
Require rspec ~> 2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Feb 14, 2011
1 parent a4d7e48 commit 3534487
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rescue LoadError => e
end

begin
gem 'rspec', '~> 2.0.0'
gem 'rspec', '~> 2.4'
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new
Expand Down
2 changes: 1 addition & 1 deletion gemspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ has_yard: true

development_dependencies:
ore-tasks: ~> 0.4
rspec: ~> 2.0.0
rspec: ~> 2.4
yard: ~> 0.6.0
3 changes: 1 addition & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'rubygems'
gem 'rspec', '~> 2.0.0'
gem 'rspec', '~> 2.4'
require 'rspec'

require 'open_namespace/version'
Expand Down

0 comments on commit 3534487

Please sign in to comment.