Преглед изворни кода

Merge pull request #15989 from infosiftr/breakman

Pin `ruby-binstubs` test gems to fix `brakeman` breakage
yosifkit пре 1 година
родитељ
комит
d6fa5fc54f
1 измењених фајлова са 2 додато и 2 уклоњено
  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'