From aaeefc3e2a03e0377c4eae73b3302eaa6726a139 Mon Sep 17 00:00:00 2001 From: Tessy Joseph John Date: Thu, 17 Aug 2017 13:10:04 +0530 Subject: [PATCH] Add Ruby 2.4 to list of supported Ruby versions (#60) [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 661d132..2281c4d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is the new GELF gem written by Alexey Palazhchenko. It is based on the old gem by Lennart Koopmann and allows you to send GELF messages to Graylog or Logstash instances. See the [GELF specification](http://docs.graylog.org/en/stable/pages/gelf.html) for more information about GELF and [RDoc](http://rdoc.info/github/graylog-labs/gelf-rb/master/frames) for API documentation. -Tested with Ruby 1.9, 2.0, 2.1, 2.2 and 2.3. +Tested with Ruby 1.9, 2.0, 2.1, 2.2, 2.3 and 2.4. [![Build Status](https://travis-ci.org/graylog-labs/gelf-rb.svg?branch=master)](https://travis-ci.org/graylog-labs/gelf-rb) [![Code Climate](https://codeclimate.com/github/graylog-labs/gelf-rb/badges/gpa.svg)](https://codeclimate.com/github/graylog-labs/gelf-rb)