From 09ea1682866a123d30bac954a633a0fe3beed89f Mon Sep 17 00:00:00 2001 From: Shriyansh Date: Wed, 23 Mar 2016 16:50:05 +0530 Subject: [PATCH] removed comments for gem'i18n' from Gemfile --- Gemfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index c3fd1dac..31826ce7 100644 --- a/Gemfile +++ b/Gemfile @@ -42,9 +42,7 @@ gem 'unobtrusive_flash', '>=3' # Internationalizing gem , use gem according to version of your rails application -# gem 'rails-i18n', '~> 5.0.0.beta1' # For 5.0.0.beta1 gem 'rails-i18n', '~> 4.0.0' # For 4.0.x -# gem 'rails-i18n', '~> 3.0.0' # For 3.x # as state machine gem 'transitions', :require => %w( transitions active_record/transitions )