Skip to content

Commit a1061e6

Browse files
committed
Remove explicit dependency on i18n
Depending on i18n's latest git version opens up opportunities to: 1. fail due to i18n's unstable changes 2. fail due to version conflict (their `master` can flip to 2.0, while `rails` would depend on `< 2`) Rails explicitly depend on `i18n` anyway: https://github.com/rails/rails/blob/c2b083df913f44e664576aafe24c41ec657f8eb5/activesupport/activesupport.gemspec#L36
1 parent 045bfc9 commit a1061e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Gemfile-rails-dependencies

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ when /master/
66
gem "activerecord-deprecated_finders", :git => "https://github.com/rails/activerecord-deprecated_finders.git"
77
gem "web-console", :git => "https://github.com/rails/web-console", :group => :development
88
gem 'coffee-rails', :git => "https://github.com/rails/coffee-rails.git"
9-
gem 'i18n', :git => 'https://github.com/svenfuchs/i18n.git', :branch => 'master'
109
gem 'sprockets', :git => 'https://github.com/rails/sprockets.git', :branch => 'master'
1110
gem 'sprockets-rails', :git => 'https://github.com/rails/sprockets-rails.git', :branch => 'master'
1211
gem 'puma', "3.12.1"

0 commit comments

Comments
 (0)