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
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
gem 'rake'
gem 'rspec', '~> 2.6.0'
gem 'cucumber', '~> 0.10.6'
gem "rake"

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

begin
require 'isolate/now'
require "isolate/now"
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

# load rakefile extensions (tasks)
Expand Down

0 comments on commit 3a97460

Please sign in to comment.