source :rubygems

gem 'appraisal'

gem 'typhoeus', :git => "https://github.com/typhoeus/typhoeus.git"
gem 'webmock',  :git => "https://github.com/i0rek/webmock.git", :branch => "typhoeus_0.5.0"

gemspec

gem 'jruby-openssl', :platforms => :jruby

gem 'yard'

# Additional gems that are useful, but not required for development.
gem 'relish', '~> 0.6'
gem 'fuubar'
gem 'fuubar-cucumber'

gem 'redcarpet', '~> 1.17.2'
gem 'github-markup'

gem 'ruby-debug', :platforms => [:mri_18, :jruby]

gem 'debugger', :platforms => :mri_19

