Merge remote-tracking branch 'upstream/master' into qa-secret-variables-scenario
* upstream/master: fix bug in webpack_helper in which force_same_domain argument was ignored breaking local rspec tests Fix rubocop offenses introduced in !16623 fix documentation about node version Ensure the job also run for tags Open links in a new tab on the user page Improve empty project overview Look for rugged with static analysis Cache rubocop cache for CI Update gitlab-styles and re-enable the RSpec/SingleLineHook cop again Make Gitlab::Git::Repository#run_git private Move user page spinach tests to RSpec Handle special characters on API request of issuable templates Update secret_values to support dynamic elements within parent Disable throwOnError in KaTeX to reveal user where is the problem Migrate restoring repo from bundle to Gitaly
Showing
... | ... | @@ -406,7 +406,7 @@ group :ed25519 do |
end | ||
# Gitaly GRPC client | ||
gem 'gitaly-proto', '~> 0.76.0', require: 'gitaly' | ||
gem 'gitaly-proto', '~> 0.78.0', require: 'gitaly' | ||
gem 'toml-rb', '~> 0.3.15', require: false | ||
... | ... |
scripts/lint-rugged
0 → 100755
Please register or sign in to comment