# frozen_string_literal: true

source 'https://rubygems.org'

gemspec

group :test do
  gem 'faraday-multipart', '~> 1.0'
end
