Skip to content

Commit

Permalink
Update rspec requirement from ~> 2.11.0 to >= 2.11, < 3.14
Browse files Browse the repository at this point in the history
Updates the requirements on [rspec](https://github.com/rspec/rspec-metagem) to permit the latest version.
- [Commits](rspec/rspec-metagem@v2.11.0...v3.13.0)

---
updated-dependencies:
- dependency-name: rspec
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent f22527e commit 52874ec
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
25 changes: 15 additions & 10 deletions src/oc_bifrost/oc-bifrost-pedant/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PATH
mixlib-config (>= 1.1.2, < 3.1.0)
net-http-spy (~> 0.2.1)
rest-client (>= 1.8, < 2.2)
rspec (~> 2.11.0)
rspec (>= 2.11, < 3.14)
rspec-rerun (= 0.3.1)
rspec_junit_formatter (>= 0.1.1, < 0.7.0)

Expand All @@ -20,7 +20,7 @@ GEM
tzinfo (~> 2.0)
bcrypt (3.1.18)
concurrent-ruby (1.2.2)
diff-lcs (1.1.3)
diff-lcs (1.5.1)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
http-accept (1.7.0)
Expand All @@ -42,16 +42,21 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
rspec-mocks (~> 2.11.0)
rspec-core (2.11.1)
rspec-expectations (2.11.3)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.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.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rerun (0.3.1)
rspec
rspec-support (3.13.0)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
tomlrb (2.0.3)
Expand Down
2 changes: 1 addition & 1 deletion src/oc_bifrost/oc-bifrost-pedant/oc-bifrost-pedant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.bindir = 'bin'
s.executables = ['oc-bifrost-pedant']

s.add_dependency('rspec', '~> 2.11.0')
s.add_dependency('rspec', '>= 2.11', '< 3.14')
s.add_dependency('activesupport', '>= 3.2.8', '< 7.1.0') # For active_support/concern
s.add_dependency('mixlib-config', '>= 1.1.2', '< 3.1.0')
s.add_dependency('rest-client', '>= 1.8', '< 2.2')
Expand Down

0 comments on commit 52874ec

Please sign in to comment.