Project

General

Profile

« Previous | Next » 

Revision 4391f540

Added by Dominic Cleal about 8 years ago

fixes #14876 - permit wirb 2.x on Ruby 2.x

View differences:

bundler.d/console.rb
group :console do
gem 'wirb', '~> 1.0'
if RUBY_VERSION.start_with? '1.9.'
gem 'wirb', '~> 1.0'
else
gem 'wirb', '>= 1.0', '< 3.0'
end
gem 'hirb-unicode', '~> 0.0.5'
gem 'awesome_print', '~> 1.0', :require => 'ap'
end

Also available in: Unified diff