From f06dcb1d0c0c8e228522acd6f9095ec398d0e426 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 5 Oct 2015 17:23:33 -0300 Subject: [PATCH] Relax rails dependency --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b9738fe..39bea50 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.5.0') abort "Redmine requires Bundler 1.5.0 or higher (you're using #{Bundler::VERSION}).\nPlease update with 'gem update bundler'." end -gem "rails", "4.2.4" +gem "rails", "~> 4.2.4" gem "jquery-rails", "~> 3.1.3" gem "coderay", "~> 1.1.0" gem "builder", ">= 3.0.4" -- 2.6.0