dsu 2.0.4 → 2.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/Gemfile.lock +19 -21
  4. data/lib/dsu/version.rb +1 -1
  5. metadata +4 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f82152cb96f7cad8af4563e8270b7e5b900d7ec87f7daae1677ecd3dc5cf03c
4
- data.tar.gz: 1a95cb056e64e6408acb0df18583f096d8cadfe837484b339ace9c1696da2f59
3
+ metadata.gz: 11d459caad340782bba737306afa2cb6d135c6f8843b2f22e94f9c4dfbb2f3ec
4
+ data.tar.gz: 8cd8ff259e8fd1ac99f4478511177dbdb90f589c76a1c8c865a7e93f98f1e79b
5
5
  SHA512:
6
- metadata.gz: 660db023ebbfa732c57c9d6ce6c2065b96e5b1f0ade314a1670ead63eebff5a4fda28ccb3aada9075bb0bfb680cd17feeb1818bb177c81c4cd9cb0940753d359
7
- data.tar.gz: 413c6730e648b005e0e5f547f54fc68a7dd960e0ae8942b319777b8d3480a05841f45bf45affdcb51dfe4e0fcff700a163417adbebaa99baa232c13b354a6c00
6
+ metadata.gz: f06c3c10739db48af83bb1da0a2837a2f05b46cad892092299514118b8207acf8c398b3e0d91684a102adf3405ce03db9e0462e7cf30805212b29f3746a00f16
7
+ data.tar.gz: 0b71be963225441dccbafbce66c5f7c1a76f42d31f7e60b66ecdb526b871ba92aa6d1089a2f5dad3ea2d2c53f141e32200b804d39aee5b69ad3e8cfc4215a298
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [2.0.5] 2023-10-30
2
+
3
+ - Update ruby gems.
4
+
1
5
  ## [2.0.4] 2023-08-28
2
6
 
3
7
  - Update ruby gems.
data/Gemfile.lock CHANGED
@@ -12,15 +12,14 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- activemodel (7.0.7.2)
16
- activesupport (= 7.0.7.2)
17
- activesupport (7.0.7.2)
15
+ activemodel (7.0.8)
16
+ activesupport (= 7.0.8)
17
+ activesupport (7.0.8)
18
18
  concurrent-ruby (~> 1.0, >= 1.0.2)
19
19
  i18n (>= 1.6, < 2)
20
20
  minitest (>= 5.1)
21
21
  tzinfo (~> 2.0)
22
22
  ast (2.4.2)
23
- base64 (0.1.1)
24
23
  byebug (11.1.3)
25
24
  coderay (1.1.3)
26
25
  colorize (1.1.0)
@@ -28,19 +27,19 @@ GEM
28
27
  diff-lcs (1.5.0)
29
28
  docile (1.4.0)
30
29
  dotenv (2.8.1)
31
- factory_bot (6.2.1)
30
+ factory_bot (6.3.0)
32
31
  activesupport (>= 5.0.0)
33
- ffaker (2.22.0)
32
+ ffaker (2.23.0)
34
33
  i18n (1.14.1)
35
34
  concurrent-ruby (~> 1.0)
36
35
  json (2.6.3)
37
36
  kwalify (0.7.2)
38
37
  language_server-protocol (3.17.0.3)
39
38
  method_source (1.0.0)
40
- minitest (5.19.0)
39
+ minitest (5.20.0)
41
40
  os (1.1.4)
42
41
  parallel (1.23.0)
43
- parser (3.2.2.3)
42
+ parser (3.2.2.4)
44
43
  ast (~> 2.4.1)
45
44
  racc
46
45
  pry (0.14.2)
@@ -51,12 +50,12 @@ GEM
51
50
  pry (>= 0.13, < 0.15)
52
51
  racc (1.7.1)
53
52
  rainbow (3.1.1)
54
- rake (13.0.6)
53
+ rake (13.1.0)
55
54
  reek (6.1.4)
56
55
  kwalify (~> 0.7.0)
57
56
  parser (~> 3.2.0)
58
57
  rainbow (>= 2.0, < 4.0)
59
- regexp_parser (2.8.1)
58
+ regexp_parser (2.8.2)
60
59
  rexml (3.2.6)
61
60
  rspec (3.12.0)
62
61
  rspec-core (~> 3.12.0)
@@ -71,29 +70,28 @@ GEM
71
70
  diff-lcs (>= 1.2.0, < 2.0)
72
71
  rspec-support (~> 3.12.0)
73
72
  rspec-support (3.12.1)
74
- rubocop (1.56.1)
75
- base64 (~> 0.1.1)
73
+ rubocop (1.57.2)
76
74
  json (~> 2.3)
77
75
  language_server-protocol (>= 3.17.0)
78
76
  parallel (~> 1.10)
79
- parser (>= 3.2.2.3)
77
+ parser (>= 3.2.2.4)
80
78
  rainbow (>= 2.2.2, < 4.0)
81
79
  regexp_parser (>= 1.8, < 3.0)
82
80
  rexml (>= 3.2.5, < 4.0)
83
81
  rubocop-ast (>= 1.28.1, < 2.0)
84
82
  ruby-progressbar (~> 1.7)
85
83
  unicode-display_width (>= 2.4.0, < 3.0)
86
- rubocop-ast (1.29.0)
84
+ rubocop-ast (1.30.0)
87
85
  parser (>= 3.2.1.0)
88
- rubocop-capybara (2.18.0)
86
+ rubocop-capybara (2.19.0)
89
87
  rubocop (~> 1.41)
90
- rubocop-factory_bot (2.23.1)
88
+ rubocop-factory_bot (2.24.0)
91
89
  rubocop (~> 1.33)
92
- rubocop-performance (1.19.0)
90
+ rubocop-performance (1.19.1)
93
91
  rubocop (>= 1.7.0, < 2.0)
94
92
  rubocop-ast (>= 0.4.0)
95
- rubocop-rspec (2.23.2)
96
- rubocop (~> 1.33)
93
+ rubocop-rspec (2.25.0)
94
+ rubocop (~> 1.40)
97
95
  rubocop-capybara (~> 2.17)
98
96
  rubocop-factory_bot (~> 2.22)
99
97
  ruby-progressbar (1.13.0)
@@ -103,11 +101,11 @@ GEM
103
101
  simplecov_json_formatter (~> 0.1)
104
102
  simplecov-html (0.12.3)
105
103
  simplecov_json_formatter (0.1.4)
106
- thor (1.2.2)
104
+ thor (1.3.0)
107
105
  thor_nested_subcommand (1.0.1)
108
106
  tzinfo (2.0.6)
109
107
  concurrent-ruby (~> 1.0)
110
- unicode-display_width (2.4.2)
108
+ unicode-display_width (2.5.0)
111
109
 
112
110
  PLATFORMS
113
111
  x86_64-darwin-19
data/lib/dsu/version.rb CHANGED
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Dsu
4
4
  VERSION_REGEX = /\A\d+\.\d+\.\d+(\.alpha\.\d+)?\z/
5
- VERSION = '2.0.4'
5
+ VERSION = '2.0.5'
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dsu
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.4
4
+ version: 2.0.5
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-08-29 00:00:00.000000000 Z
11
+ date: 2023-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -16,20 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '7.0'
20
- - - ">="
21
- - !ruby/object:Gem::Version
22
- version: 7.0.4
19
+ version: 7.0.8
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
24
  - - "~>"
28
25
  - !ruby/object:Gem::Version
29
- version: '7.0'
30
- - - ">="
31
- - !ruby/object:Gem::Version
32
- version: 7.0.4
26
+ version: 7.0.8
33
27
  - !ruby/object:Gem::Dependency
34
28
  name: activemodel
35
29
  requirement: !ruby/object:Gem::Requirement