Skip to content

Commit

Permalink
Merge pull request #182 from simplybusiness/dependabot/bundler/rspec-…
Browse files Browse the repository at this point in the history
…mocks-and-rspec-3.13.0
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
2 parents c4e08b5 + c99545c commit 002bfc6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'semantic'
group :development, :test do
gem 'pry'
gem 'rspec'
gem 'rspec-mocks', '~> 3.12.7'
gem 'rspec-mocks', '~> 3.13.0'
gem 'simplecov', '< 0.18'
gem 'simplycop', '1.15.1'
end
Expand Down
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,19 @@ GEM
rainbow (3.1.1)
regexp_parser (2.9.0)
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.1)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.2)
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.7)
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.2)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rubocop (1.60.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand Down Expand Up @@ -128,7 +128,7 @@ DEPENDENCIES
octokit
pry
rspec
rspec-mocks (~> 3.12.7)
rspec-mocks (~> 3.13.0)
semantic
simplecov (< 0.18)
simplycop (= 1.15.1)
Expand Down

0 comments on commit 002bfc6

Please sign in to comment.