Skip to content

Commit 95717c6

Browse files
Merge pull request #13 from Nullify-Platform/renovate/json-2.x
Update dependency json to "< 2.10.1"
2 parents 2b6e0b3 + 7adc296 commit 95717c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ gemspec :name => "brakeman"
55
unless ENV['BM_PACKAGE']
66
gem "rake", "< 13.2.2"
77
gem "codeclimate-test-reporter", group: :test, require: nil
8-
gem "json", "< 2.9.2", group: :test, require: nil # For Ruby 1.9.3 https://github.com/colszowka/simplecov/issues/511
8+
gem "json", "< 2.10.1", group: :test, require: nil # For Ruby 1.9.3 https://github.com/colszowka/simplecov/issues/511
99
end

0 commit comments

Comments
 (0)