forked from vcr/vcr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
57 lines (39 loc) · 1.16 KB
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
source 'https://rubygems.org'
gem 'appraisal'
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', :platforms => :ruby
gem 'github-markup'
group :extras do
gem 'ruby-debug', :platforms => [:mri_18, :jruby]
gem 'debugger', :platforms => :mri_19
gem 'pry'
end
gem 'rake', '>= 0.9.2'
gem 'cucumber', '>= 1.1.4'
gem 'aruba', '>= 0.5'
gem 'rspec', '>= 2.11'
gem 'fakeweb', '>= 1.3.0'
gem 'webmock', '>= 1.14'
gem 'faraday', '>= 0.8'
gem 'httpclient', '>= 2.2'
gem 'excon', '>= 0.22'
# 0.6.2 cannot install on 1.8.7:
# https://github.com/travisjeffery/timecop/commit/cec7352a6655cceb0216db53eea630354ee63e3f
gem 'timecop', '0.6.1'
gem 'rack', '>= 1.3.6'
gem 'sinatra', '>= 1.3.2'
gem 'multi_json', '>= 1.0.3'
gem 'json', '>= 1.6.5'
gem 'simplecov', '>= 0.5.3'
gem 'redis', '>= 2.2.2'
gem 'typhoeus', '>= 0.6'
gem 'patron', '>= 0.4.15', :platform => :ruby
gem 'em-http-request', '>= 1.0.2', :platform => :ruby
gem 'curb', '>= 0.8.0', :platform => :ruby
gem 'yajl-ruby', '>= 1.1.0', :platform => :ruby