Skip to content

Commit

Permalink
Bump version required for example app
Browse files Browse the repository at this point in the history
  • Loading branch information
zquestz committed Sep 16, 2024
1 parent b20c723 commit a76addf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# frozen_string_literal: true

source 'https://rubygems.org'
gemspec '..'

gem 'omniauth-google-oauth2', '~> 1.1.3'
gem 'omniauth-google-oauth2', '~> 1.2.0'
gem 'rubocop'
gem 'sinatra', '~> 1.4'
gem 'webrick'

0 comments on commit a76addf

Please sign in to comment.