Explorar el Código

Merge pull request #15989 from infosiftr/breakman

Pin `ruby-binstubs` test gems to fix `brakeman` breakage
yosifkit hace 1 año
padre
commit
d6fa5fc54f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      test/tests/ruby-binstubs/Gemfile

+ 2 - 2
test/tests/ruby-binstubs/Gemfile

@@ -1,3 +1,3 @@
 source 'https://rubygems.org'
-gem 'bundler-audit'
-gem 'brakeman'
+gem 'bundler-audit', '0.9.1'
+gem 'brakeman', '5.4.1'