Skip to content

Commit

Permalink
Merge pull request #5322 from dodona-edu/dependabot/bundler/rubocop-5…
Browse files Browse the repository at this point in the history
…f41e7074c

Bump the rubocop group with 1 update
  • Loading branch information
bmesuere authored Jan 29, 2024
2 parents 1375001 + 96dc1aa commit 74bba2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ group :development do
gem 'rb-readline', '~> 0.5.5' # require for irb
gem 'rubocop-capybara', '~> 2.20.0'
gem 'rubocop-factory_bot', '~> 2.25'
gem 'rubocop-minitest', '~> 0.34.4'
gem 'rubocop-minitest', '~> 0.34.5'
gem 'rubocop-rails', '~> 2.23.1'

# for opening letters
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ GEM
webfinger (~> 2.0)
orm_adapter (0.5.0)
parallel (1.24.0)
parser (3.3.0.2)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
premailer (1.18.0)
Expand Down Expand Up @@ -437,11 +437,11 @@ GEM
railties (>= 5.2)
rexml (3.2.6)
rouge (4.2.0)
rubocop (1.59.0)
rubocop (1.60.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
Expand All @@ -454,7 +454,7 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-minitest (0.34.4)
rubocop-minitest (0.34.5)
rubocop (>= 1.39, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rails (2.23.1)
Expand Down Expand Up @@ -622,7 +622,7 @@ DEPENDENCIES
rouge (= 4.2.0)
rubocop-capybara (~> 2.20.0)
rubocop-factory_bot (~> 2.25)
rubocop-minitest (~> 0.34.4)
rubocop-minitest (~> 0.34.5)
rubocop-rails (~> 2.23.1)
ruby-saml (~> 1.16.0)
rubyzip (~> 2.3.2)
Expand Down

0 comments on commit 74bba2e

Please sign in to comment.