We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6bcc60 + b55c351 commit 71e3ef2Copy full SHA for 71e3ef2
3 files changed
CHANGELOG.md
@@ -1,5 +1,6 @@
1
### Next
2
3
+### 1.3.5
4
- Loosen `jwt` dependency constraint from `~> 2.2` to `>= 2.2, < 4` to allow `jwt` 3.x.
5
6
### 1.3.4
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- github-authentication (1.3.4)
+ github-authentication (1.3.5)
activesupport (> 7)
jwt (>= 2.2, < 4)
7
lib/github_authentication/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module GithubAuthentication
- VERSION = "1.3.4"
+ VERSION = "1.3.5"
end
0 commit comments