Skip to content

Commit

Permalink
Update rspec requirement from = 3.12.0 to = 3.13.0 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent 4068545 commit ffda79d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
docile (1.4.0)
drb (2.2.0)
ruby2_keywords
Expand Down Expand Up @@ -110,19 +110,19 @@ GEM
chunky_png (~> 1.0)
rqrcode_core (~> 1.0)
rqrcode_core (1.2.0)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.6)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (0.93.1)
parallel (~> 1.10)
parser (>= 2.7.1.5)
Expand Down Expand Up @@ -165,7 +165,7 @@ DEPENDENCIES
guard-rspec (~> 4.7.3)
pdf-inspector (~> 1.3.0)
rake (= 13.0.6)
rspec (= 3.12.0)
rspec (= 3.13.0)
rubocop (~> 0.93.1)
rubocop-performance (~> 1.10.2)
rubocop-rspec (~> 1.44.1)
Expand Down
2 changes: 1 addition & 1 deletion br_danfe.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'guard-rspec', '~> 4.7.3'
spec.add_development_dependency 'pdf-inspector', '~> 1.3.0'
spec.add_development_dependency 'rake', '13.0.6'
spec.add_development_dependency 'rspec', '3.12.0'
spec.add_development_dependency 'rspec', '3.13.0'
spec.add_development_dependency 'rubocop', '~> 0.93.1'
spec.add_development_dependency 'rubocop-performance', '~> 1.10.2'
spec.add_development_dependency 'rubocop-rspec', '~> 1.44.1'
Expand Down

0 comments on commit ffda79d

Please sign in to comment.