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 42383a4 commit 9dbc5cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Sidekiq::Logstash turns your [Sidekiq](https://github.com/mperham/sidekiq) log i
Add one of the following lines to your application's Gemfile:

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

And then execute:
Expand Down

0 comments on commit 9dbc5cb

Please sign in to comment.