-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dependencies and security updates - CVE-2017-8418 Travis - Remove ruby 2.1.5 & 2.3.0 - Add 2.5.1 & 2.6.5 - Force gem update --system to avoid https://bundler.io/blog/2019/01/04/an-update-on-the-bundler-2-release.html Code coverage fix - undefined method `add_integer' for #<Hieracles::Formats::Yaml:0x000056523fab4748>
- Loading branch information
lessyv
committed
Feb 26, 2020
1 parent
f6d73fc
commit 1a67a79
Showing
5 changed files
with
75 additions
and
50 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,8 +1,10 @@ | ||
language: ruby | ||
cache: bundler | ||
rvm: | ||
- 2.1.5 | ||
- 2.3.0 | ||
- 2.5.1 | ||
- 2.6.5 | ||
addons: | ||
code_climate: | ||
repo_token: 3a5842d3d6c393759eaf9ea134c751c07371cd4f185d446ffe82fe116414972d | ||
before_install: | ||
- yes | gem update --system |
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,3 +1,10 @@ | ||
ruby-hieracles (0.4.3.0) unstable; urgency=medium | ||
|
||
* upstream 0.4.3 | ||
- dependencies update | ||
|
||
-- lessyv <[email protected]> Wed, 26 Feb 2020 14:55:13 +0000 | ||
|
||
ruby-hieracles (0.4.2.0) unstable; urgency=medium | ||
|
||
* upstream 0.4.2 | ||
|
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