omniauth-miro 1.0.4 → 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: 88d084a19e80ecba6ad6e0eb30868e633ddd2cc138028fcf4a6f59bcede64095
4
- data.tar.gz: 753423d8e1a7f2ccb260745cdd62b3e36c5c5d07480dd0e8e72632acafcc5921
3
+ metadata.gz: 52316d8f5caac2282f3ab9ce6a5eaaf3ab09af8ca14fcdc83997878f066ec913
4
+ data.tar.gz: d34eca805f948697c115aed2409502a72e4956aa7fff563bd0c26f17371557a3
5
5
  SHA512:
6
- metadata.gz: 1a9c7d0dc4d980fe484abb69c196138f1bca90a1e297ec2ba3abe29417d4f704f985acec336bd3687351a3e9218430277a807f186481477bbf3063be561c5d70
7
- data.tar.gz: f827c1229718abe9644709780c9ae221c51303fd9af42a6a4604cde4f5ebd6890b580b35dab3725992a3871b6db277c52d72f11f523c7a5418a9a5918f7fe242
6
+ metadata.gz: 66108c3e16f3cf6acf985cc0da8c04477e9f593a7121e4be34b1e0bec95f42c2f350e7b1c1c48afe6590d06c5b4ac9ed8695428b2335aa3c11622d8c96965495
7
+ data.tar.gz: 32fab7a1c025f4494209e5087492af5810dcdf06128de878e990c787553c8799813ff8c9ff8f92010230085a364284254c2e68ee4ecd23cb1c49c6f0ca450dd2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.5]
4
+
5
+ - Address CVE-2025-49007
6
+ - Update dependencies
7
+
3
8
  ## [1.0.4]
4
9
 
5
10
  - Address CVE-2025-27221 by updating uri to 1.0.3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-miro (1.0.4)
4
+ omniauth-miro (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.3)
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,17 @@ 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.24.0)
95
+ rubocop-performance (1.25.0)
95
96
  lint_roller (~> 1.1)
96
- rubocop (>= 1.72.1, < 2.0)
97
+ rubocop (>= 1.75.0, < 2.0)
97
98
  rubocop-ast (>= 1.38.0, < 2.0)
98
- rubocop-rspec (3.5.0)
99
+ rubocop-rspec (3.6.0)
99
100
  lint_roller (~> 1.1)
100
101
  rubocop (~> 1.72, >= 1.72.1)
101
102
  ruby-progressbar (1.13.0)
@@ -109,16 +110,16 @@ GEM
109
110
  terminal-table
110
111
  simplecov-html (0.13.1)
111
112
  simplecov_json_formatter (0.1.4)
112
- snaky_hash (2.0.1)
113
- hashie
114
- 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)
115
116
  terminal-table (4.0.0)
116
117
  unicode-display_width (>= 1.1.1, < 4)
117
118
  unicode-display_width (3.1.4)
118
119
  unicode-emoji (~> 4.0, >= 4.0.4)
119
120
  unicode-emoji (4.0.4)
120
121
  uri (1.0.3)
121
- version_gem (1.1.6)
122
+ version_gem (1.1.8)
122
123
 
123
124
  PLATFORMS
124
125
  ruby
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module Miro
5
- VERSION = '1.0.4'
5
+ VERSION = '1.0.5'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-miro
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rewind Software Inc. | Calvin Chen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-03-27 00:00:00.000000000 Z
11
+ date: 2025-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth