Skip to content

Commit

Permalink
Merge pull request #375 from ualbertalib/dependabot/bundler/rubocop-r…
Browse files Browse the repository at this point in the history
…spec-2.24.1

Bump rubocop-rspec from 2.23.2 to 2.24.1
  • Loading branch information
lagoan authored Oct 13, 2023
2 parents dbf79ed + e5a8d11 commit b5e62a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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, :test do
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.0'
gem 'rubocop', '~> 1.57'
gem 'rubocop-rspec', '~> 2.23'
gem 'rubocop-rspec', '~> 2.24'
gem 'timecop', '~> 0.9'
gem 'vcr', '~> 5.0'
gem 'webmock', '~> 3.19'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,11 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.18.0)
rubocop-capybara (2.19.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.23.1)
rubocop-factory_bot (2.24.0)
rubocop (~> 1.33)
rubocop-rspec (2.23.2)
rubocop-rspec (2.24.1)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
Expand Down Expand Up @@ -243,7 +243,7 @@ DEPENDENCIES
rake (~> 13.0)
rspec (~> 3.0)
rubocop (~> 1.57)
rubocop-rspec (~> 2.23)
rubocop-rspec (~> 2.24)
timecop (~> 0.9)
vcr (~> 5.0)
webmock (~> 3.19)
Expand Down

0 comments on commit b5e62a9

Please sign in to comment.