From 8b21a13c2083714c10d178c932726e3131273bb9 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sat, 9 Jan 2016 10:54:54 -0500 Subject: [PATCH] Bump ActiveSupport to 4.2 --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 6bc0a8e1..b4fdbee8 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ ruby '2.2.2' gem 'rake' gem 'thor' gem 'pry', '~> 0.10.0' -gem 'activesupport', '~> 4.0', require: false +gem 'activesupport', '~> 4.2', require: false gem 'yajl-ruby', require: false group :app do diff --git a/Gemfile.lock b/Gemfile.lock index 29f0eb2a..21eb62dd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -92,7 +92,7 @@ PLATFORMS ruby DEPENDENCIES - activesupport (~> 4.0) + activesupport (~> 4.2) better_errors browser coffee-script