Skip to content

Commit 44b88ec

Browse files
Update dependency mocha to '~> 2.7.1'
1 parent ecc0517 commit 44b88ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ group :development, :test do
5252
gem 'faker', '~> 3.5.1'
5353

5454
# Stubbing and mocking
55-
gem 'mocha', '~> 2.4.5'
55+
gem 'mocha', '~> 2.7.1'
5656
end
5757

5858
group :development do

api/Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ GEM
169169
mini_mime (1.1.5)
170170
mini_portile2 (2.8.7)
171171
minitest (5.25.1)
172-
mocha (2.4.5)
172+
mocha (2.7.1)
173173
ruby2_keywords (>= 0.0.5)
174174
msgpack (1.7.2)
175175
multi_json (1.15.0)
@@ -318,7 +318,7 @@ DEPENDENCIES
318318
ed25519
319319
factory_bot_rails (~> 6.4.3)
320320
faker (~> 3.5.1)
321-
mocha (~> 2.4.5)
321+
mocha (~> 2.7.1)
322322
mysql2 (~> 0.5, >= 0.5.6)
323323
puma (~> 6.4, >= 6.4.3)
324324
rack-cors

0 commit comments

Comments
 (0)