Skip to content

Commit

Permalink
Upgrade to limited red 0.3.9, which fixes the 1.8.7 issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Mar 15, 2012
1 parent 4cd88e1 commit 07ad209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions features/support/env.rb
Expand Up @@ -2,12 +2,7 @@
require 'bundler'
Bundler.setup

begin
require 'limited_red/plugins/cucumber'
rescue LoadError
warn "Limited red is not available"
end

require 'limited_red/plugins/cucumber'
require 'ruby-debug' if !defined?(RUBY_ENGINE) && RUBY_VERSION != '1.9.3' && !ENV['CI']

require 'aruba/cucumber'
Expand Down
2 changes: 1 addition & 1 deletion vcr.gemspec
Expand Up @@ -38,7 +38,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'sinatra', '~> 1.3.2'
s.add_development_dependency 'multi_json', '~> 1.0.3'
s.add_development_dependency 'json', '~> 1.6.5'
s.add_development_dependency 'limited_red', '~> 0.3.8' unless RUBY_VERSION == '1.8.7'
s.add_development_dependency 'limited_red', '~> 0.3.9'
s.add_development_dependency 'simplecov', '~> 0.5.3'

unless RUBY_PLATFORM == 'java'
Expand Down

0 comments on commit 07ad209

Please sign in to comment.