Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Update gemspec webmock and omniauth ver
Browse files Browse the repository at this point in the history
  • Loading branch information
igor Fedotenkov committed Jul 15, 2020
1 parent 99c9434 commit 82b51ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omniauth-azure-activedirectory.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']

s.add_runtime_dependency 'jwt', '~> 1.5'
s.add_runtime_dependency 'omniauth', '~> 1.1'
s.add_runtime_dependency 'omniauth', '~> 1.9.1'

s.add_development_dependency 'rake', '~> 10.4'
s.add_development_dependency 'rspec', '~> 3.3'
s.add_development_dependency 'rubocop', '~> 0.32'
s.add_development_dependency 'simplecov', '~> 0.10'
s.add_development_dependency 'webmock', '~> 1.21'
s.add_development_dependency 'webmock', '~> 3.8.3'
end

1 comment on commit 82b51ac

@igorFedotenkov
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Old versions of webmock and omniauth was causing errors in bundle exec rspec
With new version test passes successfully

Please sign in to comment.