forked from mislav/faraday-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
16 lines (14 loc) · 634 Bytes
/
Gemfile
File metadata and controls
16 lines (14 loc) · 634 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
source "http://rubygems.org"
# Bundle gems for the local environment. Make sure to
# put test-only gems in this group so their generators
# and rake tasks are available in development mode:
group :development, :test do
gem 'rake'
gem 'nokogiri', :platforms => :ruby
# ActiveSupport::JSON will be used in ruby 1.8 and Yajl in 1.9; this is to test against both adapters
gem 'activesupport', '~> 2.3.8', :require => nil, :platforms => [:ruby_18, :jruby]
gem 'yajl-ruby', :require => 'yajl', :platforms => :ruby_19
gem 'rack-cache'
end
# gem 'faraday', '~> 0.6', :path => "/Users/mislav/.coral/faraday-technoweenie"
gemspec