aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2019-02-13 10:41:28 -0800
committerXavier Noria <fxn@hashref.com>2019-02-13 12:27:53 -0800
commitc36b6c8d38c33fd03594ba54aaed0e945ddfe0ec (patch)
tree0946312983391ba1178a081eaa09f66e62f5efb6 /Gemfile
parentb4dd69e59b3cb5c34bd58339d5b9a749e2cd82f3 (diff)
downloadrails-c36b6c8d38c33fd03594ba54aaed0e945ddfe0ec.tar.gz
rails-c36b6c8d38c33fd03594ba54aaed0e945ddfe0ec.tar.bz2
rails-c36b6c8d38c33fd03594ba54aaed0e945ddfe0ec.zip
Let Zeitwerk be a dependency of Active Support
Zeitwerk is a strong dependency, planned to replace AS::Dependencies. A line in the generated Gemfile does not convey this as much.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index fda8c86cae..3e91ac321d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -46,8 +46,6 @@ gem "connection_pool", require: false
# for railties app_generator_test
gem "bootsnap", ">= 1.4.0", require: false
-gem "zeitwerk", ">= 1.0.0" if RUBY_ENGINE == "ruby"
-
# Active Job
group :job do
gem "resque", require: false