Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
Upgrade to rspec ~> 2.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jan 23, 2011
1 parent 2803dca commit 0fb21cd
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.2.0'
gem 'rspec', '~> 2.4.0'
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 @@ has_yard: true

development_dependencies:
ore-tasks: ~> 0.3.0
rspec: ~> 2.2.0
rspec: ~> 2.4.0
yard: ~> 0.6.0
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
@@ -1,5 +1,5 @@
require 'rubygems'
gem 'rspec', '~> 2.2.0'
gem 'rspec', '~> 2.4.0'
require 'rspec'

require 'rprogram/version'
Expand Down

0 comments on commit 0fb21cd

Please sign in to comment.