omniauth-miro 1.0.4 → 1.0.6

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: 9cdbd73ce755bf30674247e1ee8a0a1aff626ee2596c2c1b7561cde3c5b9e934
4
+ data.tar.gz: 1497fbe16e3adaa710197b0ab68a99b0249c999f65c5010ebd6d9e9df764ddfa
5
5
  SHA512:
6
- metadata.gz: 1a9c7d0dc4d980fe484abb69c196138f1bca90a1e297ec2ba3abe29417d4f704f985acec336bd3687351a3e9218430277a807f186481477bbf3063be561c5d70
7
- data.tar.gz: f827c1229718abe9644709780c9ae221c51303fd9af42a6a4604cde4f5ebd6890b580b35dab3725992a3871b6db277c52d72f11f523c7a5418a9a5918f7fe242
6
+ metadata.gz: 9b47ff58e4f98c4b792853ca88d5e080b92e22be16ab6b1d6c8010f12ce418fe07f7b7ac68175a7729cf304324c4e46a56896b2a1e6aed42ca94a26448702d3d
7
+ data.tar.gz: 9af4c2cc03f10154481f3f66ad666043a4f727531cb7726dadd42631523a5066b1d52238cea7d2ece45d1d937793d8e5522db6ba5e45ebd662238ab2209d20c7
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.6]
4
+
5
+ - Update Ruby version to 3.4.5 to address security vulnerabilities
6
+
7
+ ## [1.0.5]
8
+
9
+ - Address CVE-2025-49007
10
+ - Update dependencies
11
+
3
12
  ## [1.0.4]
4
13
 
5
14
  - 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.6)
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.6'
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-miro
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rewind Software Inc. | Calvin Chen
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2025-03-27 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-miro
78
77
  homepage_uri: https://github.com/rewindio/omniauth-miro
79
78
  source_code_uri: https://github.com/rewindio/omniauth-miro
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: A Miro OAuth strategy for OmniAuth 2.0
99
96
  test_files: []