Skip to content

Commit

Permalink
Merge pull request #4809 from rubygems/dependabot/bundler/mocha-2.4.0
Browse files Browse the repository at this point in the history
Bump mocha from 2.3.0 to 2.4.0
  • Loading branch information
hsbt authored Jun 18, 2024
2 parents 10041fd + ea00b82 commit b092b51
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 @@ -129,7 +129,7 @@ group :test do
gem "launchy", "~> 3.0"
gem "rack-test", "~> 2.1", require: "rack/test"
gem "rails-controller-testing", "~> 1.0"
gem "mocha", "~> 2.3", require: false
gem "mocha", "~> 2.4", require: false
gem "shoulda-context", "~> 3.0.0.rc1"
gem "shoulda-matchers", "~> 6.2"
gem "selenium-webdriver", "~> 4.21"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ GEM
ruby-progressbar
minitest-retry (0.2.2)
minitest (>= 5.0)
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 @@ -812,7 +812,7 @@ DEPENDENCIES
minitest-gcstats (~> 1.3)
minitest-reporters (~> 1.6)
minitest-retry (~> 0.2.2)
mocha (~> 2.3)
mocha (~> 2.4)
observer (~> 0.1.2)
octokit (~> 9.1)
omniauth (~> 2.1)
Expand Down Expand Up @@ -1021,7 +1021,7 @@ CHECKSUMS
minitest-gcstats (1.3.1) sha256=cb25490f93aac02e3a5ff307e560d41afcdcafa7952c1c32efdeb9886b1f4711
minitest-reporters (1.6.1) sha256=f8fe74e46ab40dada29402f55ca236368d0af65afc410db4219189b7a1c0fc38
minitest-retry (0.2.2) sha256=ea39f8abc3d67a8145ead04ff3828eb45169655c9e6078f182c0271516c03fb0
mocha (2.3.0) sha256=f3af2eee619afe9b67a960a24fcdea3a05f548b528e6974458c89121a0204408
mocha (2.4.0) sha256=dae4d68652b7b70c711e57cfcc1778bed6d740933edb692ac83741346bc7f7af
msgpack (1.7.2) sha256=59ab62fd8a4d0dfbde45009f87eb6f158ab2628a7c48886b0256f175166baaa8
multi_json (1.15.0) sha256=1fd04138b6e4a90017e8d1b804c039031399866ff3fbabb7822aea367c78615d
multi_xml (0.7.1) sha256=4fce100c68af588ff91b8ba90a0bb3f0466f06c909f21a32f4962059140ba61b
Expand Down

0 comments on commit b092b51

Please sign in to comment.