vmfloaty/Gemfile
dependabot[bot] 706f55c8b6
Update webmock requirement from 1.21.0 to 3.11.0
Updates the requirements on [webmock](https://github.com/bblimke/webmock) to permit the latest version.
- [Release notes](https://github.com/bblimke/webmock/releases)
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bblimke/webmock/compare/v1.21.0...v3.11.0)

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

16 lines
264 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.10.0'
gem 'rubocop', '~> 0.52'
gem 'webmock', '3.11.0'
end