File: faraday_v0.gemfile

package info (click to toggle)
ruby-oauth2 2.0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,608 kB
  • sloc: ruby: 5,441; javascript: 529; makefile: 4; sh: 4
file content (7 lines) | stat: -rw-r--r-- 295 bytes parent folder | download
1
2
3
4
5
6
7
# frozen_string_literal: true

# Ruby >= 1.9
# 0.17.3 is the first version to not use &Proc.new when forwarding blocks.
# Thus, it is the oldest version oauth2 is compatible with.
# This version of faraday is the last compatible with Ruby 1.9, 2.0, 2.1, 2.2, and 2.3:
gem "faraday", "~> 0.17.6"