From 3a59bbb72066d9d7a965fe49e40724fd55dee2c6 Mon Sep 17 00:00:00 2001 From: Dominic Cleal Date: Fri, 12 Aug 2016 08:28:31 +0100 Subject: [PATCH] fixes #16085 - update Rails to 4.2.7.1 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 62c96464570..43e2f450660 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ FOREMAN_GEMFILE = __FILE__ unless defined? FOREMAN_GEMFILE source 'https://rubygems.org' -gem 'rails', '4.2.6' +gem 'rails', '4.2.7.1' gem 'rest-client', '>= 1.8.0', '< 3', :require => 'rest_client' gem 'audited-activerecord', '>= 4.2.2', '< 5' gem 'will_paginate', '~> 3.0'