Skip to content

Commit

Permalink
Merge pull request #4854 from dodona-edu/dependabot/bundler/mocha-2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmesuere committed Jul 31, 2023
2 parents 2612d4e + ae7dd22 commit 9076a73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ gem 'counter_culture', '~> 3.4'

group :development, :test do
# Use mocha for stubbing and mocking
gem 'mocha', '~> 2.0.4'
gem 'mocha', '~> 2.1.0'
# Factory bot for factories
gem 'factory_bot_rails', '~> 6.2.0'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ GEM
minitest (>= 5.0.6)
minitest-utils (0.4.8)
minitest
mocha (2.0.4)
mocha (2.1.0)
ruby2_keywords (>= 0.0.5)
msgpack (1.7.1)
multi_json (1.15.0)
Expand Down Expand Up @@ -564,7 +564,7 @@ DEPENDENCIES
memory_profiler (~> 1.0.1)
minitest-ci (~> 3.4.0)
minitest-utils (~> 0.4.8)
mocha (~> 2.0.4)
mocha (~> 2.1.0)
mysql2 (~> 0.5.5)
nokogiri (~> 1.15.3)
omniauth-google-oauth2 (~> 1.1.1)
Expand Down

0 comments on commit 9076a73

Please sign in to comment.