Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.2
2.4.3
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ language: ruby
cache: bundler
sudo: false
env:
- JSONAPI_RESOURCES_VERSION=0.9 RAILS_VERSION=4.1.0
- JSONAPI_RESOURCES_VERSION=0.9 RAILS_VERSION=4.2.0
rvm:
- 2.1.2
before_install: gem install bundler -v 1.11.2
- 2.4.3
before_install: gem install bundler -v 1.16.2
notifications:
email: false
script:
Expand Down
1 change: 1 addition & 0 deletions lib/jsonapi/authorization/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# frozen_string_literal: true
module JSONAPI
module Authorization
VERSION = "1.0.0.alpha6".freeze
Expand Down