Skip to content

Commit

Permalink
Bump mocha from 2.1.0 to 2.2.0 (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
invalidusrname committed Apr 14, 2024
2 parents 62820e3 + 04600c5 commit 8b74d2d
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 @@ -39,7 +39,7 @@ group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", platforms: %i[mri mingw x64_mingw]
gem "factory_bot_rails", "~> 6.4.3"
gem "mocha", "~> 2.1"
gem "mocha", "~> 2.2"
gem "pry", "~> 0.14"
gem "rails-controller-testing", "~> 1.0.5"
gem "rspec-rails", "~> 6.1.2"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.22.3)
mocha (2.1.0)
mocha (2.2.0)
ruby2_keywords (>= 0.0.5)
msgpack (1.7.2)
multi_test (1.1.0)
Expand Down Expand Up @@ -403,7 +403,7 @@ DEPENDENCIES
importmap-rails
jbuilder (~> 2.11)
json (~> 2.7)
mocha (~> 2.1)
mocha (~> 2.2)
nokogiri (~> 1.16)
pry (~> 0.14)
puma (~> 6.4)
Expand Down

0 comments on commit 8b74d2d

Please sign in to comment.