# frozen_string_literal: true source 'https://rubygems.org' # Specify your gem's dependencies in augury.gemspec gemspec gem 'rake' # Testing gem 'rspec', '~>3.0' gem 'simplecov', '< 0.18' gem 'vcr' gem 'webmock' # Debugging gem 'pry' gem 'pry-awesome_print' gem 'pry-byebug' gem 'pry-doc' # Linting / completion gem 'bundler-audit' # This has to match the code climate channel in .codeclimate.yml gem 'rubocop', '1.31.0' gem 'rubocop-rake' gem 'rubocop-rspec' gem 'solargraph'