Skip to content

Commit

Permalink
Don't depend on an unreleased gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Stokes committed Mar 25, 2011
1 parent 3998030 commit 6fe6921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -12,7 +12,7 @@ namespace :spec do

# support for continuous integration
begin
gem 'ci_reporter', :version => '>= 1.6.4.1'
gem 'ci_reporter', :version => '>= 1.6.4'
require 'ci/reporter/rake/rspec'

task :setup_ci_report_dir do
Expand Down

0 comments on commit 6fe6921

Please sign in to comment.