Skip to content

Commit

Permalink
Require at least ruby-jwt 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zquestz committed Mar 14, 2016
1 parent fa892f7 commit 6ea6a96
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.4.1 - 2016-03-14

### Added
- Nothing.

### Deprecated
- Nothing.

### Removed
- Nothing.

### Fixed
- Fixed JWT iat leeway by requiring ruby-jwt 1.5.2

## 0.4.0 - 2016-03-11

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/omniauth/google_oauth2/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OmniAuth
module GoogleOauth2
VERSION = "0.4.0"
VERSION = "0.4.1"
end
end
2 changes: 1 addition & 1 deletion omniauth-google-oauth2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |gem|

gem.add_runtime_dependency 'omniauth', '>= 1.1.1'
gem.add_runtime_dependency 'omniauth-oauth2', '>= 1.3.1'
gem.add_runtime_dependency 'jwt', '~> 1.5.0'
gem.add_runtime_dependency 'jwt', '~> 1.5.2'
gem.add_runtime_dependency 'multi_json', '~> 1.3'

gem.add_development_dependency 'rspec', '>= 2.14.0'
Expand Down

0 comments on commit 6ea6a96

Please sign in to comment.