8000 Use local source for example code · zquestz/omniauth-google-oauth2@4dea8db · GitHub
[go: up one dir, main page]

Skip to content

Commit 4dea8db

Browse files
committed
Use local source for example code
1 parent 7086b82 commit 4dea8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'https://rubygems.org'
44

5-
gem 'omniauth-google-oauth2', '~> 1.2.0'
5+
gem 'omniauth-google-oauth2', path: '..'
66
gem 'rubocop'
77
gem 'sinatra', '~> 1.4'
88
gem 'webrick'

0 commit comments

Comments
 (0)
0