dsu 2.0.4 → 2.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/Gemfile +1 -1
  4. data/Gemfile.lock +22 -24
  5. data/lib/dsu/version.rb +1 -1
  6. 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: 04dc7409c51d8c3fe9a5b092790e9ad97d86413da4958d3433cee424cce0f26a
4
+ data.tar.gz: 5a241e295d8c51efc12b99f165f72cff61175d95cdc51e3982d8c40f2ebadd66
5
5
  SHA512:
6
- metadata.gz: 660db023ebbfa732c57c9d6ce6c2065b96e5b1f0ade314a1670ead63eebff5a4fda28ccb3aada9075bb0bfb680cd17feeb1818bb177c81c4cd9cb0940753d359
7
- data.tar.gz: 413c6730e648b005e0e5f547f54fc68a7dd960e0ae8942b319777b8d3480a05841f45bf45affdcb51dfe4e0fcff700a163417adbebaa99baa232c13b354a6c00
6
+ metadata.gz: 8058a166ef355575e3b645c6c5bdafebaa943ca54b61a8a8eea8939aeb8d248a740a0a34e74371327d93581e42f2d35ea00716a744c0186536f3e22aa2698e18
7
+ data.tar.gz: 525b553d32242507f324a543ad0a14837b35a726c7b00bd7952390db6624ade817cbeaab0c1fd31394b0a1b68af5f0d49bcc7fd838ca927cd47b3a96c79854c1
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [2.0.6] 2023-10-30
2
+
3
+ - Update ruby gems.
4
+
5
+ ## [2.0.5] 2023-10-30
6
+
7
+ - Update ruby gems.
8
+
1
9
  ## [2.0.4] 2023-08-28
2
10
 
3
11
  - Update ruby gems.
data/Gemfile CHANGED
@@ -12,7 +12,7 @@ gem 'rubocop', '~> 1.50', '>= 1.50.2'
12
12
  gem 'rubocop-performance', '~> 1.19'
13
13
  gem 'rubocop-rspec', '~> 2.23'
14
14
 
15
- gem 'factory_bot', '~> 6.2', '>= 6.2.1'
15
+ gem 'factory_bot', '~> 6.3'
16
16
  gem 'ffaker', '~> 2.21'
17
17
  gem 'pry-byebug', '~> 3.9'
18
18
  gem 'reek', '~> 6.1', '>= 6.1.1'
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dsu (2.0.4)
4
+ dsu (2.0.6)
5
5
  activemodel (~> 7.0, >= 7.0.4.3)
6
- activesupport (~> 7.0, >= 7.0.4)
6
+ activesupport (~> 7.0.8)
7
7
  colorize (>= 0.8.1, < 1.2.0)
8
8
  os (~> 1.1, >= 1.1.4)
9
9
  thor (~> 1.2, >= 1.2.1)
@@ -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
@@ -116,7 +114,7 @@ PLATFORMS
116
114
  DEPENDENCIES
117
115
  dotenv (~> 2.8, >= 2.8.1)
118
116
  dsu!
119
- factory_bot (~> 6.2, >= 6.2.1)
117
+ factory_bot (~> 6.3)
120
118
  ffaker (~> 2.21)
121
119
  pry-byebug (~> 3.9)
122
120
  rake (~> 13.0)
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.6'
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.6
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