aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorLachlan Sylvester <lachlan.sylvester@publicisfrontfoot.com.au>2018-08-10 14:28:40 +1000
committerLachlan Sylvester <lachlan.sylvester@hypothetical.com.au>2018-08-23 06:56:42 +1000
commit66614f6b67402ec526a699760d1c21c586834da8 (patch)
tree97192d381239939dcf35b83ce9610e43a1e63834 /Gemfile
parent17978719e4f1d3de6e3d1a00e4cd7a2116802f53 (diff)
downloadrails-66614f6b67402ec526a699760d1c21c586834da8.tar.gz
rails-66614f6b67402ec526a699760d1c21c586834da8.tar.bz2
rails-66614f6b67402ec526a699760d1c21c586834da8.zip
update I18n fallbacks configuration to be compatible with i18n 1.1.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 86ff624e16..de90e63787 100644
--- a/Gemfile
+++ b/Gemfile
@@ -45,7 +45,6 @@ gem "dalli"
gem "listen", ">= 3.0.5", "< 3.2", require: false
gem "libxml-ruby", platforms: :ruby
gem "connection_pool", require: false
-gem "i18n", "~> 1.0.1"
# for railties app_generator_test
gem "bootsnap", ">= 1.1.0", require: false