Skip to content

Commit 21a9b67

Browse files
Update rake requirement from ~> 10 to >= 10, < 14
Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v10.5.0...v13.0.3) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 50fb729 commit 21a9b67

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ PATH
5757
net-ldap (~> 0.13)
5858
nokogiri (>= 1.7.2)
5959
pry (~> 0.10)
60-
rake (~> 10)
60+
rake (>= 10, < 14)
6161
rspec (~> 3)
6262
rspec-legacy_formatters (~> 1)
6363
rubocop (= 0.30)
@@ -120,7 +120,7 @@ GEM
120120
mime-types-data (~> 3.2015)
121121
mime-types-data (3.2020.1104)
122122
mini_portile2 (2.4.0)
123-
minitest (5.14.2)
123+
minitest (5.14.3)
124124
multi_json (1.15.0)
125125
multi_xml (0.6.0)
126126
nanoc (3.7.5)
@@ -154,7 +154,7 @@ GEM
154154
method_source (~> 1.0)
155155
rainbow (2.2.2)
156156
rake
157-
rake (10.5.0)
157+
rake (13.0.3)
158158
require_all (1.5.0)
159159
rest-client (2.1.0)
160160
http-accept (>= 1.7.0, < 2.0)
@@ -170,24 +170,24 @@ GEM
170170
rspec-core (~> 3.10.0)
171171
rspec-expectations (~> 3.10.0)
172172
rspec-mocks (~> 3.10.0)
173-
rspec-core (3.10.0)
173+
rspec-core (3.10.1)
174174
rspec-support (~> 3.10.0)
175-
rspec-expectations (3.10.0)
175+
rspec-expectations (3.10.1)
176176
diff-lcs (>= 1.2.0, < 2.0)
177177
rspec-support (~> 3.10.0)
178178
rspec-legacy_formatters (1.0.2)
179179
rspec (~> 3.0)
180-
rspec-mocks (3.10.0)
180+
rspec-mocks (3.10.1)
181181
diff-lcs (>= 1.2.0, < 2.0)
182182
rspec-support (~> 3.10.0)
183-
rspec-support (3.10.0)
183+
rspec-support (3.10.1)
184184
rubocop (0.30.0)
185185
astrolabe (~> 1.3)
186186
parser (>= 2.2.0.1, < 3.0)
187187
powerpack (~> 0.1)
188188
rainbow (>= 1.99.1, < 3.0)
189189
ruby-progressbar (~> 1.4)
190-
ruby-progressbar (1.10.1)
190+
ruby-progressbar (1.11.0)
191191
rubyzip (2.3.0)
192192
scrub_rb (1.0.1)
193193
sexpistol (0.0.7)
@@ -210,7 +210,7 @@ GEM
210210
unf (0.1.4)
211211
unf_ext
212212
unf_ext (0.0.7.7)
213-
yard (0.9.25)
213+
yard (0.9.26)
214214

215215
PLATFORMS
216216
ruby

origen.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
4040
spec.add_runtime_dependency "kramdown", "~>1.5"
4141
spec.add_runtime_dependency "rubocop", "0.30"
4242
spec.add_runtime_dependency "coderay", "~>1.1"
43-
spec.add_runtime_dependency "rake", "~>10"
43+
spec.add_runtime_dependency "rake", ">=10", "<14"
4444
spec.add_runtime_dependency "pry", "~>0.10"
4545
spec.add_runtime_dependency "yard", "~>0.8"
4646
spec.add_runtime_dependency "simplecov", "~>0.17" # simplecov version 0.17 is the last release that supports older Ruby versions (< 2.4)

0 commit comments

Comments
 (0)