Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Jan 28, 2024
2 parents 0903b91 + 00c8ddf commit 4be5dfe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gem 'pdd', '0.23.2'
gem 'rack', '2.2.8'
gem 'rack-test', '2.1.0'
gem 'rake', '13.1.0', require: false
gem 'rubocop', '1.55.1', require: false
gem 'rubocop', '1.60.2', require: false
gem 'rubocop-rspec', '2.26.1', require: false
gem 'ruby-fann', '1.4.1'
gem 'sass', '3.7.4'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ GEM
sawyer (~> 0.9)
openssl (3.2.0)
parallel (1.24.0)
parser (3.3.0.4)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
pdd (0.23.2)
Expand All @@ -131,15 +131,15 @@ GEM
ffi (~> 1.0)
regexp_parser (2.9.0)
rexml (3.2.6)
rubocop (1.55.1)
rubocop (1.60.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
Expand Down Expand Up @@ -233,7 +233,7 @@ DEPENDENCIES
rack (= 2.2.8)
rack-test (= 2.1.0)
rake (= 13.1.0)
rubocop (= 1.55.1)
rubocop (= 1.60.2)
rubocop-rspec (= 2.26.1)
ruby-fann (= 1.4.1)
sass (= 3.7.4)
Expand Down
2 changes: 1 addition & 1 deletion test/fake_github.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def accept_repository_invitation(id, _options = {})
end

def repositories(user = nil, _options = {})
return @repositories unless user
@repositories unless user
end

def issue(_)
Expand Down
2 changes: 1 addition & 1 deletion test/fake_gitlab.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def initialize(options = {})
end

def repositories(user = nil, _options = {})
return @repositories unless user
@repositories unless user
end

def issue(_)
Expand Down

0 comments on commit 4be5dfe

Please sign in to comment.