From e2ace464ac2025bb287e78f7ac0a1249c73658b1 Mon Sep 17 00:00:00 2001 From: quest Date: Wed, 21 Aug 2019 23:39:50 -0700 Subject: [PATCH] Update example Gemfile --- examples/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Gemfile b/examples/Gemfile index 837012a..525f649 100644 --- a/examples/Gemfile +++ b/examples/Gemfile @@ -2,6 +2,6 @@ source 'https://rubygems.org' -gem 'omniauth-google-oauth2', '~> 0.6.1' +gem 'omniauth-google-oauth2', '~> 0.8.0' gem 'rubocop' gem 'sinatra', '~> 1.4'