bullet_train-scope_validator 1.6.33 → 1.6.35

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6209b1fe6e62e25b3bb4a26b65b86406c16c4b5b3b2e235af881ab406b73d526
4
- data.tar.gz: 0f3b3937d23738e8f1a7142a2b114ce08792c9257fe64a5e14a6fab344dc4ea0
3
+ metadata.gz: bf2ddbebd06fb21cbddc48235dc33fd31dc5bad94751386bc643328ba453d5a1
4
+ data.tar.gz: faff023e361feb40f84a07b479a8bdbc182d2e825cf14538ade4db69f2dd38df
5
5
  SHA512:
6
- metadata.gz: 0c77db957dd39e4b7a060e80591a67ecf8e3b65884b1dbe0d2b49a19fe6b2ee3ae57636d656c72e9e12e9b508f930e5b0eec8a7f94644a8d4aa6372e1504fd1e
7
- data.tar.gz: a4e9f35e70ce4a9f8753b95840a58a502501add22c5f671d07320fda5631580677a6799eb44b4b9ab4bd27d8dd13657d9a657c15f3c2098d67a77d226a2ec45a
6
+ metadata.gz: b1169e512a9ddd3cc5eae281516b55fa4c9dd70242e3250342fa096222e44d222951c3ea947f1c4e7a422243b329e9d34fe8cedda2d6f0dc078d2141d5edcbb8
7
+ data.tar.gz: efb6b042471e367a037285da9d05af6b8325330cdf030811c5fc5f562d4bd076c54fd0b347fa460a2e2fb5ce75ee87f3f0660d316dd02ff1b24fce43b7e6f804
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bullet_train-scope_validator (1.6.33)
4
+ bullet_train-scope_validator (1.6.35)
5
5
  rails
6
6
 
7
7
  GEM
@@ -90,8 +90,7 @@ GEM
90
90
  connection_pool (2.4.1)
91
91
  crass (1.0.6)
92
92
  date (3.3.4)
93
- drb (2.2.0)
94
- ruby2_keywords
93
+ drb (2.2.1)
95
94
  erubi (1.12.0)
96
95
  globalid (1.2.1)
97
96
  activesupport (>= 6.1)
@@ -109,7 +108,7 @@ GEM
109
108
  net-imap
110
109
  net-pop
111
110
  net-smtp
112
- marcel (1.0.2)
111
+ marcel (1.0.4)
113
112
  mini_mime (1.1.5)
114
113
  minitest (5.15.0)
115
114
  minitest-reporters (1.6.1)
@@ -198,12 +197,11 @@ GEM
198
197
  rubocop (>= 1.7.0, < 2.0)
199
198
  rubocop-ast (>= 0.4.0)
200
199
  ruby-progressbar (1.11.0)
201
- ruby2_keywords (0.0.5)
202
200
  standard (1.6.0)
203
201
  rubocop (= 1.24.1)
204
202
  rubocop-performance (= 1.13.1)
205
203
  stringio (3.1.0)
206
- thor (1.3.0)
204
+ thor (1.3.1)
207
205
  timeout (0.4.1)
208
206
  tzinfo (2.0.6)
209
207
  concurrent-ruby (~> 1.0)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module BulletTrain
4
4
  module ScopeValidator
5
- VERSION = "1.6.33"
5
+ VERSION = "1.6.35"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet_train-scope_validator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.33
4
+ version: 1.6.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Culver
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-02-26 00:00:00.000000000 Z
11
+ date: 2024-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails