Skip to content

Commit

Permalink
Upgrade Mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsieurSlim committed Apr 11, 2024
1 parent 7b04d95 commit ca82c58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ GEM
minitest-rails (5.2.0)
minitest (~> 5.10)
railties (~> 5.2.0)
mocha (0.9.12)
mocha (1.12.0)
net-imap (0.4.10)
date
net-protocol
Expand Down Expand Up @@ -142,7 +142,7 @@ PLATFORMS
DEPENDENCIES
minitest (~> 5.1)
minitest-rails (= 5.2.0)
mocha
mocha (= 1.12.0)
sqlite3 (= 1.4.2)
themes_for_rails!

Expand Down
2 changes: 1 addition & 1 deletion themes_for_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Gem::Specification.new do |gem|
gem.add_development_dependency "sqlite3", ["1.4.2"]
gem.add_development_dependency "minitest", ["~> 5.1"]
gem.add_development_dependency "minitest-rails", ["5.2.0"]
gem.add_development_dependency "mocha"
gem.add_development_dependency "mocha", ["1.12.0"]
end

0 comments on commit ca82c58

Please sign in to comment.