From c3c2438c9c7f79dd5091e5688cd3fde06f9d185f Mon Sep 17 00:00:00 2001 From: bogdanvlviv Date: Wed, 23 Mar 2016 21:21:58 +0200 Subject: [PATCH] change rails version from 4.2.5 to 4.2.6 --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 06ff5bdf..7ec502c5 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gemspec -gem "rails", "~> 4.2.5" +gem "rails", "~> 4.2.6" gem "omniauth", "~> 1.3" gem "omniauth-oauth2", "~> 1.4" gem "rdoc" diff --git a/Gemfile.lock b/Gemfile.lock index 42ceb219..5e08cf5e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -174,7 +174,7 @@ DEPENDENCIES omniauth-facebook omniauth-oauth2 (~> 1.4) omniauth-openid (~> 1.0.1) - rails (~> 4.2.5) + rails (~> 4.2.6) rdoc sqlite3 webrat (= 0.7.3)