Skip to content

Commit

Permalink
Update rspec development dependency to >= 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Feb 4, 2023
1 parent 9a2aeac commit ccba161
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 @@ group :development do
end

group :test do
gem 'rspec', '>= 2.14'
gem 'rspec', '>= 3.12'
gem 'rubocop', '>= 1.44.1'
gem 'simplecov', '>= 0.22'
gem 'timecop'
Expand Down

0 comments on commit ccba161

Please sign in to comment.