Skip to content

Commit

Permalink
remove bundler_args from travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
msimonborg committed Aug 5, 2017
1 parent fa2ca1f commit a803f72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ sudo: false

cache: bundler

bundler_args: --without development --retry=3 --jobs=3

before_install:
- gem update --system
- gem install bundler
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog
1.1.0
-----
* Include in `ActiveSupport::HashWithIndifferentAccess`, which also expands Rails compatibility down to version 3.2.
* Expand testing with `Appraisal` gem. Test against Rails 3, 4, and 5, and Ruby >= 2.0.0

1.0.2
-----
* Match array values e.g. `{ key: ['val_one', 'val_two'] }.forbid(key: ['val_one', 'val_two']) # => {}` TODO: Slows down benchmarked performance of `#allow`, need to figure out why
Expand Down

0 comments on commit a803f72

Please sign in to comment.