Skip to content

Commit

Permalink
Merge pull request #1694 from houdiniproject/dependabot/bundler/rspec…
Browse files Browse the repository at this point in the history
…-3.13.0

Bump rspec from 3.12.0 to 3.13.0
  • Loading branch information
wwahammy committed Feb 5, 2024
2 parents 7b4912b + 67af9a7 commit 9ee8107
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ group :development, :ci, :test do
gem 'debug'
gem 'dotenv-rails', '~> 2.8', require: 'dotenv/rails-now'
gem 'rspec-rails', '~> 4.1.2'
gem 'rspec', '~> 3.12.0'
gem 'rspec', '~> 3.13.0'
gem 'rspec-json_expectations', '~> 2'
gem 'factory_bot_rails', '~> 6.2'
gem 'factory_bot', '~> 6.2'
Expand Down
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ GEM
devise-async (1.0.0)
activejob (>= 5.0)
devise (>= 4.0)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.8.1)
Expand Down Expand Up @@ -367,19 +367,19 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.0)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.0)
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-support (~> 3.13.0)
rspec-json_expectations (2.2.0)
rspec-mocks (3.12.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (~> 3.13.0)
rspec-rails (4.1.2)
actionpack (>= 4.2)
activesupport (>= 4.2)
Expand All @@ -388,7 +388,7 @@ GEM
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.12.0)
rspec-support (3.13.0)
rubocop (1.48.1)
json (~> 2.3)
parallel (~> 1.10)
Expand Down Expand Up @@ -530,7 +530,7 @@ DEPENDENCIES
rails-i18n (~> 6.0.0, ~> 6)
rake (~> 12.3.2)
react_on_rails (= 12.6.0)
rspec (~> 3.12.0)
rspec (~> 3.13.0)
rspec-json_expectations (~> 2)
rspec-rails (~> 4.1.2)
rubocop (~> 1.48.1)
Expand Down
2 changes: 1 addition & 1 deletion gems/bess/bess.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'wisper-activejob', '~> 1.0.0'
spec.add_dependency 'rest-client'

spec.add_development_dependency 'rspec', '~> 3.9.0'
spec.add_development_dependency 'rspec', '~> 3.13.0'
spec.add_development_dependency 'rspec-rails', '~> 4.0.0'


Expand Down

0 comments on commit 9ee8107

Please sign in to comment.