Sha256: 86fb5277368f33024f0675590ede97376fdc28be1b3c3790d67f5eb03b35e634
Contents?: true
Size: 1004 Bytes
Versions: 1
Compression:
Stored size: 1004 Bytes
Contents
source :rubygems gemspec group :development do # patron and em-http-request can't install on JRuby, so we have to limit their platform here. platforms :ruby do gem 'patron', '0.4.9' gem 'em-http-request', '~> 0.3.0' gem 'curb', '0.7.8' gem 'typhoeus', '~> 0.2.1' end platforms :jruby do gem 'jruby-openssl' end end # Additional gems that are useful, but not required for development. group :extras do gem 'guard-rspec' gem 'guard-cucumber' gem 'growl' gem 'relish' gem 'fuubar' platforms :mri do gem 'rcov' gem 'rb-fsevent' end platforms :mri_18 do gem 'ruby-debug' gem 'linecache', '0.43' # later versions do not work on 1.8.6 end platforms :mri_19 do gem 'linecache19', '0.5.11' # 0.5.12 cannot install on 1.9.1, and 0.5.11 appears to work with both 1.9.1 & 1.9.2 gem 'ruby-debug19' gem 'ruby-debug-base19', RUBY_VERSION == '1.9.1' ? '0.11.23' : '~> 0.11.24' end end unless ENV['CI']
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vcr-1.11.1 | Gemfile |