simple_command_dispatcher 1.2.5 → 1.2.6

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: 95c093ccfa0a342868fddd8b78ca422b248e916dabfe9ed0c31118958ace096b
4
- data.tar.gz: 132b1063e35a327e1c4103646a0d3381bcce74893c95aac1cd831bbac454878f
3
+ metadata.gz: 8c6a643ded964f7b90d4829f446e901108a01588d1a0f696145666884c78c50a
4
+ data.tar.gz: 8ba541e92fc308d58e76c0af86344f923618de79918d79986f8a9f9b683d7507
5
5
  SHA512:
6
- metadata.gz: c5c7fd6af29ce88e18b704eba5fd7928b74d292c703360213dfd32195cac3d36fc6badaafe54bb3eff436d336e493897df4cba6db646ad51aae80e8e3118d0f7
7
- data.tar.gz: 754821039179acb50169b44856fbc8973c69c7a6c7977552a6de325eea91f55f51a192ee319044a8f9438d3984dba87535d546d3775dec8c762018a39d212bba
6
+ metadata.gz: da6da7888c7c216cad99b9df62e6a8217f0b70dbee8da3873fedc49b9a38104bcca92f2d89832c216cd270e03a790a1147f4c1fb8e006e772df31300adbf61a7
7
+ data.tar.gz: a49157ec1695d78ad02cfddc3600f9d2ac3640867697e3d8f11936c05f1ba3d77e4ce218dbea1d09d42938e52c0aa4c66d4d92a83c9795865c59709b3488ab74
data/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ ### Version 1.2.6
2
+ * Update ruby gems to patch CVE.
1
3
  ### Version 1.2.5
2
4
  * Check in Gemfile.lock
3
5
  ### Version 1.2.4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- simple_command_dispatcher (1.2.5)
4
+ simple_command_dispatcher (1.2.6)
5
5
  activesupport (~> 5.0, >= 5.0.0.1)
6
6
  simple_command (~> 0.2.0)
7
7
 
@@ -17,15 +17,15 @@ GEM
17
17
  byebug (11.1.3)
18
18
  coderay (1.1.3)
19
19
  colorize (0.8.1)
20
- concurrent-ruby (1.1.10)
20
+ concurrent-ruby (1.2.2)
21
21
  diff-lcs (1.5.0)
22
22
  i18n (1.12.0)
23
23
  concurrent-ruby (~> 1.0)
24
- json (2.6.2)
24
+ json (2.6.3)
25
25
  method_source (1.0.0)
26
- minitest (5.16.2)
26
+ minitest (5.18.0)
27
27
  parallel (1.22.1)
28
- parser (3.1.2.1)
28
+ parser (3.2.2.0)
29
29
  ast (~> 2.4.1)
30
30
  pry (0.13.1)
31
31
  coderay (~> 1.1)
@@ -33,49 +33,49 @@ GEM
33
33
  pry-byebug (3.9.0)
34
34
  byebug (~> 11.0)
35
35
  pry (~> 0.13.0)
36
- psych (4.0.4)
36
+ psych (5.1.0)
37
37
  stringio
38
38
  rainbow (3.1.1)
39
39
  rake (13.0.6)
40
- rdoc (6.4.0)
40
+ rdoc (6.5.0)
41
41
  psych (>= 4.0.0)
42
- regexp_parser (2.5.0)
42
+ regexp_parser (2.7.0)
43
43
  rexml (3.2.5)
44
- rspec (3.11.0)
45
- rspec-core (~> 3.11.0)
46
- rspec-expectations (~> 3.11.0)
47
- rspec-mocks (~> 3.11.0)
48
- rspec-core (3.11.0)
49
- rspec-support (~> 3.11.0)
50
- rspec-expectations (3.11.0)
44
+ rspec (3.12.0)
45
+ rspec-core (~> 3.12.0)
46
+ rspec-expectations (~> 3.12.0)
47
+ rspec-mocks (~> 3.12.0)
48
+ rspec-core (3.12.1)
49
+ rspec-support (~> 3.12.0)
50
+ rspec-expectations (3.12.2)
51
51
  diff-lcs (>= 1.2.0, < 2.0)
52
- rspec-support (~> 3.11.0)
53
- rspec-mocks (3.11.1)
52
+ rspec-support (~> 3.12.0)
53
+ rspec-mocks (3.12.5)
54
54
  diff-lcs (>= 1.2.0, < 2.0)
55
- rspec-support (~> 3.11.0)
56
- rspec-support (3.11.0)
57
- rubocop (1.35.0)
55
+ rspec-support (~> 3.12.0)
56
+ rspec-support (3.12.0)
57
+ rubocop (1.49.0)
58
58
  json (~> 2.3)
59
59
  parallel (~> 1.10)
60
- parser (>= 3.1.2.1)
60
+ parser (>= 3.2.0.0)
61
61
  rainbow (>= 2.2.2, < 4.0)
62
62
  regexp_parser (>= 1.8, < 3.0)
63
63
  rexml (>= 3.2.5, < 4.0)
64
- rubocop-ast (>= 1.20.1, < 2.0)
64
+ rubocop-ast (>= 1.28.0, < 2.0)
65
65
  ruby-progressbar (~> 1.7)
66
- unicode-display_width (>= 1.4.0, < 3.0)
67
- rubocop-ast (1.21.0)
68
- parser (>= 3.1.1.0)
69
- rubocop-performance (1.14.3)
66
+ unicode-display_width (>= 2.4.0, < 3.0)
67
+ rubocop-ast (1.28.0)
68
+ parser (>= 3.2.1.0)
69
+ rubocop-performance (1.16.0)
70
70
  rubocop (>= 1.7.0, < 2.0)
71
71
  rubocop-ast (>= 0.4.0)
72
- ruby-progressbar (1.11.0)
72
+ ruby-progressbar (1.13.0)
73
73
  simple_command (0.2.1)
74
- stringio (3.0.2)
74
+ stringio (3.0.5)
75
75
  thread_safe (0.3.6)
76
- tzinfo (1.2.10)
76
+ tzinfo (1.2.11)
77
77
  thread_safe (~> 0.1)
78
- unicode-display_width (2.2.0)
78
+ unicode-display_width (2.4.2)
79
79
  webrick (1.7.0)
80
80
  yard (0.9.28)
81
81
  webrick (~> 1.7.0)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module SimpleCommand
4
4
  module Dispatcher
5
- VERSION = '1.2.5'
5
+ VERSION = '1.2.6'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_command_dispatcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.5
4
+ version: 1.2.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: 2022-08-14 00:00:00.000000000 Z
11
+ date: 2023-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport