Skip to content

Commit

Permalink
changes, release
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Apr 2, 2018
1 parent bca9396 commit 873f1df
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ before_install:
- gem install bundler
- gem update bundler
rvm:
- 2.2.2
- 2.3.5
- 2.4.2
- 2.5.0
- jruby-9.1.14.0
- 2.2.10
- 2.3.7
- 2.4.4
- 2.5.1
- jruby-9.1.16.0
5 changes: 5 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

[Sidekiq Changes](https://github.com/mperham/sidekiq/blob/master/Changes.md) | [Sidekiq Pro Changes](https://github.com/mperham/sidekiq/blob/master/Pro-Changes.md) | [Sidekiq Enterprise Changes](https://github.com/mperham/sidekiq/blob/master/Ent-Changes.md)

5.1.3
-----------

- Fix version comparison so Ruby 2.2.10 works. [#3808, nateberkopec]

5.1.2
-----------

Expand Down
2 changes: 1 addition & 1 deletion lib/sidekiq/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Sidekiq
VERSION = "5.1.2"
VERSION = "5.1.3"
end

1 comment on commit 873f1df

@magnusvk
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Please sign in to comment.