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)