Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 50 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Hieracles Changelog
=======================

### 0.4.3 - 2020-02-26
- dependencies update

### 0.4.2 - 2017-03-17
- fix formatting for console on params

Expand Down
105 changes: 57 additions & 48 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,64 +1,73 @@
PATH
remote: .
specs:
hieracles (0.4.2)
hieracles (0.4.3)
awesome_print
deep_merge
httparty

GEM
remote: https://rubygems.org/
specs:
ast (2.3.0)
awesome_print (1.7.0)
coveralls (0.8.16)
json (>= 1.8, < 3)
simplecov (~> 0.12.0)
term-ansicolor (~> 1.3.0)
thor (~> 0.19.1)
tins (>= 1.6.0, < 2)
deep_merge (1.1.1)
diff-lcs (1.2.5)
docile (1.1.5)
httparty (0.14.0)
ast (2.4.0)
awesome_print (1.8.0)
coveralls (0.7.2)
multi_json (~> 1.3)
rest-client (= 1.6.7)
simplecov (>= 0.7)
term-ansicolor (= 1.2.2)
thor (= 0.18.1)
deep_merge (1.2.1)
diff-lcs (1.3)
docile (1.3.2)
httparty (0.18.0)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
json (2.0.2)
multi_xml (0.5.5)
parser (2.3.2.0)
ast (~> 2.2)
powerpack (0.1.1)
rainbow (2.1.0)
rake (11.3.0)
rspec (3.5.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
rspec-mocks (~> 3.5.0)
rspec-core (3.5.4)
rspec-support (~> 3.5.0)
rspec-expectations (3.5.0)
jaro_winkler (1.5.4)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
multi_json (1.14.1)
multi_xml (0.6.0)
parallel (1.19.1)
parser (2.7.0.2)
ast (~> 2.4.0)
rainbow (3.0.0)
rake (13.0.1)
rest-client (1.6.7)
mime-types (>= 1.16)
rexml (3.2.4)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-mocks (3.5.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
rubocop (0.45.0)
parser (>= 2.3.1.1, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
rubocop (0.80.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.7.0.1)
rainbow (>= 2.2.2, < 4.0)
rexml
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.8.1)
simplecov (0.12.0)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
term-ansicolor (1.3.2)
tins (~> 1.0)
thor (0.19.4)
tins (1.13.0)
unicode-display_width (1.1.1)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.1)
simplecov (0.18.5)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov-html (0.12.1)
term-ansicolor (1.2.2)
tins (~> 0.8)
thor (0.18.1)
tins (0.13.2)
unicode-display_width (1.6.1)

PLATFORMS
ruby
Expand All @@ -74,4 +83,4 @@ DEPENDENCIES
simplecov (>= 0.12.0)

BUNDLED WITH
1.14.3
2.1.4
7 changes: 7 additions & 0 deletions debian/changelog
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
Expand Down
4 changes: 4 additions & 0 deletions lib/hieracles/formats/yaml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ def add_fixnum(output, key, leaf, params, indent)
added output, key, leaf, params
end

def add_integer(output, key, leaf, params, indent)
added output, key, leaf, params
end

def add_float(output, key, leaf, params, indent)
added output, key, leaf, params
end
Expand Down

0 comments on commit 1a67a79

Please sign in to comment.