dsu 3.0.2 → 3.0.3

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: 35464809c5e821424202e2849d1a4fd43d31a5a3983a96e6177d8abd69980503
4
- data.tar.gz: e64af18269d7ebf19cf9aac1fe21c005b6d05c7af5e2b325438a6feb88f42b00
3
+ metadata.gz: b80a71b8d3ed709188618098b10f6318cbbce70d562420ecf9df6dba26987676
4
+ data.tar.gz: 1ea9efbe67dbf7a7ea70d3a70435fb9e9eac5e198c278fb2c415ebf7ed289dbf
5
5
  SHA512:
6
- metadata.gz: 481276284539b85413bd4e6531cf535ba6dfef436ab7aecf25548a84b039672872fb589dde71ea8a7f521b2ae47e3248faab545319be095ad8ad26eadd8428bc
7
- data.tar.gz: '093572942c6a5e4238a1f6d9b342188ddcc9670807ffb8d86e41642ce44245bbbd952500da071047d744fee0824c80dbdca437feb49e3ba5d8d99efb73255be7'
6
+ metadata.gz: 8f003eb645facb2edc65a98e9903568010a23a6f65cf701d173f52e05a34f96da462a3b42f1d9eed7ce12e0b6a88f3b2081742bcd278a1adbaab2208044c1ba8
7
+ data.tar.gz: 459546e54e088b82c1b0025ada39e9d3478ce4f87a068ae06ec6ec37511bfc996f366064602b91e939da3836d56efd225445e019d916ec1d60493c0ee78617b1
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [3.0.3] - 2024-08-03
6
+
7
+ ### Changes
8
+ [x] Update ruby gems.
9
+ [x] Update rexml gem to patch CVE.
10
+
5
11
  ## [3.0.2] - 2024-05-18
6
12
 
7
13
  ### Changes
data/Gemfile CHANGED
@@ -10,10 +10,11 @@ gem 'rake', '>= 13.0', '< 14.0'
10
10
 
11
11
  group :development do
12
12
  gem 'reek', '>= 6.1', '< 7.0'
13
- gem 'rubocop', '>= 1.35', '< 2.0'
14
- gem 'rubocop-performance', '>= 1.14', '< 2.0'
13
+ gem 'rubocop', '>= 1.65', '< 2.0'
14
+ gem 'rubocop-factory_bot', '~> 2.26', '>= 2.26.1'
15
+ gem 'rubocop-performance', '>= 1.21.1', '< 2.0'
15
16
  gem 'rubocop-rake', '>= 0.6', '< 1.0'
16
- gem 'rubocop-rspec', '>= 2.12', '< 3.0'
17
+ gem 'rubocop-rspec', '~> 3.0', '>= 3.0.3'
17
18
  end
18
19
 
19
20
  group :test do
@@ -22,7 +23,7 @@ group :test do
22
23
  end
23
24
 
24
25
  group :development, :test do
25
- gem 'dotenv', '>= 2.8', '< 3.0'
26
+ gem 'dotenv', '~> 3.1', '>= 3.1.2'
26
27
  gem 'factory_bot', '~> 6.3'
27
28
  gem 'ffaker', '~> 2.21'
28
29
  gem 'pry-byebug', '>= 3.9', '< 4.0'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dsu (3.0.2)
4
+ dsu (3.0.3)
5
5
  activemodel (>= 7.0.8, < 8.0)
6
6
  activesupport (>= 7.0.8, < 8.0)
7
7
  colorize (>= 1.1, < 2.0)
@@ -13,9 +13,9 @@ PATH
13
13
  GEM
14
14
  remote: https://rubygems.org/
15
15
  specs:
16
- activemodel (7.1.3.3)
17
- activesupport (= 7.1.3.3)
18
- activesupport (7.1.3.3)
16
+ activemodel (7.1.3.4)
17
+ activesupport (= 7.1.3.4)
18
+ activesupport (7.1.3.4)
19
19
  base64
20
20
  bigdecimal
21
21
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -31,25 +31,25 @@ GEM
31
31
  byebug (11.1.3)
32
32
  coderay (1.1.3)
33
33
  colorize (1.1.0)
34
- concurrent-ruby (1.2.3)
34
+ concurrent-ruby (1.3.3)
35
35
  connection_pool (2.4.1)
36
36
  diff-lcs (1.5.1)
37
- docile (1.4.0)
38
- dotenv (2.8.1)
37
+ docile (1.4.1)
38
+ dotenv (3.1.2)
39
39
  drb (2.2.1)
40
- dry-configurable (1.1.0)
40
+ dry-configurable (1.2.0)
41
41
  dry-core (~> 1.0, < 2)
42
42
  zeitwerk (~> 2.6)
43
43
  dry-core (1.0.1)
44
44
  concurrent-ruby (~> 1.0)
45
45
  zeitwerk (~> 2.6)
46
- dry-inflector (1.0.0)
46
+ dry-inflector (1.1.0)
47
47
  dry-initializer (3.1.1)
48
48
  dry-logic (1.5.0)
49
49
  concurrent-ruby (~> 1.0)
50
50
  dry-core (~> 1.0, < 2)
51
51
  zeitwerk (~> 2.6)
52
- dry-schema (1.13.3)
52
+ dry-schema (1.13.4)
53
53
  concurrent-ruby (~> 1.0)
54
54
  dry-configurable (~> 1.0, >= 1.0.1)
55
55
  dry-core (~> 1.0, < 2)
@@ -72,11 +72,11 @@ GEM
72
72
  json (2.7.2)
73
73
  language_server-protocol (3.17.0.3)
74
74
  method_source (1.1.0)
75
- minitest (5.23.0)
75
+ minitest (5.24.1)
76
76
  mutex_m (0.2.0)
77
77
  os (1.1.4)
78
- parallel (1.24.0)
79
- parser (3.3.1.0)
78
+ parallel (1.25.1)
79
+ parser (3.3.4.0)
80
80
  ast (~> 2.4.1)
81
81
  racc
82
82
  pry (0.14.2)
@@ -85,7 +85,7 @@ GEM
85
85
  pry-byebug (3.10.1)
86
86
  byebug (~> 11.0)
87
87
  pry (>= 0.13, < 0.15)
88
- racc (1.8.0)
88
+ racc (1.8.1)
89
89
  rainbow (3.1.1)
90
90
  rake (13.2.1)
91
91
  reek (6.3.0)
@@ -94,50 +94,43 @@ GEM
94
94
  rainbow (>= 2.0, < 4.0)
95
95
  rexml (~> 3.1)
96
96
  regexp_parser (2.9.2)
97
- rexml (3.2.8)
98
- strscan (>= 3.0.9)
97
+ rexml (3.3.4)
98
+ strscan
99
99
  rspec (3.13.0)
100
100
  rspec-core (~> 3.13.0)
101
101
  rspec-expectations (~> 3.13.0)
102
102
  rspec-mocks (~> 3.13.0)
103
103
  rspec-core (3.13.0)
104
104
  rspec-support (~> 3.13.0)
105
- rspec-expectations (3.13.0)
105
+ rspec-expectations (3.13.1)
106
106
  diff-lcs (>= 1.2.0, < 2.0)
107
107
  rspec-support (~> 3.13.0)
108
108
  rspec-mocks (3.13.1)
109
109
  diff-lcs (>= 1.2.0, < 2.0)
110
110
  rspec-support (~> 3.13.0)
111
111
  rspec-support (3.13.1)
112
- rubocop (1.63.5)
112
+ rubocop (1.65.1)
113
113
  json (~> 2.3)
114
114
  language_server-protocol (>= 3.17.0)
115
115
  parallel (~> 1.10)
116
116
  parser (>= 3.3.0.2)
117
117
  rainbow (>= 2.2.2, < 4.0)
118
- regexp_parser (>= 1.8, < 3.0)
118
+ regexp_parser (>= 2.4, < 3.0)
119
119
  rexml (>= 3.2.5, < 4.0)
120
120
  rubocop-ast (>= 1.31.1, < 2.0)
121
121
  ruby-progressbar (~> 1.7)
122
122
  unicode-display_width (>= 2.4.0, < 3.0)
123
123
  rubocop-ast (1.31.3)
124
124
  parser (>= 3.3.1.0)
125
- rubocop-capybara (2.20.0)
126
- rubocop (~> 1.41)
127
- rubocop-factory_bot (2.25.1)
128
- rubocop (~> 1.41)
129
- rubocop-performance (1.21.0)
125
+ rubocop-factory_bot (2.26.1)
126
+ rubocop (~> 1.61)
127
+ rubocop-performance (1.21.1)
130
128
  rubocop (>= 1.48.1, < 2.0)
131
129
  rubocop-ast (>= 1.31.1, < 2.0)
132
130
  rubocop-rake (0.6.0)
133
131
  rubocop (~> 1.0)
134
- rubocop-rspec (2.29.2)
135
- rubocop (~> 1.40)
136
- rubocop-capybara (~> 2.17)
137
- rubocop-factory_bot (~> 2.22)
138
- rubocop-rspec_rails (~> 2.28)
139
- rubocop-rspec_rails (2.28.3)
140
- rubocop (~> 1.40)
132
+ rubocop-rspec (3.0.3)
133
+ rubocop (~> 1.61)
141
134
  ruby-progressbar (1.13.0)
142
135
  simplecov (0.22.0)
143
136
  docile (~> 1.1)
@@ -147,25 +140,27 @@ GEM
147
140
  simplecov_json_formatter (0.1.4)
148
141
  strscan (3.1.0)
149
142
  thor (1.3.1)
150
- thor_nested_subcommand (1.0.8)
143
+ thor_nested_subcommand (1.0.9)
151
144
  tzinfo (2.0.6)
152
145
  concurrent-ruby (~> 1.0)
153
146
  tzinfo-data (1.2024.1)
154
147
  tzinfo (>= 1.0.0)
155
148
  unicode-display_width (2.5.0)
156
- zeitwerk (2.6.14)
149
+ zeitwerk (2.6.17)
157
150
 
158
151
  PLATFORMS
159
152
  arm64-darwin-22
153
+ arm64-darwin-23
160
154
  x64-mingw-ucrt
161
155
  x64-mingw32
162
156
  x86_64-darwin-19
157
+ x86_64-darwin-20
163
158
  x86_64-darwin-21
164
159
  x86_64-linux
165
160
 
166
161
  DEPENDENCIES
167
162
  bundler (>= 2.5, < 3.0)
168
- dotenv (>= 2.8, < 3.0)
163
+ dotenv (~> 3.1, >= 3.1.2)
169
164
  dsu!
170
165
  factory_bot (~> 6.3)
171
166
  ffaker (~> 2.21)
@@ -173,10 +168,11 @@ DEPENDENCIES
173
168
  rake (>= 13.0, < 14.0)
174
169
  reek (>= 6.1, < 7.0)
175
170
  rspec (>= 3.12, < 4.0)
176
- rubocop (>= 1.35, < 2.0)
177
- rubocop-performance (>= 1.14, < 2.0)
171
+ rubocop (>= 1.65, < 2.0)
172
+ rubocop-factory_bot (~> 2.26, >= 2.26.1)
173
+ rubocop-performance (>= 1.21.1, < 2.0)
178
174
  rubocop-rake (>= 0.6, < 1.0)
179
- rubocop-rspec (>= 2.12, < 3.0)
175
+ rubocop-rspec (~> 3.0, >= 3.0.3)
180
176
  simplecov (>= 0.22.0, < 1.0)
181
177
 
182
178
  BUNDLED WITH
@@ -8,7 +8,7 @@ module Dsu
8
8
  module Project
9
9
  class ListPresenter < BasePresenterEx
10
10
  def initialize(options: {})
11
- super(options: options)
11
+ super
12
12
  end
13
13
 
14
14
  def projects
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|beta|rc)\.\d+)?\z/
5
- VERSION = '3.0.2'
5
+ VERSION = '3.0.3'
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: 3.0.2
4
+ version: 3.0.3
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: 2024-05-21 00:00:00.000000000 Z
11
+ date: 2024-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport