-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sebastian Oelke
committed
Mar 21, 2019
1 parent
4444dc5
commit 2e9e3e9
Showing
4 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
language: ruby | ||
rvm: | ||
- 2.1.9 | ||
- 2.2.5 | ||
- 2.3.1 | ||
- 2.4.0 | ||
- 2.1.10 | ||
- 2.2.10 | ||
- 2.3.8 | ||
- 2.4.5 | ||
- 2.5.0 | ||
- 2.6.2 | ||
|
||
before_install: | ||
- gem install bundler -v 1.15 | ||
- gem install bundler -v 1.17.3 | ||
|
||
script: bundle exec rspec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module Devise | ||
module TokenAuthenticatable | ||
VERSION = '1.0.2'.freeze | ||
VERSION = '1.1.0'.freeze | ||
end | ||
end |