omniauth-azure-devops 1.0.3 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1bea8e0b136b1a5b3dd280f71ae0d7ce1ccf474539922e2df3a761cf3ec6b0af
4
- data.tar.gz: b87ed3355da7c5d4024c4cb78bcdc40c6362239f01b035779506d27f37361a3d
3
+ metadata.gz: 962da48391ae3908d0555d1e6e3f796d26dd639a87940309572da73c45254208
4
+ data.tar.gz: 94dbb94c72e4303dcc550af57e8145d14fbb28f7156b04a981439f1f820e4696
5
5
  SHA512:
6
- metadata.gz: d4131bc9e63d0ed2f8df20aab59dda124fdae4a08bcc370376376f4a826f7687a85b34c6078ed44ee1b76e866c40c681f9b695f16d85f08b78081c402a6cd060
7
- data.tar.gz: a17d9912e7d26d3d961926df834b45a8f396d0707107eb26be79e1751444566beaadc333afb58ac3110c815b9364844fb0376b1a5b2767ee0f8838de97f5db19
6
+ metadata.gz: c4cf31489761f38768c5f66eddb55e9f90c8ad239ff2b25ebc6e4c409e666f6b88e508252b9762a1dfd175cee95d438c4a1d550ee70ed94a4832f54f99336573
7
+ data.tar.gz: 0a8851349d394561e20cf2b95b9b97fde86aea5acd45f1f6e08760b2ac615c6b7365f151059550745b412be4d9d305f2fcb696deb6ae66e426a8fe03e45cc4d6
data/.rubocop.yml CHANGED
@@ -4,7 +4,7 @@ require:
4
4
 
5
5
  AllCops:
6
6
  DisplayCopNames: true
7
- TargetRubyVersion: 3.2
7
+ TargetRubyVersion: 3.4.5
8
8
  StyleGuideBaseURL: https://github.com/rewindio/ruby-style-configs/
9
9
  NewCops: enable
10
10
  Exclude:
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.2.2
1
+ 3.4.5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.5]
4
+
5
+ - Update Ruby version to 3.4.5 to address security vulnerabilities
6
+
7
+ ## [1.0.4]
8
+
9
+ - Resolve CVE-2025-49007
10
+ - Update dependencies
11
+
3
12
  ## [1.0.3]
4
13
 
5
14
  - Resolve CVE-2025-27111
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-azure-devops (1.0.3)
4
+ omniauth-azure-devops (1.0.5)
5
5
  omniauth (>= 1, < 3)
6
6
  omniauth-oauth2 (~> 1.1)
7
7
 
@@ -10,36 +10,37 @@ GEM
10
10
  specs:
11
11
  ansi (1.5.0)
12
12
  ast (2.4.3)
13
- base64 (0.2.0)
14
- bigdecimal (3.1.9)
13
+ base64 (0.3.0)
14
+ bigdecimal (3.2.2)
15
15
  coderay (1.1.3)
16
- diff-lcs (1.6.1)
16
+ diff-lcs (1.6.2)
17
17
  docile (1.4.1)
18
- faraday (2.12.2)
18
+ faraday (2.13.1)
19
19
  faraday-net_http (>= 2.0, < 3.5)
20
20
  json
21
21
  logger
22
22
  faraday-net_http (3.4.0)
23
23
  net-http (>= 0.5.0)
24
24
  hashie (5.0.0)
25
- json (2.10.2)
25
+ json (2.12.2)
26
26
  jwt (2.10.1)
27
27
  base64
28
- language_server-protocol (3.17.0.4)
28
+ language_server-protocol (3.17.0.5)
29
29
  lint_roller (1.1.0)
30
30
  logger (1.7.0)
31
31
  method_source (1.1.0)
32
- multi_xml (0.7.1)
32
+ multi_xml (0.7.2)
33
33
  bigdecimal (~> 3.1)
34
34
  net-http (0.6.0)
35
35
  uri
36
- oauth2 (2.0.9)
37
- faraday (>= 0.17.3, < 3.0)
38
- jwt (>= 1.0, < 3.0)
36
+ oauth2 (2.0.12)
37
+ faraday (>= 0.17.3, < 4.0)
38
+ jwt (>= 1.0, < 4.0)
39
+ logger (~> 1.2)
39
40
  multi_xml (~> 0.5)
40
41
  rack (>= 1.2, < 4)
41
- snaky_hash (~> 2.0)
42
- version_gem (~> 1.1)
42
+ snaky_hash (~> 2.0, >= 2.0.3)
43
+ version_gem (>= 1.1.8, < 3)
43
44
  omniauth (2.1.3)
44
45
  hashie (>= 3.4.6)
45
46
  rack (>= 2.2.3)
@@ -47,8 +48,8 @@ GEM
47
48
  omniauth-oauth2 (1.8.0)
48
49
  oauth2 (>= 1.4, < 3)
49
50
  omniauth (~> 2.0)
50
- parallel (1.26.3)
51
- parser (3.3.7.4)
51
+ parallel (1.27.0)
52
+ parser (3.3.8.0)
52
53
  ast (~> 2.4.1)
53
54
  racc
54
55
  prism (1.4.0)
@@ -56,13 +57,13 @@ GEM
56
57
  coderay (~> 1.1)
57
58
  method_source (~> 1.0)
58
59
  racc (1.8.1)
59
- rack (3.1.12)
60
+ rack (3.1.16)
60
61
  rack-protection (4.1.1)
61
62
  base64 (>= 0.1.0)
62
63
  logger (>= 1.6.0)
63
64
  rack (>= 3.0.0, < 4)
64
65
  rainbow (3.1.1)
65
- rake (13.2.1)
66
+ rake (13.3.0)
66
67
  regexp_parser (2.10.0)
67
68
  rspec (3.9.0)
68
69
  rspec-core (~> 3.9.0)
@@ -77,7 +78,7 @@ GEM
77
78
  diff-lcs (>= 1.2.0, < 2.0)
78
79
  rspec-support (~> 3.9.0)
79
80
  rspec-support (3.9.4)
80
- rubocop (1.75.1)
81
+ rubocop (1.76.1)
81
82
  json (~> 2.3)
82
83
  language_server-protocol (~> 3.17.0.2)
83
84
  lint_roller (~> 1.1.0)
@@ -85,17 +86,19 @@ GEM
85
86
  parser (>= 3.3.0.2)
86
87
  rainbow (>= 2.2.2, < 4.0)
87
88
  regexp_parser (>= 2.9.3, < 3.0)
88
- rubocop-ast (>= 1.43.0, < 2.0)
89
+ rubocop-ast (>= 1.45.0, < 2.0)
89
90
  ruby-progressbar (~> 1.7)
90
91
  unicode-display_width (>= 2.4.0, < 4.0)
91
- rubocop-ast (1.43.0)
92
+ rubocop-ast (1.45.1)
92
93
  parser (>= 3.3.7.2)
93
94
  prism (~> 1.4)
94
- rubocop-performance (1.23.1)
95
- rubocop (>= 1.48.1, < 2.0)
96
- rubocop-ast (>= 1.31.1, < 2.0)
97
- rubocop-rspec (3.4.0)
98
- rubocop (~> 1.61)
95
+ rubocop-performance (1.25.0)
96
+ lint_roller (~> 1.1)
97
+ rubocop (>= 1.75.0, < 2.0)
98
+ rubocop-ast (>= 1.38.0, < 2.0)
99
+ rubocop-rspec (3.6.0)
100
+ lint_roller (~> 1.1)
101
+ rubocop (~> 1.72, >= 1.72.1)
99
102
  ruby-progressbar (1.13.0)
100
103
  simplecov (0.22.0)
101
104
  docile (~> 1.1)
@@ -107,16 +110,16 @@ GEM
107
110
  terminal-table
108
111
  simplecov-html (0.13.1)
109
112
  simplecov_json_formatter (0.1.4)
110
- snaky_hash (2.0.1)
111
- hashie
112
- version_gem (~> 1.1, >= 1.1.1)
113
+ snaky_hash (2.0.3)
114
+ hashie (>= 0.1.0, < 6)
115
+ version_gem (>= 1.1.8, < 3)
113
116
  terminal-table (4.0.0)
114
117
  unicode-display_width (>= 1.1.1, < 4)
115
118
  unicode-display_width (3.1.4)
116
119
  unicode-emoji (~> 4.0, >= 4.0.4)
117
120
  unicode-emoji (4.0.4)
118
121
  uri (1.0.3)
119
- version_gem (1.1.6)
122
+ version_gem (1.1.8)
120
123
 
121
124
  PLATFORMS
122
125
  ruby
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module AzureDevops
5
- VERSION = '1.0.3'
5
+ VERSION = '1.0.5'
6
6
  end
7
7
  end
@@ -26,8 +26,8 @@ Gem::Specification.new do |gem|
26
26
  gem.executables = gem.files.grep(%r{^exe/}) { |f| File.basename(f) }
27
27
  gem.require_paths = ['lib']
28
28
 
29
- gem.required_ruby_version = '>= 3.2'
29
+ gem.required_ruby_version = '>= 3.4'
30
30
 
31
- gem.add_runtime_dependency 'omniauth', '>= 1', '< 3'
32
- gem.add_runtime_dependency 'omniauth-oauth2', '~> 1.1'
31
+ gem.add_dependency 'omniauth', '>= 1', '< 3'
32
+ gem.add_dependency 'omniauth-oauth2', '~> 1.1'
33
33
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-azure-devops
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rewind Software Inc. | Parth Chandgadhiya
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2025-04-07 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: omniauth
@@ -77,7 +76,6 @@ metadata:
77
76
  documentation_uri: https://github.com/rewindio/omniauth-azure-devops
78
77
  homepage_uri: https://github.com/rewindio/omniauth-azure-devops
79
78
  source_code_uri: https://github.com/rewindio/omniauth-azure-devops
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -85,15 +83,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
85
83
  requirements:
86
84
  - - ">="
87
85
  - !ruby/object:Gem::Version
88
- version: '3.2'
86
+ version: '3.4'
89
87
  required_rubygems_version: !ruby/object:Gem::Requirement
90
88
  requirements:
91
89
  - - ">="
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.9
97
94
  specification_version: 4
98
95
  summary: An Azure Devops OAuth strategy for OmniAuth 2.0
99
96
  test_files: []