Skip to content

Commit 3b55f83

Browse files
committed
⬆️ rspec-pending_for 0.0.17
1 parent 11c49f7 commit 3b55f83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ DEPENDENCIES
313313
rdoc (~> 6.11)
314314
reek (~> 6.5)
315315
require_bench (~> 1.0, >= 1.0.4)
316-
rspec-pending_for
316+
rspec-pending_for (~> 0.0, >= 0.0.17)
317317
rubocop-lts (~> 8.0)
318318
rubocop-on-rbs (~> 1.8)
319319
rubocop-packaging (~> 0.6, >= 0.6.0)

version_gem.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Gem::Specification.new do |spec|
126126
# Testing
127127
spec.add_development_dependency("appraisal2", "~> 3.0") # ruby >= 1.8.7, for testing against multiple versions of dependencies
128128
spec.add_development_dependency("kettle-test", "~> 1.0") # ruby >= 2.3
129-
spec.add_development_dependency("rspec-pending_for") # ruby >= 2.3, used to skip specs on incompatible Rubies
129+
spec.add_development_dependency("rspec-pending_for", "~> 0.0", ">= 0.0.17") # ruby >= 2.3, used to skip specs on incompatible Rubies
130130

131131
# Releasing
132132
spec.add_development_dependency("ruby-progressbar", "~> 1.13") # ruby >= 0

0 commit comments

Comments
 (0)