From fb755d2eb7c06a7ba54a4113931a7a0296ebb4bd Mon Sep 17 00:00:00 2001 From: quest Date: Mon, 5 Sep 2022 09:40:35 -1000 Subject: [PATCH] Update Gemfile to use 1.1.1 --- examples/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Gemfile b/examples/Gemfile index c352745..5053824 100644 --- a/examples/Gemfile +++ b/examples/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' -gem 'omniauth-google-oauth2', '~> 1.1.0' +gem 'omniauth-google-oauth2', '~> 1.1.1' gem 'rubocop' gem 'sinatra', '~> 1.4' gem 'webrick'