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 699f24b commit 2c5d4bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -12,7 +12,7 @@ rescue LoadError => e
end

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

RSpec::Core::RakeTask.new
Expand Down
2 changes: 1 addition & 1 deletion gemspec.yml
Expand Up @@ -15,5 +15,5 @@ required_ruby_version: >= 1.8.7
development_dependencies:
ore-tasks: ~> 0.4
rspec: ~> 2.4.0
rspec: ~> 2.4
yard: ~> 0.6.0
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
@@ -1,4 +1,4 @@
require 'rubygems'
gem 'rspec', '~> 2.4'
require 'rspec'

require 'combinatorics/version'
Expand Down

0 comments on commit 2c5d4bd

Please sign in to comment.