We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c030dd commit c3c53cdCopy full SHA for c3c53cd
Gemfile
@@ -5,5 +5,5 @@ gemspec :name => "brakeman"
5
unless ENV['BM_PACKAGE']
6
gem "rake", "< 13.2.2"
7
gem "codeclimate-test-reporter", group: :test, require: nil
8
- gem "json", "< 2.15.1", group: :test, require: nil # For Ruby 1.9.3 https://github.com/colszowka/simplecov/issues/511
+ gem "json", "< 2.15.2", group: :test, require: nil # For Ruby 1.9.3 https://github.com/colszowka/simplecov/issues/511
9
end
0 commit comments