vmfloaty/Gemfile
dependabot-preview[bot] 458ddf192d
Update rspec requirement from ~> 3.5.0 to ~> 3.9.0
Updates the requirements on [rspec](https://github.com/rspec/rspec) to permit the latest version.
- [Release notes](https://github.com/rspec/rspec/releases)
- [Commits](https://github.com/rspec/rspec/compare/v3.5.0...v3.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-07 14:21:10 +00:00

16 lines
263 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', '~> 0.52'
gem 'webmock', '1.21.0'
end