20300: Remove obsolete i18n version pin.
[arvados.git] / apps / workbench / Gemfile
index 5d3cd5c0996548859390d9fcbfb00065b8b275bb..03f5e02774809831d5b5831eef36b34776fc7a72 100644 (file)
@@ -7,9 +7,7 @@ source 'https://rubygems.org'
 gem 'rails', '~> 5.2.0'
 gem 'arvados', '~> 2.7.0.rc1'
 
-# i18n 1.14.1 seems to be incompatible with rails 5
-gem 'i18n', '~> 0.9.5'
-
+gem 'i18n'
 gem 'activerecord-nulldb-adapter', git: 'https://github.com/arvados/nulldb'
 gem 'multi_json'
 gem 'oj'