Skip to content

Commit

Permalink
Upgrade omniauth-oauth2 to allow for omniauth 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorrjohn committed Dec 3, 2023
1 parent b2907e2 commit df4aea8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
omniauth-gusto (1.0.1)
omniauth-oauth2 (~> 1.6)
omniauth-oauth2 (~> 1.7)

GEM
remote: https://rubygems.org/
Expand All @@ -29,9 +29,9 @@ GEM
omniauth (1.9.0)
hashie (>= 3.4.6, < 3.7.0)
rack (>= 1.6.2, < 3)
omniauth-oauth2 (1.6.0)
oauth2 (~> 1.1)
omniauth (~> 1.9)
omniauth-oauth2 (1.7.3)
oauth2 (>= 1.4, < 3)
omniauth (>= 1.9, < 3)
parallel (1.17.0)
parser (2.6.3.0)
ast (~> 2.4.0)
Expand Down Expand Up @@ -82,4 +82,4 @@ DEPENDENCIES
rubocop

BUNDLED WITH
2.0.2
2.4.22
2 changes: 1 addition & 1 deletion omniauth-gusto.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'omniauth-oauth2', '~> 1.6'
spec.add_dependency 'omniauth-oauth2', '~> 1.7'
spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'pry-byebug'
spec.add_development_dependency 'rake', '~> 10.0'
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
RSpec.configure do |config|
config.treat_symbols_as_metadata_keys_with_true_values = true
config.run_all_when_everything_filtered = true
config.filter_run :focus

Expand Down

0 comments on commit df4aea8

Please sign in to comment.