deco_lite 1.5.1 → 1.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1bf557474ceb77ebd80ee920d8b2a061ace847956c1f997ac3615c1767d39a77
4
- data.tar.gz: dbdcc0198cfe8d4b2f3328bfaf1f0dc67fccb26e809fc791bb65a4b005bf699b
3
+ metadata.gz: b7c43249616f91c50aa1452769ec55d957ff8dd280823202bcae9c35d64cf036
4
+ data.tar.gz: 0e99b572d6e8a8d4f1c0070a9a24f76acf5b0d31b9fa89af2fc87da5cccbe2a2
5
5
  SHA512:
6
- metadata.gz: bbdefb37822cc61e74d215ea5dcc9843589e9cb49b5645e85ce656ac36056ea66ca00c9c24b1c99eaa1f557d3a9ee0eeee2e9c3a9756065482e3bfe44bf9e7e3
7
- data.tar.gz: 28ecd27d76def73b4e57309a120b2714fccc916d3c6fde3a760cd9c3663f31b2d884b3375d5fd5e2e600600789a86f2aa4bc5ae875625f1e4a3ec355a8c75465
6
+ metadata.gz: ff288dbc7abe43674ce30bf7008346151ea486cbbaf1ebf43852ae47cf1a8dc5d723ddc7b04355f96b8762f29a0aa8521951ed1834e58d33e30e9b6ae074a198
7
+ data.tar.gz: 393764155f69b9e73e19581d53c0020dc65f01052cd62e577d78bf10499f4ca804129cd39582df018d523957873966ae6922b4c8b90b51e727c670e86f89e260
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 1.5.2
2
+ * Changes
3
+ * Update ruby gems. Remedy activesupport dependabot alert.
4
+
1
5
  ### 1.5.1
2
6
  * Changes
3
7
  * Update ruby gems.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- deco_lite (1.5.1)
4
+ deco_lite (1.5.2)
5
5
  activemodel (~> 7.0, >= 7.0.3.1)
6
6
  activesupport (~> 7.0, >= 7.0.3.1)
7
7
  immutable_struct_ex (~> 0.2.0)
@@ -10,9 +10,9 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activemodel (7.0.4.2)
14
- activesupport (= 7.0.4.2)
15
- activesupport (7.0.4.2)
13
+ activemodel (7.0.4.3)
14
+ activesupport (= 7.0.4.3)
15
+ activesupport (7.0.4.3)
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
17
17
  i18n (>= 1.6, < 2)
18
18
  minitest (>= 5.1)
@@ -20,7 +20,7 @@ GEM
20
20
  ast (2.4.2)
21
21
  byebug (11.1.3)
22
22
  coderay (1.1.3)
23
- concurrent-ruby (1.2.0)
23
+ concurrent-ruby (1.2.2)
24
24
  diff-lcs (1.5.0)
25
25
  docile (1.4.0)
26
26
  i18n (1.12.0)
@@ -32,9 +32,9 @@ GEM
32
32
  activesupport (~> 7.0, >= 7.0.3.1)
33
33
  immutable_struct_ex (~> 0.2.0)
34
34
  method_source (1.0.0)
35
- minitest (5.17.0)
35
+ minitest (5.18.0)
36
36
  parallel (1.22.1)
37
- parser (3.2.1.0)
37
+ parser (3.2.1.1)
38
38
  ast (~> 2.4.1)
39
39
  pry (0.14.2)
40
40
  coderay (~> 1.1)
@@ -59,31 +59,31 @@ GEM
59
59
  rspec-expectations (3.12.2)
60
60
  diff-lcs (>= 1.2.0, < 2.0)
61
61
  rspec-support (~> 3.12.0)
62
- rspec-mocks (3.12.3)
62
+ rspec-mocks (3.12.4)
63
63
  diff-lcs (>= 1.2.0, < 2.0)
64
64
  rspec-support (~> 3.12.0)
65
65
  rspec-support (3.12.0)
66
- rubocop (1.45.1)
66
+ rubocop (1.48.1)
67
67
  json (~> 2.3)
68
68
  parallel (~> 1.10)
69
69
  parser (>= 3.2.0.0)
70
70
  rainbow (>= 2.2.2, < 4.0)
71
71
  regexp_parser (>= 1.8, < 3.0)
72
72
  rexml (>= 3.2.5, < 4.0)
73
- rubocop-ast (>= 1.24.1, < 2.0)
73
+ rubocop-ast (>= 1.26.0, < 2.0)
74
74
  ruby-progressbar (~> 1.7)
75
75
  unicode-display_width (>= 2.4.0, < 3.0)
76
- rubocop-ast (1.26.0)
76
+ rubocop-ast (1.27.0)
77
77
  parser (>= 3.2.1.0)
78
78
  rubocop-capybara (2.17.1)
79
79
  rubocop (~> 1.41)
80
80
  rubocop-performance (1.16.0)
81
81
  rubocop (>= 1.7.0, < 2.0)
82
82
  rubocop-ast (>= 0.4.0)
83
- rubocop-rspec (2.18.1)
83
+ rubocop-rspec (2.19.0)
84
84
  rubocop (~> 1.33)
85
85
  rubocop-capybara (~> 2.17)
86
- ruby-progressbar (1.11.0)
86
+ ruby-progressbar (1.13.0)
87
87
  simplecov (0.21.2)
88
88
  docile (~> 1.1)
89
89
  simplecov-html (~> 0.11)
@@ -2,5 +2,5 @@
2
2
 
3
3
  # Defines the version of this gem.
4
4
  module DecoLite
5
- VERSION = '1.5.1'
5
+ VERSION = '1.5.2'
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deco_lite
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gene M. Angelo, Jr.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-02-16 00:00:00.000000000 Z
11
+ date: 2023-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel