Skip to content

Commit

Permalink
Updates README to explain v2.0 is only compatible with Rails 6
Browse files Browse the repository at this point in the history
  • Loading branch information
iMacTia committed Aug 25, 2020
1 parent 2aa66c3 commit 42383a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![Gem Version](https://badge.fury.io/rb/sidekiq-logstash.svg)](https://badge.fury.io/rb/sidekiq-logstash)
[![GitHub Actions CI](https://github.com/iMacTia/sidekiq-logstash/workflows/CI/badge.svg)](https://github.com/iMacTia/sidekiq-logstash/actions?query=workflow%3ACI)


Sidekiq::Logstash turns your [Sidekiq](https://github.com/mperham/sidekiq) log into an organised, aggregated, JSON-syntax log ready to be sent to a logstash server.

```json
Expand Down Expand Up @@ -31,10 +30,11 @@ Sidekiq::Logstash turns your [Sidekiq](https://github.com/mperham/sidekiq) log i

## Installation

Add this line to your application's Gemfile:
Add one of the following lines to your application's Gemfile:

```ruby
gem 'sidekiq-logstash'
gem 'sidekiq-logstash', '~> 2.0' # Rails 6
gem 'sidekiq-logstash', '< 2' # Rails 5 or older
```

And then execute:
Expand Down

0 comments on commit 42383a4

Please sign in to comment.