rails-autoscale-web 1.5.1 → 1.5.2

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: fd6f71b1b9878b9564c6656c92a9ca57e451d0f7a25b8a35de9d3ee92ec603f1
4
- data.tar.gz: acad3cc0b87cec0ad3a8f570215178da2dbf5e0447df538546ba7aa73731c2f6
3
+ metadata.gz: 78a1d07cf0ec4b72f6118c87ab4b5a8b9bb20efe9a3a1ff63a4bd5d8e16f3721
4
+ data.tar.gz: 5be44caff462f513e285ea030ab9b82e1784a57ac0947b41cd483b0578d69d60
5
5
  SHA512:
6
- metadata.gz: 67e8b50009d3a64a7a3e89d133e0adc6d9fd67a2549595a9fc164abdd3ba21c2e8676368db190dc2131572cd0c098d1698d2cf71f7bd7272c1cbe26d55146ded
7
- data.tar.gz: cb34503e0b3d03fbdd48b33f42d462e6b698af6fd10e9c3285a295dba592fe885c4d7b0bffc55b19ca40de150f17ebe059e1db3a55f02954d975c8eef681b64e
6
+ metadata.gz: 3ae4eadbd26bc6bb0fba1d6c812741ca2317735e7e2eec799aa68773cc5a51a9b97aea4a05a97ad2edfb561e3d09a3237cdee140ca80231a5cc54c1371bc1727
7
+ data.tar.gz: 5aef234f48d3d1b1a77251f49f20dde716cdb2a02eaecae7421f29cdde634b3eb0d2da3b4b30a2fc2d4fe75ebbfa49cd4ef08be28ac1cfe2c2339f3384f72d16
data/Gemfile.lock CHANGED
@@ -1,32 +1,32 @@
1
1
  PATH
2
2
  remote: ../judoscale-ruby
3
3
  specs:
4
- judoscale-ruby (1.5.1)
4
+ judoscale-ruby (1.5.2)
5
5
 
6
6
  PATH
7
7
  remote: .
8
8
  specs:
9
- judoscale-rails (1.5.1)
10
- judoscale-ruby (= 1.5.1)
9
+ judoscale-rails (1.5.2)
10
+ judoscale-ruby (= 1.5.2)
11
11
  railties
12
12
 
13
13
  GEM
14
14
  remote: https://rubygems.org/
15
15
  specs:
16
- actionpack (7.0.6)
17
- actionview (= 7.0.6)
18
- activesupport (= 7.0.6)
16
+ actionpack (7.0.7)
17
+ actionview (= 7.0.7)
18
+ activesupport (= 7.0.7)
19
19
  rack (~> 2.0, >= 2.2.4)
20
20
  rack-test (>= 0.6.3)
21
21
  rails-dom-testing (~> 2.0)
22
22
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
23
- actionview (7.0.6)
24
- activesupport (= 7.0.6)
23
+ actionview (7.0.7)
24
+ activesupport (= 7.0.7)
25
25
  builder (~> 3.1)
26
26
  erubi (~> 1.4)
27
27
  rails-dom-testing (~> 2.0)
28
28
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
29
- activesupport (7.0.6)
29
+ activesupport (7.0.7)
30
30
  concurrent-ruby (~> 1.0, >= 1.0.2)
31
31
  i18n (>= 1.6, < 2)
32
32
  minitest (>= 5.1)
@@ -66,9 +66,9 @@ GEM
66
66
  rails-html-sanitizer (1.6.0)
67
67
  loofah (~> 2.21)
68
68
  nokogiri (~> 1.14)
69
- railties (7.0.6)
70
- actionpack (= 7.0.6)
71
- activesupport (= 7.0.6)
69
+ railties (7.0.7)
70
+ actionpack (= 7.0.7)
71
+ activesupport (= 7.0.7)
72
72
  method_source
73
73
  rake (>= 12.2)
74
74
  thor (~> 1.0)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Judoscale
4
4
  module Rails
5
- VERSION = "1.5.1"
5
+ VERSION = "1.5.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-autoscale-web
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam McCrea
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2023-08-09 00:00:00.000000000 Z
13
+ date: 2023-08-10 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails-autoscale-core
@@ -18,14 +18,14 @@ dependencies:
18
18
  requirements:
19
19
  - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: 1.5.1
21
+ version: 1.5.2
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
26
  - - '='
27
27
  - !ruby/object:Gem::Version
28
- version: 1.5.1
28
+ version: 1.5.2
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: railties
31
31
  requirement: !ruby/object:Gem::Requirement