aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2018-09-06 14:38:26 -0400
committerGitHub <noreply@github.com>2018-09-06 14:38:26 -0400
commit62a0c307545d6caa27b7e102bc193c6c117351c6 (patch)
tree1f795cfc6f1b6e390065a8a263ac8e348daae7f6 /Gemfile
parent2de047dbeb88215e1b5b86c1154e7d0f3002f9ba (diff)
parent66614f6b67402ec526a699760d1c21c586834da8 (diff)
downloadrails-62a0c307545d6caa27b7e102bc193c6c117351c6.tar.gz
rails-62a0c307545d6caa27b7e102bc193c6c117351c6.tar.bz2
rails-62a0c307545d6caa27b7e102bc193c6c117351c6.zip
Merge pull request #33574 from lsylvester/change-i18n-defaults-behaviour-to-match-i18n-1.1.0
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 8302a86e9e..1b0224dfdf 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