Skip to content

Commit

Permalink
Bump mocha from 2.3.0 to 2.4.0
Browse files Browse the repository at this point in the history
Bumps [mocha](https://github.com/freerange/mocha) from 2.3.0 to 2.4.0.
- [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md)
- [Commits](freerange/mocha@v2.3.0...v2.4.0)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent 624619e commit f0f2711
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ gem 'counter_culture', '~> 3.5'

group :development, :test do
# Use mocha for stubbing and mocking
gem 'mocha', '~> 2.3.0'
gem 'mocha', '~> 2.4.0'
# Factory bot for factories
gem 'factory_bot_rails', '~> 6.4.3'

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ GEM
faraday (>= 1, < 3)
faraday-net_http (3.1.0)
net-http
ffi (1.17.0)
ffi (1.17.0-x86_64-linux-gnu)
flamegraph (0.9.5)
glob (0.4.0)
globalid (1.2.1)
Expand Down Expand Up @@ -288,7 +288,7 @@ GEM
minitest (>= 5.0.6)
minitest-utils (0.4.8)
minitest
mocha (2.3.0)
mocha (2.4.0)
ruby2_keywords (>= 0.0.5)
msgpack (1.7.2)
multi_json (1.15.0)
Expand Down Expand Up @@ -613,7 +613,7 @@ DEPENDENCIES
memory_profiler (~> 1.0.1)
minitest-ci (~> 3.4.0)
minitest-utils (~> 0.4.8)
mocha (~> 2.3.0)
mocha (~> 2.4.0)
mysql2 (~> 0.5.6)
nokogiri (~> 1.16.5)
omniauth-google-oauth2 (~> 1.1.2)
Expand Down

0 comments on commit f0f2711

Please sign in to comment.