skyltmax_config 0.0.13.beta.3 → 0.0.14

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: 8596b9efe44d2f0d4bf97a30c6e51e35524ea9d946cb36a7795536219eaf6b67
4
- data.tar.gz: 5076766fd3133fa53445fbd9a31d6568ae19582986c9e4e0d71a857489d73f9d
3
+ metadata.gz: b9800225995d1123b75dae815dbe862ac469d38677e45a3e5c5ec637bec8c74c
4
+ data.tar.gz: a89136b6b8b1d1cde533f89d5df35f609b49581f307a348a9dba9bcd60bda0a0
5
5
  SHA512:
6
- metadata.gz: 5ababaa4816bb86b7435bab69be194128c26a1658f89c28e7ad89879ef2af4cd88ceeb3b752f7a1db9641cd4ab7fabeb79caf32a9d49e22540b41ac358e83032
7
- data.tar.gz: aa5e72e7f503baed8dc31acf8650b516beaf92ca47e7e9b71182cfdac9cec1081951f6380526702bb16c9cb65aa96e7d4fad0a6ad5617ec47cda9d4d61323a85
6
+ metadata.gz: d5c25d0b51ae4eefb49a9172768c864c96a7a93149c1bc411f6bca4ca3f12e552093d8e1a0d962fc711a46e2f1b6215f211276eb18d7d434e3c76aead72c1831
7
+ data.tar.gz: 308d2971c006cf8fb820a4bb62fe071bb6e8fd61eb33faf3bcbefa1413c1242c34c5d631aba0c6af6a2f17a3508ae7114e773a709932869ac80196a515a103ff
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ### Unreleased
4
4
 
5
+ ### [0.0.14] - 2026-02-10
6
+
7
+ - fix: Lock rubocop version to avoid version with bug https://github.com/rubocop/rubocop/pull/14867
8
+
5
9
  ### [0.0.13] - 2026-02-10
6
10
 
7
11
  - build: Switched to official package registries.
data/Gemfile.lock CHANGED
@@ -1,15 +1,15 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- skyltmax_config (0.0.13.beta.3)
5
- rubocop (>= 1.81.0, < 2)
4
+ skyltmax_config (0.0.14)
5
+ rubocop (>= 1.81.0, < 2, < 1.84.1)
6
6
  rubocop-performance (>= 1.26.0, < 2)
7
7
  rubocop-rails (>= 2.33.0, < 3)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (8.1.1)
12
+ activesupport (8.1.2)
13
13
  base64
14
14
  bigdecimal
15
15
  concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -24,28 +24,29 @@ GEM
24
24
  uri (>= 0.13.1)
25
25
  ast (2.4.3)
26
26
  base64 (0.3.0)
27
- bigdecimal (3.3.1)
28
- concurrent-ruby (1.3.5)
29
- connection_pool (2.5.4)
27
+ bigdecimal (4.0.1)
28
+ concurrent-ruby (1.3.6)
29
+ connection_pool (3.0.2)
30
30
  drb (2.2.3)
31
- i18n (1.14.7)
31
+ i18n (1.14.8)
32
32
  concurrent-ruby (~> 1.0)
33
- json (2.13.2)
33
+ json (2.18.1)
34
34
  language_server-protocol (3.17.0.5)
35
35
  lint_roller (1.1.0)
36
36
  logger (1.7.0)
37
- minitest (5.26.0)
37
+ minitest (6.0.1)
38
+ prism (~> 1.5)
38
39
  parallel (1.27.0)
39
- parser (3.3.9.0)
40
+ parser (3.3.10.1)
40
41
  ast (~> 2.4.1)
41
42
  racc
42
- prism (1.4.0)
43
+ prism (1.9.0)
43
44
  racc (1.8.1)
44
45
  rack (3.2.4)
45
46
  rainbow (3.1.1)
46
47
  rake (13.3.1)
47
- regexp_parser (2.11.2)
48
- rubocop (1.81.7)
48
+ regexp_parser (2.11.3)
49
+ rubocop (1.84.0)
49
50
  json (~> 2.3)
50
51
  language_server-protocol (~> 3.17.0.2)
51
52
  lint_roller (~> 1.1.0)
@@ -53,17 +54,17 @@ GEM
53
54
  parser (>= 3.3.0.2)
54
55
  rainbow (>= 2.2.2, < 4.0)
55
56
  regexp_parser (>= 2.9.3, < 3.0)
56
- rubocop-ast (>= 1.47.1, < 2.0)
57
+ rubocop-ast (>= 1.49.0, < 2.0)
57
58
  ruby-progressbar (~> 1.7)
58
59
  unicode-display_width (>= 2.4.0, < 4.0)
59
- rubocop-ast (1.47.1)
60
+ rubocop-ast (1.49.0)
60
61
  parser (>= 3.3.7.2)
61
- prism (~> 1.4)
62
+ prism (~> 1.7)
62
63
  rubocop-performance (1.26.1)
63
64
  lint_roller (~> 1.1)
64
65
  rubocop (>= 1.75.0, < 2.0)
65
66
  rubocop-ast (>= 1.47.1, < 2.0)
66
- rubocop-rails (2.33.4)
67
+ rubocop-rails (2.34.3)
67
68
  activesupport (>= 4.2.0)
68
69
  lint_roller (~> 1.1)
69
70
  rack (>= 1.1)
@@ -73,9 +74,9 @@ GEM
73
74
  securerandom (0.4.1)
74
75
  tzinfo (2.0.6)
75
76
  concurrent-ruby (~> 1.0)
76
- unicode-display_width (3.1.4)
77
- unicode-emoji (~> 4.0, >= 4.0.4)
78
- unicode-emoji (4.0.4)
77
+ unicode-display_width (3.2.0)
78
+ unicode-emoji (~> 4.1)
79
+ unicode-emoji (4.2.0)
79
80
  uri (1.1.1)
80
81
 
81
82
  PLATFORMS
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SkyltmaxConfig
4
- VERSION = "0.0.13.beta.3"
4
+ VERSION = "0.0.14"
5
5
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signmax/config",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -29,7 +29,7 @@ Gem::Specification.new do |s|
29
29
  end
30
30
  s.require_path = "lib"
31
31
 
32
- s.add_dependency "rubocop", ">= 1.81.0", "< 2"
32
+ s.add_dependency "rubocop", ">= 1.81.0", "< 2", "< 1.84.1" # https://github.com/rubocop/rubocop/pull/14867
33
33
  s.add_dependency "rubocop-performance", ">= 1.26.0", "< 2"
34
34
  s.add_dependency "rubocop-rails", ">= 2.33.0", "< 3"
35
35
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: skyltmax_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13.beta.3
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Signmax AB
@@ -19,6 +19,9 @@ dependencies:
19
19
  - - "<"
20
20
  - !ruby/object:Gem::Version
21
21
  version: '2'
22
+ - - "<"
23
+ - !ruby/object:Gem::Version
24
+ version: 1.84.1
22
25
  type: :runtime
23
26
  prerelease: false
24
27
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,6 +32,9 @@ dependencies:
29
32
  - - "<"
30
33
  - !ruby/object:Gem::Version
31
34
  version: '2'
35
+ - - "<"
36
+ - !ruby/object:Gem::Version
37
+ version: 1.84.1
32
38
  - !ruby/object:Gem::Dependency
33
39
  name: rubocop-performance
34
40
  requirement: !ruby/object:Gem::Requirement