rake_dependencies 3.2.0.pre.5 → 3.2.0.pre.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: 757407e0986e5ef552712f15c3060c672d12b55fe2f60b3c23417ebaac373320
4
- data.tar.gz: 78fae21e30f8857010798a4faa855fcf3d329dfd21dc1d6b16594823cdd38652
3
+ metadata.gz: f1f3b775754e2362052c8bfc2a03d9fd4366e988c142157ddd7279e3545f8e46
4
+ data.tar.gz: 9f4aa8af4e89e13ec9c6bec3871b2e0e89d1e3d62d68fdd1747c135eefe2781f
5
5
  SHA512:
6
- metadata.gz: 7ff3eaab77eb0ebbe3e71b102dd696500e984a7e26e2349a10d85abd19f6cc8766f45124d08d0abb51f4eb34105d06ee8315a256fbb501734bf4741a57d5cfd0
7
- data.tar.gz: 6d9098a8c1fd59d0bbfa5a0c03253fd2fe79032d67ed2f6c8e1464e2b76d02be7fcd1ea006a18b12623dea2daee1cf89d0e6207fcf24032c5799ed0ab56806a0
6
+ metadata.gz: 4e525262c811453bda92b933951a49551427dbcc24564084d3cd4c9ac4f4d83253a038f024183337f5b71d33108b7e8490c5b208f0201c729b129079bea324ab
7
+ data.tar.gz: efbffcf221e3f3d4d6bf5bee23839e2a22cc3cc7ac3782cf5b0ba5d7e6e4e7d393f7e340c35519993bfba8f9c4d4c562a688ac9c1294ace35c2012176f6a8790
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rake_dependencies (3.2.0.pre.5)
4
+ rake_dependencies (3.2.0.pre.6)
5
5
  down (~> 5.3)
6
6
  hamster (~> 3.0)
7
7
  minitar (~> 0.9)
@@ -11,7 +11,7 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activesupport (7.0.3)
14
+ activesupport (7.0.4)
15
15
  concurrent-ruby (~> 1.0, >= 1.0.2)
16
16
  i18n (>= 1.6, < 2)
17
17
  minitest (>= 5.1)
@@ -53,20 +53,21 @@ GEM
53
53
  gem-release (2.2.2)
54
54
  hamster (3.0.0)
55
55
  concurrent-ruby (~> 1.0)
56
- i18n (1.10.0)
56
+ i18n (1.12.0)
57
57
  concurrent-ruby (~> 1.0)
58
+ json (2.6.2)
58
59
  lino (3.0.0)
59
60
  hamster (~> 3.0)
60
61
  open4 (~> 1.3)
61
62
  minitar (0.9)
62
- minitest (5.15.0)
63
+ minitest (5.16.3)
63
64
  multipart-post (2.1.1)
64
65
  octokit (4.22.0)
65
66
  faraday (>= 0.9)
66
67
  sawyer (~> 0.8.0, >= 0.5.3)
67
68
  open4 (1.3.4)
68
69
  parallel (1.22.1)
69
- parser (3.1.2.0)
70
+ parser (3.1.2.1)
70
71
  ast (~> 2.4.1)
71
72
  public_suffix (4.0.6)
72
73
  rainbow (3.1.1)
@@ -91,36 +92,37 @@ GEM
91
92
  colored2 (~> 3.1)
92
93
  rake_factory (~> 0.23)
93
94
  sshkey (~> 2.0)
94
- regexp_parser (2.5.0)
95
+ regexp_parser (2.6.0)
95
96
  rexml (3.2.5)
96
- rspec (3.11.0)
97
- rspec-core (~> 3.11.0)
98
- rspec-expectations (~> 3.11.0)
99
- rspec-mocks (~> 3.11.0)
100
- rspec-core (3.11.0)
101
- rspec-support (~> 3.11.0)
102
- rspec-expectations (3.11.0)
97
+ rspec (3.12.0)
98
+ rspec-core (~> 3.12.0)
99
+ rspec-expectations (~> 3.12.0)
100
+ rspec-mocks (~> 3.12.0)
101
+ rspec-core (3.12.0)
102
+ rspec-support (~> 3.12.0)
103
+ rspec-expectations (3.12.0)
103
104
  diff-lcs (>= 1.2.0, < 2.0)
104
- rspec-support (~> 3.11.0)
105
- rspec-mocks (3.11.1)
105
+ rspec-support (~> 3.12.0)
106
+ rspec-mocks (3.12.0)
106
107
  diff-lcs (>= 1.2.0, < 2.0)
107
- rspec-support (~> 3.11.0)
108
- rspec-support (3.11.0)
109
- rubocop (1.30.1)
108
+ rspec-support (~> 3.12.0)
109
+ rspec-support (3.12.0)
110
+ rubocop (1.36.0)
111
+ json (~> 2.3)
110
112
  parallel (~> 1.10)
111
- parser (>= 3.1.0.0)
113
+ parser (>= 3.1.2.1)
112
114
  rainbow (>= 2.2.2, < 4.0)
113
115
  regexp_parser (>= 1.8, < 3.0)
114
116
  rexml (>= 3.2.5, < 4.0)
115
- rubocop-ast (>= 1.18.0, < 2.0)
117
+ rubocop-ast (>= 1.20.1, < 2.0)
116
118
  ruby-progressbar (~> 1.7)
117
119
  unicode-display_width (>= 1.4.0, < 3.0)
118
- rubocop-ast (1.18.0)
120
+ rubocop-ast (1.23.0)
119
121
  parser (>= 3.1.1.0)
120
122
  rubocop-rake (0.6.0)
121
123
  rubocop (~> 1.0)
122
- rubocop-rspec (2.11.1)
123
- rubocop (~> 1.19)
124
+ rubocop-rspec (2.14.2)
125
+ rubocop (~> 1.33)
124
126
  ruby-progressbar (1.11.0)
125
127
  ruby2_keywords (0.0.5)
126
128
  ruby_gpg2 (0.8.0)
@@ -136,9 +138,9 @@ GEM
136
138
  simplecov-html (0.12.3)
137
139
  simplecov_json_formatter (0.1.4)
138
140
  sshkey (2.0.0)
139
- tzinfo (2.0.4)
141
+ tzinfo (2.0.5)
140
142
  concurrent-ruby (~> 1.0)
141
- unicode-display_width (2.1.0)
143
+ unicode-display_width (2.3.0)
142
144
 
143
145
  PLATFORMS
144
146
  ruby
@@ -161,4 +163,4 @@ DEPENDENCIES
161
163
  simplecov
162
164
 
163
165
  BUNDLED WITH
164
- 2.3.17
166
+ 2.3.24
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RakeDependencies
4
- VERSION = '3.2.0.pre.5'
4
+ VERSION = '3.2.0.pre.6'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rake_dependencies
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0.pre.5
4
+ version: 3.2.0.pre.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - InfraBlocks Maintainers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-07-04 00:00:00.000000000 Z
11
+ date: 2022-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: down