Skip to content

Commit da48a4d

Browse files
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](rspec/rspec-metagem@v3.10.0...v3.11.0) --- updated-dependencies: - dependency-name: rspec dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7108af4 commit da48a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ group :test do
1212
gem 'simplecov-lcov', '~> 0.8.0'
1313
gem 'pry'
1414
gem 'rb-readline'
15-
gem 'rspec', '~> 3.10.0'
15+
gem 'rspec', '~> 3.11.0'
1616
gem 'rubocop', '~> 1.6'
1717
gem 'webmock', '~> 3.13'
1818
end

0 commit comments

Comments
 (0)