aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2018-08-22 18:20:25 +0200
committerGitHub <noreply@github.com>2018-08-22 18:20:25 +0200
commit9136bb77a73a9374078f850af056225172f1f211 (patch)
tree0f28f17619d703e46358713704e3a55495c8a735 /Gemfile
parentb7294944547c984bb92864493435b516e68bd623 (diff)
parent7d13e9de50e10ab49342ecff429d21d677560826 (diff)
downloadrails-9136bb77a73a9374078f850af056225172f1f211.tar.gz
rails-9136bb77a73a9374078f850af056225172f1f211.tar.bz2
rails-9136bb77a73a9374078f850af056225172f1f211.zip
Merge pull request #33162 from utilum/stop_using_mocha
Stop using Mocha
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 62f70a1da6..86ff624e16 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,8 +9,6 @@ gemspec
# We need a newish Rake since Active Job sets its test tasks' descriptions.
gem "rake", ">= 11.1"
-gem "mocha"
-
gem "capybara", ">= 2.15"
gem "rack-cache", "~> 1.2"