From 03b0f4279e606da44603ffc5883cc92a6f4a3a12 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 3 Jun 2020 16:37:56 -0500 Subject: [PATCH] Correct rails-i18n Gem install command --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 08e371ae..97f8765d 100755 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ gem 'geocoder', '~> 1.6.3' # for adding latitude and longitude to location-based gem 'i18n-js', '~> 3.3' gem 'lograge', '~> 0.11.2' # make logging less terrible in rails gem 'nearest_time_zone', '~> 0.0.4' # for detecting timezone from lat/lng https://github.com/buytruckload/nearest_time_zone -gem 'rails-i18n', '~> 6', '~> 6.0.0' +gem 'rails-i18n', '~> 6.0.0', '~> 6' gem 'roadie-rails', '~> 2.1' # email generation helpers gem 'table_print', '~> 1.5', '>= 1.5.6' # Nice table printing of data for the console