# frozen_string_literal: true source 'https://rubygems.org' # Specify your gem's dependencies in pipedrive.gemspec gemspec gem 'bundler' gem 'rake' gem 'rspec' gem 'rubocop' gem 'rubocop-performance' gem 'rubocop-rspec' gem 'webmock'