examples/Gemfile in omniauth-google-oauth2-0.5.2 vs examples/Gemfile in omniauth-google-oauth2-0.5.3

- old
+ new

@@ -1,6 +1,7 @@ # frozen_string_literal: true source 'https://rubygems.org' gem 'omniauth-google-oauth2', '~> 0.5' +gem 'rubocop' gem 'sinatra', '~> 1.4'