judoscale-rails 1.5.1 → 1.5.2

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: da1d7f0e6554f227a270bd479a75bb2521058f88f11cb4c065be456dc9c8ccd9
4
- data.tar.gz: 852777b7910e0c1f8c95782e044727446520bf9693a4142cd5739ec5e0f68559
3
+ metadata.gz: a6ef28716889b4e338730a6049886c7f19b37297ab52bc9d69babd089f8fd75d
4
+ data.tar.gz: 6595ce2909ee4950d1e49d14a3f79a2d813c1da1e6a947dedae9f89924d3f1f6
5
5
  SHA512:
6
- metadata.gz: de25402d724f99c4b5c32d753737d90f3e4c80ccb91abfe54faa3ce09e7b37461a7b92dea4addaec4186136157e02f8d8175b9dcb30993ea3accf79c9260892d
7
- data.tar.gz: cbd3ad069953a701efdb9ac22fd0e2e91de0818bad72e418ccac258b27990a01b11816b2c14fecb3b05f3fd4e7e4a1677c20e293af9590a19dbb66c2049135f5
6
+ metadata.gz: d6eeae9d75a4d199293765b80da33ba20c1b795806bd7acb35bb75f4c9e3a0ebd3f4ca06ffbc417e52bb2d18be911e1b6731a184517cea5c9ae6d6257fffcf9d
7
+ data.tar.gz: 9edda70928cb495f76a3bb06ab9f748a0de9768359abe59b619e07c9c0c5ed387d21b8d6cb7fe5f5897b71b6402a0137270fa86a02acf11cd0461f6d62e04c8e
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: judoscale-rails
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: judoscale-ruby
@@ -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