File: Gemfile

package info (click to toggle)
ruby-faraday-typhoeus 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: ruby: 422; sh: 18; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 374 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# frozen_string_literal: true

source 'https://rubygems.org'
gemspec

gem 'bundler', '~> 2.0'
gem 'rack', '~> 2.2'
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.7'
gem 'simplecov', '~> 0.21.2'

gem 'multipart-parser', '~> 0.1.1'
gem 'webmock', '~> 3.4'

gem 'rubocop', '~> 1.31'
gem 'rubocop-packaging', '~> 0.5'
gem 'rubocop-performance', '~> 1.0'
gem 'rubocop-rspec', '~> 2.9'