Skip to content

Commit

Permalink
Bump rspec gems to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dafyddcrosby committed Aug 10, 2023
1 parent 6e43cfc commit 0a44414
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ source 'https://rubygems.org'
gemspec

group :development do
gem 'rspec-core', '~> 3.0'
gem 'rspec-expectations', '~> 3.0'
gem 'rspec-mocks', '~> 3.0'
gem 'rspec-core', '~> 3.11'
gem 'rspec-expectations', '~> 3.11'
gem 'rspec-mocks', '~> 3.11'
gem 'rubocop', '= 1.3.1'
gem 'simplecov'
end

0 comments on commit 0a44414

Please sign in to comment.