vmfloaty/Gemfile
dependabot[bot] d4f05122dc
Update rubocop requirement from ~> 0.52 to ~> 1.3
Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.52.0...v1.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-12 13:03:59 +00:00

16 lines
262 B
Ruby

# frozen_string_literal: true
source 'https://rubygems.org'
gemspec
gem 'rake', :require => false
group :test do
gem 'coveralls', '~> 0.8.23'
gem 'pry'
gem 'rb-readline'
gem 'rspec', '~> 3.9.0'
gem 'rubocop', '~> 1.3'
gem 'webmock', '1.21.0'
end