diff --git a/Gemfile.lock b/Gemfile.lock index 7b86250..03ce508 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,73 +1,95 @@ PATH remote: . specs: - omniauth-gusto (1.0.1) - omniauth-oauth2 (~> 1.6) + omniauth-gusto (1.1.0) + omniauth-oauth2 (~> 1.7) GEM remote: https://rubygems.org/ specs: - ast (2.4.0) - byebug (11.0.1) - coderay (1.1.2) - diff-lcs (1.3) - faraday (0.15.4) - multipart-post (>= 1.2, < 3) - hashie (3.6.0) - jaro_winkler (1.5.3) - jwt (2.2.1) - method_source (0.9.2) - multi_json (1.13.1) + ast (2.4.2) + base64 (0.2.0) + byebug (11.1.3) + coderay (1.1.3) + diff-lcs (1.5.0) + faraday (2.7.12) + base64 + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-net_http (3.0.2) + hashie (5.0.0) + json (2.7.0) + jwt (2.7.1) + language_server-protocol (3.17.0.3) + method_source (1.0.0) multi_xml (0.6.0) - multipart-post (2.1.1) - oauth2 (1.4.1) - faraday (>= 0.8, < 0.16.0) + oauth2 (2.0.9) + faraday (>= 0.17.3, < 3.0) jwt (>= 1.0, < 3.0) - multi_json (~> 1.3) multi_xml (~> 0.5) - rack (>= 1.2, < 3) - 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) - parallel (1.17.0) - parser (2.6.3.0) - ast (~> 2.4.0) - pry (0.12.2) - coderay (~> 1.1.0) - method_source (~> 0.9.0) - pry-byebug (3.7.0) + rack (>= 1.2, < 4) + snaky_hash (~> 2.0) + version_gem (~> 1.1) + omniauth (2.1.1) + hashie (>= 3.4.6) + rack (>= 2.2.3) + rack-protection + omniauth-oauth2 (1.8.0) + oauth2 (>= 1.4, < 3) + omniauth (~> 2.0) + parallel (1.23.0) + parser (3.2.2.4) + ast (~> 2.4.1) + racc + pry (0.14.2) + coderay (~> 1.1) + method_source (~> 1.0) + pry-byebug (3.10.1) byebug (~> 11.0) - pry (~> 0.10) - rack (2.0.7) - rainbow (3.0.0) - rake (10.5.0) - rspec (3.8.0) - rspec-core (~> 3.8.0) - rspec-expectations (~> 3.8.0) - rspec-mocks (~> 3.8.0) - rspec-core (3.8.2) - rspec-support (~> 3.8.0) - rspec-expectations (3.8.4) + pry (>= 0.13, < 0.15) + racc (1.7.3) + rack (2.2.8) + rack-protection (3.1.0) + rack (~> 2.2, >= 2.2.4) + rainbow (3.1.1) + rake (13.1.0) + regexp_parser (2.8.2) + rexml (3.2.6) + rspec (3.12.0) + rspec-core (~> 3.12.0) + rspec-expectations (~> 3.12.0) + rspec-mocks (~> 3.12.0) + rspec-core (3.12.2) + rspec-support (~> 3.12.0) + rspec-expectations (3.12.3) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.8.0) - rspec-mocks (3.8.1) + rspec-support (~> 3.12.0) + rspec-mocks (3.12.6) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.8.0) - rspec-support (3.8.2) - rspec_junit_formatter (0.4.1) + rspec-support (~> 3.12.0) + rspec-support (3.12.1) + rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (0.72.0) - jaro_winkler (~> 1.5.1) + rubocop (1.58.0) + json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 2.6) + parser (>= 3.2.2.4) rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8, < 3.0) + rexml (>= 3.2.5, < 4.0) + rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 1.7) - ruby-progressbar (1.10.1) - unicode-display_width (1.6.0) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.30.0) + parser (>= 3.2.1.0) + ruby-progressbar (1.13.0) + ruby2_keywords (0.0.5) + snaky_hash (2.0.1) + hashie + version_gem (~> 1.1, >= 1.1.1) + unicode-display_width (2.5.0) + version_gem (1.1.3) PLATFORMS ruby @@ -76,10 +98,10 @@ DEPENDENCIES bundler (~> 2.0) omniauth-gusto! pry-byebug - rake (~> 10.0) + rake (~> 13.0) rspec (~> 3.0) rspec_junit_formatter rubocop BUNDLED WITH - 2.0.2 + 2.4.22 diff --git a/lib/omniauth-gusto/version.rb b/lib/omniauth-gusto/version.rb index 9d6b465..8231556 100644 --- a/lib/omniauth-gusto/version.rb +++ b/lib/omniauth-gusto/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module OmniauthGusto - VERSION = '1.0.1' + VERSION = '1.1.0' end diff --git a/omniauth-gusto.gemspec b/omniauth-gusto.gemspec index cf98047..43075fb 100644 --- a/omniauth-gusto.gemspec +++ b/omniauth-gusto.gemspec @@ -20,10 +20,10 @@ 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' + spec.add_development_dependency 'rake', '~> 13.0' spec.add_development_dependency 'rspec', '~> 3.0' spec.add_development_dependency 'rspec_junit_formatter' spec.add_development_dependency 'rubocop' diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 56fd580..0d6e4f7 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -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