Skip to content

Commit

Permalink
chore(deps): update dependency mocha to '~> 2.4.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 18, 2024
1 parent f7eb606 commit 9feb947
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ group :development, :test do
gem 'faker', '~> 3.4.1'

# Stubbing and mocking
gem 'mocha', '~> 2.3.0'
gem 'mocha', '~> 2.4.5'
end

group :development do
Expand Down
4 changes: 2 additions & 2 deletions api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ GEM
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.24.0)
mocha (2.3.0)
mocha (2.4.5)
ruby2_keywords (>= 0.0.5)
msgpack (1.7.2)
multi_json (1.15.0)
Expand Down Expand Up @@ -320,7 +320,7 @@ DEPENDENCIES
ed25519
factory_bot_rails (~> 6.4.3)
faker (~> 3.4.1)
mocha (~> 2.3.0)
mocha (~> 2.4.5)
mysql2 (~> 0.5, >= 0.5.6)
puma (~> 6.4, >= 6.4.2)
rack-cors
Expand Down

0 comments on commit 9feb947

Please sign in to comment.