20862: Revert i18n to earlier version for rails 5 compatibility.
[arvados.git] / apps / workbench / Gemfile
index 5c69fc9f3291842ad0682a2331f58ab7e8cb2703..5d3cd5c0996548859390d9fcbfb00065b8b275bb 100644 (file)
@@ -7,6 +7,9 @@ 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 'activerecord-nulldb-adapter', git: 'https://github.com/arvados/nulldb'
 gem 'multi_json'
 gem 'oj'