File: Gemfile.faraday-0.11

package info (click to toggle)
ruby-vcr 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,172 kB
  • sloc: ruby: 8,405; sh: 177; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
source "https://rubygems.org"

gem "faraday", "~> 0.11.0"

gemspec

platform :mri do
  gem "typhoeus"
  gem "patron"
end