Skip to content

Commit

Permalink
Drop support for Ruby 1.9.3 and start testing against 2.3-2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pokonski committed Apr 18, 2018
1 parent f1416d2 commit a5d56c0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
language: ruby
sudo: false
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
- jruby-1
- jruby
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.3.0

- Drop support for Ruby 1.9.3, it might still work but we are no longer testing against it.
- Start testing against Rubies 2.3-2.5 in CI
- Move Rails integration into Railties, this fixes some load order issues ([PR #45](https://github.com/chaps-io/access-granted/pull/45)), thanks [jraqula](https://github.com/jraqula)!

# 1.2.0

- Cache whole blocks of identical permissions when one of them is checked.
Expand Down

0 comments on commit a5d56c0

Please sign in to comment.