Skip to content

Commit

Permalink
Merge pull request #179 from simplybusiness/dependabot/bundler/rspec-…
Browse files Browse the repository at this point in the history
…mocks-3.12.7
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
2 parents f68a7ff + 5f129d7 commit aa45c19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.6'
gem 'rspec-mocks', '~> 3.12.7'
gem 'simplecov', '< 0.18'
gem 'simplycop', '1.15.1'
end
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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 @@ -65,10 +65,10 @@ GEM
rspec-expectations (3.12.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.6)
rspec-mocks (3.12.7)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rspec-support (3.12.2)
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.6)
rspec-mocks (~> 3.12.7)
semantic
simplecov (< 0.18)
simplycop (= 1.15.1)
Expand Down

0 comments on commit aa45c19

Please sign in to comment.