Skip to content

Commit

Permalink
Releases 2.4.2 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpatrick authored Jan 21, 2021
1 parent ce997f8 commit 4bfd3e3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [v2.4.2](https://github.com/auth0/omniauth-auth0/tree/v2.4.2) (2021-01-19)

[Full Changelog](https://github.com/auth0/omniauth-auth0/compare/v2.4.1...v2.4.2)

**Fixed**
- Lock Omniauth to 1.9 in gemspec

## [v2.4.1](https://github.com/auth0/omniauth-auth0/tree/v2.4.1) (2020-10-08)

[Full Changelog](https://github.com/auth0/omniauth-auth0/compare/v2.4.0...v2.4.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/omniauth-auth0/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OmniAuth
module Auth0
VERSION = '2.4.1'.freeze
VERSION = '2.4.2'.freeze
end
end
2 changes: 2 additions & 0 deletions omniauth-auth0.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ omniauth-auth0 is the OmniAuth strategy for Auth0.
s.executables = `git ls-files -- bin/*`.split('\n').map{ |f| File.basename(f) }
s.require_paths = ['lib']

s.add_runtime_dependency 'omniauth', '~> 1.9'
s.add_runtime_dependency 'omniauth-oauth2', '~> 1.5'

s.add_development_dependency 'bundler'

s.license = 'MIT'
end
7 changes: 0 additions & 7 deletions spec/omniauth/strategies/auth0_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@
)
end

around do |t|
allowed_request_methods = OmniAuth.config.allowed_request_methods
OmniAuth.config.allowed_request_methods = [:post, :get]
t.run
OmniAuth.config.allowed_request_methods = allowed_request_methods
end

describe 'client_options' do
let(:subject) { OmniAuth::Strategies::Auth0.new(
application,
Expand Down

0 comments on commit 4bfd3e3

Please sign in to comment.