From 144e237bffb272b17505f2938d41c5fbd59c00b0 Mon Sep 17 00:00:00 2001 From: BoHung Chiu Date: Mon, 3 Jul 2023 12:22:37 +0800 Subject: [PATCH] Update Gemfile. --- temp_file/Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/temp_file/Gemfile b/temp_file/Gemfile index 87788f4..317d838 100644 --- a/temp_file/Gemfile +++ b/temp_file/Gemfile @@ -79,7 +79,8 @@ if RUBY_VERSION.to_f == 2.1 #rails gem gem 'rake','~> 12.3.3' gem 'sassc-rails', '~>1.3.0' - gem 'rails', '~> 4.1.16' + gem 'sprockets-rails', '~> 2.0' + gem 'rails', '4.2.11.3' gem 'sanitize', '~> 4.6.6' #assets and templates #gem 'sass-rails', '~> 4.0.2'