Skip to content

Commit

Permalink
Update development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed Jan 8, 2012
1 parent 80b24a6 commit 3a97460
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions Isolate
@@ -1,7 +1,6 @@
gem 'rake' gem "rake"
gem 'rspec', '~> 2.6.0'
gem 'cucumber', '~> 0.10.6'


unless RUBY_PLATFORM =~ /java/ env :development do
gem 'rcov', '~> 0.9.9' gem "rspec", "~> 2.8.0"
gem "cucumber", "~> 1.1.4"
end end
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -12,9 +12,9 @@
# #


begin begin
require 'isolate/now' require "isolate/now"
rescue LoadError => e rescue LoadError => e
fail "This project uses Isolate to manage development dependencies. Please `gem install isolate` first and try again." abort "This project requires Isolate to work. Please `gem install isolate` and try again."
end end


# load rakefile extensions (tasks) # load rakefile extensions (tasks)
Expand Down

0 comments on commit 3a97460

Please sign in to comment.