Skip to content

Commit

Permalink
Update gem dependencies (to match Isolate ones)
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed Feb 5, 2011
1 parent cc17ab1 commit 482ef37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tasks/gem.rake
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ GEM_SPEC = Gem::Specification.new do |s|
s.add_dependency 'rake' s.add_dependency 'rake'


# development dependencies # development dependencies
s.add_development_dependency 'rspec', '~> 1.2.9' s.add_development_dependency 'rspec', '~> 1.3.1'
s.add_development_dependency 'cucumber', '~> 0.4.4' s.add_development_dependency 'cucumber', '~> 0.9.4'
#s.add_development_dependency 'rcov', '~> 0.9.6' #s.add_development_dependency 'rcov', '~> 0.9.9'


# components, files and paths # components, files and paths
s.files = FileList["features/**/*.{feature,rb}", "bin/rake-compiler", s.files = FileList["features/**/*.{feature,rb}", "bin/rake-compiler",
Expand Down

0 comments on commit 482ef37

Please sign in to comment.