Skip to content

Commit c8c578b

Browse files
Update dependency json to "< 2.15.3"
1 parent 5c030dd commit c8c578b

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

0 commit comments

Comments
 (0)