Skip to content

Commit

Permalink
Update readme, allow failures on jruby /shrug
Browse files Browse the repository at this point in the history
  • Loading branch information
rwojsznis committed Dec 14, 2015
1 parent 3f0d69a commit dfc45e3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ matrix:
allow_failures:
- rvm: rbx-2
- rvm: jruby-head
- rvm: jruby

services:
- redis-server
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
## 0.2.5

- add csrf tag for sidekiq >= 3.4.2
- don't load `sidekiq/web` automagically at all (it never made any sense)
- **[BREAKING CHANGE]** don't load `sidekiq/web` automagically at
all (it never made any sense), instead do something like:

``` ruby
require 'sidekiq/web'
# then load expected failures panel
require 'sidekiq/expected_failures/web'
```

## 0.2.4

Expand Down

0 comments on commit dfc45e3

Please sign in to comment.