Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rspec requirement from ~> 3.8.0 to ~> 3.9.0 #133

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update rspec requirement from ~> 3.8.0 to ~> 3.9.0
Updates the requirements on [rspec](https://github.com/rspec/rspec) to permit the latest version.
- [Release notes](https://github.com/rspec/rspec/releases)
- [Commits](rspec/rspec@v3.8.0...v3.9.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Oct 9, 2019
commit ae5c88c19922b1384350f40695efffc36cd3b424
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ GEM
awesome_print (1.8.0)
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
bunny (2.14.0)
bunny (2.14.3)
amq-protocol (~> 2.3, >= 2.3.0)
bunny-mock (1.7.0)
bunny (>= 1.7)
@@ -100,19 +100,19 @@ GEM
psych (3.1.0)
rainbow (3.0.0)
rake (12.3.2)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.0)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.0)
rspec-support (~> 3.9.0)
rspec-expectations (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.0)
rubocop (0.65.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
@@ -154,7 +154,7 @@ DEPENDENCIES
fuubar (~> 2.3.0)
hets-agent!
rake (~> 12.3.0)
rspec (~> 3.8.0)
rspec (~> 3.9.0)
rubocop (~> 0.65.0)

BUNDLED WITH
2 changes: 1 addition & 1 deletion hets-agent.gemspec
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bunny-mock', '~> 1.7.0'
spec.add_development_dependency 'fuubar', '~> 2.3.0'
spec.add_development_dependency 'rake', '~> 12.3.0'
spec.add_development_dependency 'rspec', '~> 3.8.0'
spec.add_development_dependency 'rspec', '~> 3.9.0'

spec.add_development_dependency 'codecov', '~> 0.1.10'
spec.add_development_dependency 'rubocop', '~> 0.65.0'