From 3f18c5db82c5a6f97d7b6a643b04b9ae20245853 Mon Sep 17 00:00:00 2001 From: Alex Coles Date: Mon, 29 Jun 2015 18:27:33 +0200 Subject: [PATCH] Bump Rails dependency to latest 4.1.x Signed-off-by: Alex Coles --- openproject-github_integration.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openproject-github_integration.gemspec b/openproject-github_integration.gemspec index 17627e2250..7deca84bf1 100644 --- a/openproject-github_integration.gemspec +++ b/openproject-github_integration.gemspec @@ -15,7 +15,7 @@ Gem::Specification.new do |s| s.files = Dir["{app,config,db,doc,lib}/**/*"] + %w(README.md) - s.add_dependency 'rails', '~> 4.0.13' + s.add_dependency 'rails', '~> 4.1.11' s.add_dependency "openproject-webhooks", "~> 5.0.0-alpha" end