instant_quote 1.7.17 → 1.7.18

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: 19454a70498604788bc4110eadf6a962ff046275e71a0b8866ca36ade4ed4d44
4
- data.tar.gz: 323ff981b6b9fdfca6d9ebfe3b4909d33e72da4d0040d07ae733593f026f2cc1
3
+ metadata.gz: ea32f26600ebacbcea2bbb802e81cfdfdbc6f3fd8a63c5114450bd757aa7bcfe
4
+ data.tar.gz: 3690d3afa1a8bef07787712907ae74e68141ff948191aec6dc15515ef56733eb
5
5
  SHA512:
6
- metadata.gz: 37fb3af73715324f3524a81d486dde377ee0e252e61d1d7998e13bc316bbbeb8013681604cc7298d62398ee9443ee706c94a5bd9fd92449ff7a2cc6d32b5d2a3
7
- data.tar.gz: a441fd8800d994fac3b58e24dcf91b393eeaac13b43d97d3674d01431ea7818bdc78d34efc11b6c72983077f2a4e230f3cea425b9097dbaaf8c2b8856ffc42f2
6
+ metadata.gz: a6ae792406151bc13bbd707f7bcc70f1baeb45a3e3c358fed1a528be3b0099e747c976ef056307170e636fcbe0d28e09cef9b0e79480e690c9aed95889fc1672
7
+ data.tar.gz: 5ed602cde2830a7a84225605a44bd68f6573fddaaf905617130b0da9d931c9a752edfab2880e07e64ba95d6dab6638160cb95679a565c5d6d2469f54d42351e0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- instant_quote (1.7.17)
4
+ instant_quote (1.7.18)
5
5
  activesupport
6
6
  capital_on_tap (~> 1.0.1)
7
7
  iwoca (~> 1.1.0)
@@ -19,8 +19,8 @@ GEM
19
19
  minitest (>= 5.1)
20
20
  tzinfo (~> 2.0)
21
21
  zeitwerk (~> 2.3)
22
- addressable (2.7.0)
23
- public_suffix (>= 2.0.2, < 5.0)
22
+ addressable (2.8.5)
23
+ public_suffix (>= 2.0.2, < 6.0)
24
24
  ast (2.4.2)
25
25
  byebug (11.1.3)
26
26
  capital_on_tap (1.0.1)
@@ -35,20 +35,20 @@ GEM
35
35
  diff-lcs (1.4.4)
36
36
  docile (1.3.5)
37
37
  dotenv (2.7.6)
38
- faraday (2.7.8)
38
+ faraday (2.7.10)
39
39
  faraday-net_http (>= 2.0, < 3.1)
40
40
  ruby2_keywords (>= 0.0.4)
41
41
  faraday-net_http (3.0.2)
42
42
  hashdiff (1.0.1)
43
43
  i18n (1.10.0)
44
44
  concurrent-ruby (~> 1.0)
45
- iwoca (1.1.0)
45
+ iwoca (1.1.1)
46
46
  addressable
47
47
  faraday (~> 2.7)
48
48
  json-schema
49
49
  rainbow
50
- json-schema (2.8.1)
51
- addressable (>= 2.4)
50
+ json-schema (4.0.0)
51
+ addressable (>= 2.8)
52
52
  method_source (1.0.0)
53
53
  minitest (5.15.0)
54
54
  money (6.16.0)
@@ -68,8 +68,8 @@ GEM
68
68
  pry-byebug (3.9.0)
69
69
  byebug (~> 11.0)
70
70
  pry (~> 0.13.0)
71
- public_suffix (4.0.6)
72
- rainbow (3.0.0)
71
+ public_suffix (5.0.3)
72
+ rainbow (3.1.1)
73
73
  rake (10.5.0)
74
74
  regexp_parser (2.1.1)
75
75
  rexml (3.2.4)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module InstantQuote
4
- VERSION = '1.7.17'
4
+ VERSION = '1.7.18'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instant_quote
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.17
4
+ version: 1.7.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - rikas
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-06-29 00:00:00.000000000 Z
11
+ date: 2023-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport