container_config 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b47a5e9edfb447d7e7652e111f7b994462677a4fb11edf9f5c6f83dde7c57af7
4
- data.tar.gz: d918565b96a016168735db0d4b35edf771ce765e463066a4978060c395c7e52b
3
+ metadata.gz: c622cd684d6ce2c80ea6dbdd4ebe009ed9c792d2ad23d83904ce792e8f90689d
4
+ data.tar.gz: 7c5586f3488722cc3f464de78b6212daff438e3d167553215d0d99459ac03fd4
5
5
  SHA512:
6
- metadata.gz: 703c86f3417c034b947694b1e3be3507e6e09e25b56f2d9e964f313448ec256e74ca1daf383abdbe87313cd983b286e1bd80f166b8d91037fc7e98fd909fe0d9
7
- data.tar.gz: f384315f88a9494765a32141d7da410637eaf6887edecaea17b7a462cbde739d87f5239365113482498d16f46a14d3d97bed4552eb4c895b1f16e4a5b6567212
6
+ metadata.gz: 843ae1c478cda27bb699b0d5f43e0df5faadf9905b0511b67e3aed8269bf0941530801d064394ed2d4a4237c4c1537cc84ce3a3793d14eebb2e8b8ece9c5c2e6
7
+ data.tar.gz: a97e1bf3a8bdabd8fbfaa1cd3ebead466775094f897f9ccfa60ad5113b8d81b531b0abcafab378fa7afb419c856ae423a584801650ba98c879eef7254cbabf78
data/.rubocop.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  AllCops:
2
- TargetRubyVersion: 2.4
2
+ TargetRubyVersion: 2.5
3
3
  NewCops: enable
4
4
 
5
5
  Style/StringLiterals:
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.2] - 2021-05-01
4
+
5
+ - Resolve rexml vulnerability CVE-2021-28965
6
+
3
7
  ## [0.1.1] - 2021-03-15
4
8
 
5
9
  - Handle `nil` `Rails.application`
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- container_config (0.1.1)
4
+ container_config (0.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -9,12 +9,12 @@ GEM
9
9
  ast (2.4.2)
10
10
  diff-lcs (1.4.4)
11
11
  parallel (1.20.1)
12
- parser (3.0.0.0)
12
+ parser (3.0.1.0)
13
13
  ast (~> 2.4.1)
14
14
  rainbow (3.0.0)
15
15
  rake (13.0.3)
16
16
  regexp_parser (2.1.1)
17
- rexml (3.2.4)
17
+ rexml (3.2.5)
18
18
  rspec (3.10.0)
19
19
  rspec-core (~> 3.10.0)
20
20
  rspec-expectations (~> 3.10.0)
@@ -28,7 +28,7 @@ GEM
28
28
  diff-lcs (>= 1.2.0, < 2.0)
29
29
  rspec-support (~> 3.10.0)
30
30
  rspec-support (3.10.2)
31
- rubocop (1.11.0)
31
+ rubocop (1.13.0)
32
32
  parallel (~> 1.10)
33
33
  parser (>= 3.0.0.0)
34
34
  rainbow (>= 2.2.2, < 4.0)
@@ -41,7 +41,7 @@ GEM
41
41
  parser (>= 2.7.1.5)
42
42
  rubocop-rake (0.5.1)
43
43
  rubocop
44
- rubocop-rspec (2.2.0)
44
+ rubocop-rspec (2.3.0)
45
45
  rubocop (~> 1.0)
46
46
  rubocop-ast (>= 1.1.0)
47
47
  ruby-progressbar (1.11.0)
@@ -61,4 +61,4 @@ DEPENDENCIES
61
61
  yard (~> 0.9)
62
62
 
63
63
  BUNDLED WITH
64
- 2.2.9
64
+ 2.2.14
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.description = "Loads container configuration values from environment variables, secrets, and credentials."
13
13
  spec.homepage = "https://github.com/wheatevo/container_config"
14
14
  spec.license = "MIT"
15
- spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
15
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
16
16
 
17
17
  spec.metadata["homepage_uri"] = spec.homepage
18
18
  spec.metadata["source_code_uri"] = "https://github.com/wheatevo/container_config"
@@ -2,5 +2,5 @@
2
2
 
3
3
  module ContainerConfig
4
4
  # ContainerConfig version
5
- VERSION = "0.1.1"
5
+ VERSION = "0.1.2"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: container_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Newell
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-03-15 00:00:00.000000000 Z
11
+ date: 2021-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -153,7 +153,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
153
153
  requirements:
154
154
  - - ">="
155
155
  - !ruby/object:Gem::Version
156
- version: 2.4.0
156
+ version: 2.5.0
157
157
  required_rubygems_version: !ruby/object:Gem::Requirement
158
158
  requirements:
159
159
  - - ">="