bullet_train-scope_validator 1.13.0 → 1.14.0

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: baebeca78b642224a0f75e0b5fe8d3496d26971b2fee56b8675ee0a4a5ade307
4
- data.tar.gz: e0a341653e9c2f8f054f8e94e7f978d64cc3c28b765d33e893e452dbae96aed8
3
+ metadata.gz: 171ce6fae154c366e6021130f80fac76fd14e92f2cd1c3c9397ca142158cfc05
4
+ data.tar.gz: be04d5c38229b46d297278d0c2c40a0222f5ea2fa74874ec96710fa667e59bd2
5
5
  SHA512:
6
- metadata.gz: 9fd9c6c0ef81c34ff568a4e56accf66ae81cd8115500e66138830701213f2a090019e892ad18999662d676743ebe8f2c6ce4383662052d0db944ff2a0671f847
7
- data.tar.gz: 5cc9fc22e3eea23d777be73618e56a97fd459feea3fd10f1f9338c39753d683412871a4e177b0d6ce106a320d2eb66ef8c46bdf43fcff75e77ea1e2579fb1219
6
+ metadata.gz: bf96bd190c58f6114e4f239b390bad00faf8dac6c648891dcf664a94f051f086551786d6aec98c9118aebeb2f7d24036d13e1648e283e1dedb97b0e8690dae94
7
+ data.tar.gz: 7ed4c764fc6d63db0501c9d2f0b154cb37a90c3f68441ee45928b581a3f57535d2f8b8bb28cca7eb6a5a843f4fff6ed5b2243735a42718f0566500ac02e0b5a2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bullet_train-scope_validator (1.13.0)
4
+ bullet_train-scope_validator (1.14.0)
5
5
  rails
6
6
 
7
7
  GEM
@@ -82,7 +82,7 @@ GEM
82
82
  ast (2.4.2)
83
83
  base64 (0.2.0)
84
84
  benchmark (0.4.0)
85
- bigdecimal (3.1.8)
85
+ bigdecimal (3.1.9)
86
86
  builder (3.3.0)
87
87
  concurrent-ruby (1.3.4)
88
88
  connection_pool (2.4.1)
@@ -129,9 +129,9 @@ GEM
129
129
  net-smtp (0.5.0)
130
130
  net-protocol
131
131
  nio4r (2.7.4)
132
- nokogiri (1.17.2-arm64-darwin)
132
+ nokogiri (1.18.1-arm64-darwin)
133
133
  racc (~> 1.4)
134
- nokogiri (1.17.2-x86_64-linux)
134
+ nokogiri (1.18.1-x86_64-linux-gnu)
135
135
  racc (~> 1.4)
136
136
  parallel (1.26.3)
137
137
  parser (3.3.6.0)
@@ -144,7 +144,7 @@ GEM
144
144
  rack (3.1.8)
145
145
  rack-session (2.0.0)
146
146
  rack (>= 3.0.0)
147
- rack-test (2.1.0)
147
+ rack-test (2.2.0)
148
148
  rack (>= 1.3)
149
149
  rackup (2.2.1)
150
150
  rack (>= 3)
@@ -181,7 +181,7 @@ GEM
181
181
  rake (13.2.1)
182
182
  rdoc (6.10.0)
183
183
  psych (>= 4.0.0)
184
- regexp_parser (2.9.3)
184
+ regexp_parser (2.10.0)
185
185
  reline (0.6.0)
186
186
  io-console (~> 0.5)
187
187
  rubocop (1.69.2)
@@ -224,7 +224,7 @@ GEM
224
224
  timeout (0.4.3)
225
225
  tzinfo (2.0.6)
226
226
  concurrent-ruby (~> 1.0)
227
- unicode-display_width (3.1.2)
227
+ unicode-display_width (3.1.3)
228
228
  unicode-emoji (~> 4.0, >= 4.0.4)
229
229
  unicode-emoji (4.0.4)
230
230
  uri (1.0.2)
@@ -250,4 +250,4 @@ DEPENDENCIES
250
250
  standard (~> 1.3)
251
251
 
252
252
  BUNDLED WITH
253
- 2.3.4
253
+ 2.6.2
@@ -2,6 +2,6 @@
2
2
 
3
3
  module BulletTrain
4
4
  module ScopeValidator
5
- VERSION = "1.13.0"
5
+ VERSION = "1.14.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-scope_validator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-12-23 00:00:00.000000000 Z
10
+ date: 2024-12-30 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: rails
@@ -66,7 +65,6 @@ licenses:
66
65
  metadata:
67
66
  homepage_uri: https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-scope_validator
68
67
  source_code_uri: https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-scope_validator
69
- post_install_message:
70
68
  rdoc_options: []
71
69
  require_paths:
72
70
  - lib
@@ -81,8 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
79
  - !ruby/object:Gem::Version
82
80
  version: '0'
83
81
  requirements: []
84
- rubygems_version: 3.5.22
85
- signing_key:
82
+ rubygems_version: 3.6.2
86
83
  specification_version: 4
87
84
  summary: Protect `belongs_to` attributes from ID stuffing.
88
85
  test_files: []