aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorutilum <oz@utilum.com>2018-07-23 14:27:29 +0300
committerutilum <oz@utilum.com>2018-08-13 13:05:20 +0200
commit7d13e9de50e10ab49342ecff429d21d677560826 (patch)
tree998892ce01c3f0770945445096fe1e53ed6a4dae
parenta72bca82301bc4851f40945f85711f5cefd10178 (diff)
downloadrails-7d13e9de50e10ab49342ecff429d21d677560826.tar.gz
rails-7d13e9de50e10ab49342ecff429d21d677560826.tar.bz2
rails-7d13e9de50e10ab49342ecff429d21d677560826.zip
Remove Mocha from Gemfile
_Q.E.F._
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
2 files changed, 0 insertions, 6 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"
diff --git a/Gemfile.lock b/Gemfile.lock
index 87d017a8a9..2c1e618646 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -309,7 +309,6 @@ GEM
marcel (0.3.2)
mimemagic (~> 0.3.2)
memoist (0.16.0)
- metaclass (0.0.4)
method_source (0.9.0)
mime-types (3.1)
mime-types-data (~> 3.2015)
@@ -324,8 +323,6 @@ GEM
path_expander (~> 1.0)
minitest-server (1.0.5)
minitest (~> 5.0)
- mocha (1.5.0)
- metaclass (~> 0.0.1)
mono_logger (1.1.0)
msgpack (1.2.4)
msgpack (1.2.4-java)
@@ -541,7 +538,6 @@ DEPENDENCIES
libxml-ruby
listen (>= 3.0.5, < 3.2)
minitest-bisect
- mocha
mysql2 (>= 0.4.10)
nokogiri (>= 1.8.1)
pg (>= 0.18.0)