Skip to content

Commit

Permalink
Update dependency rspec to '~> 3.13.0'
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 5, 2024
1 parent 0f80daf commit 58e9e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ end

group :test do
gem 'rake'
gem 'rspec', '~> 3.12.0'
gem 'rspec', '~> 3.13.0'
gem 'rspec-puppet'
# avoid NoMethodError: private method `clone' called for #<RuboCop::Cop::CopStore:0x00000104e286c8>
gem 'puppetlabs_spec_helper', :git => 'https://github.com/ehaselwanter/puppetlabs_spec_helper'
Expand Down

0 comments on commit 58e9e88

Please sign in to comment.