Skip to content

Commit 9e4e2dc

Browse files
authored
Merge pull request #14 from Nullify-Platform/renovate/json-2.x
Update dependency json to "< 2.10.3"
2 parents 95717c6 + 8a5de29 commit 9e4e2dc

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.10.1", group: :test, require: nil # For Ruby 1.9.3 https://github.com/colszowka/simplecov/issues/511
8+
gem "json", "< 2.10.3", group: :test, require: nil # For Ruby 1.9.3 https://github.com/colszowka/simplecov/issues/511
99
end

0 commit comments

Comments
 (0)