aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/activesupport.gemspec
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2019-01-08 22:16:58 +0100
committerKasper Timm Hansen <kaspth@gmail.com>2019-01-08 22:16:58 +0100
commitf66a977fc7ae30d2a07124ad91924c4ee638a703 (patch)
treed81c2e6f6cff5e07eaa7977e767917569c2c90a9 /activesupport/activesupport.gemspec
parent842bc43f7f1cacf54b630e91de32f50456b1bff6 (diff)
downloadrails-f66a977fc7ae30d2a07124ad91924c4ee638a703.tar.gz
rails-f66a977fc7ae30d2a07124ad91924c4ee638a703.tar.bz2
rails-f66a977fc7ae30d2a07124ad91924c4ee638a703.zip
Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json"
We had a discussion on the Core team and we don't want to expose this information as a JSON endpoint and not by default. It doesn't make sense to expose this JSON locally and this controller is only accessible in dev, so the proposed access from a production app seems off. This reverts commit 8eaffe7e89719ac62ff29c2e4208cfbeb1cd1c38, reversing changes made to b6e4305c3bca4c673996d0af9db0f4cfbf50215e.
Diffstat (limited to 'activesupport/activesupport.gemspec')
-rw-r--r--activesupport/activesupport.gemspec3
1 files changed, 0 insertions, 3 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec
index bdd7bc70a0..b5fa510bb3 100644
--- a/activesupport/activesupport.gemspec
+++ b/activesupport/activesupport.gemspec
@@ -27,9 +27,6 @@ Gem::Specification.new do |s|
"changelog_uri" => "https://github.com/rails/rails/blob/v#{version}/activesupport/CHANGELOG.md"
}
- # NOTE: Please read our dependency guidelines before updating versions:
- # https://edgeguides.rubyonrails.org/security.html#dependency-management-and-cves
-
s.add_dependency "i18n", ">= 0.7", "< 2"
s.add_dependency "tzinfo", "~> 1.1"
s.add_dependency "minitest", "~> 5.1"