We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
faraday
1 parent dd2d79d commit e3fd895Copy full SHA for e3fd895
Gemfile
@@ -26,6 +26,7 @@ gem 'secure_headers'
26
# Rendering legal documents
27
gem 'kramdown'
28
29
+gem 'faraday'
30
# TODO: Delete this if the following issue is fixed
31
# https://github.com/bundler/bundler/issues/5332
32
gem 'faraday_middleware', '0.10'
Gemfile.lock
@@ -284,6 +284,7 @@ DEPENDENCIES
284
bootstrap-sass
285
capybara
286
coffee-rails
287
+ faraday
288
faraday_middleware (= 0.10)
289
font-awesome-rails
290
jbuilder
@@ -315,4 +316,4 @@ RUBY VERSION
315
316
ruby 2.4.0p0
317
318
BUNDLED WITH
- 1.13.7
319
+ 1.15.3
0 commit comments