vmfloaty/Gemfile
dependabot[bot] da48a4de0a
Update rspec requirement from ~> 3.10.0 to ~> 3.11.0
Updates the requirements on [rspec](https://github.com/rspec/rspec-metagem) to permit the latest version.
- [Release notes](https://github.com/rspec/rspec-metagem/releases)
- [Commits](https://github.com/rspec/rspec-metagem/compare/v3.10.0...v3.11.0)

---
updated-dependencies:
- dependency-name: rspec
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 15:44:45 +00:00

18 lines
332 B
Ruby

# frozen_string_literal: true
source 'https://rubygems.org'
gemspec
gem 'rake', require: false
group :test do
gem 'simplecov', '~> 0.21.2'
gem 'simplecov-html', '~> 0.12.3'
gem 'simplecov-lcov', '~> 0.8.0'
gem 'pry'
gem 'rb-readline'
gem 'rspec', '~> 3.11.0'
gem 'rubocop', '~> 1.6'
gem 'webmock', '~> 3.13'
end