iron_bank 5.2.4 → 5.2.6

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: 9da8499c799ae6aca23dd6c93f064783d0fb8dadb059389de73fd7b6d68d0552
4
- data.tar.gz: c99262ba87775925b30ddf25056dd170f58689c257422502aad7ed56b1034470
3
+ metadata.gz: fb169ea35186a7d6482c311a01110bfbe6c1ac2197e316d35cf5820f25a0ecdc
4
+ data.tar.gz: f3c8c2b9a6499d17b85a9f8e3de4f9209c025417901a37990e98e969a34d79a8
5
5
  SHA512:
6
- metadata.gz: 392c4d7602ef91a74a41b34f2c44b254079947bdb696ee4942ffacbc8732a8e8ea7d7b733401e98ba2f1fb8ae4e14c9a12efef83d86067d695df9c3006dfe5df
7
- data.tar.gz: 3d0866660d5932567bc3ad81d7d76a7a3b02f3be5826390829bfd3d4c1c6b1393c59a88d9a3e17b15fdc2a081c8d05729ab80c23448ae89b5991fe5aa564940d
6
+ metadata.gz: 87e2b2a5898135c34bcb153033fd19832977f25c231fa7ad28e49ca646a339ba8fcafefcb23fc647ec404314524ccb46257deb98f3b1f646925a4de9a8a51960
7
+ data.tar.gz: db5459c331160c2e260ee35443a5e7ebdbb86f4a217160f5a55a583b5d32c1ba83701085f2c1cd1e02e2d043ba31fa292ff34b48bc93ca7417d0bf761e0cdee3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- iron_bank (5.2.4)
4
+ iron_bank (5.2.6)
5
5
  faraday (~> 1)
6
6
  faraday_middleware (~> 1)
7
7
  nokogiri (~> 1)
@@ -25,7 +25,7 @@ GEM
25
25
  dotenv (2.7.6)
26
26
  factory_bot (6.1.0)
27
27
  activesupport (>= 5.0.0)
28
- faraday (1.5.1)
28
+ faraday (1.8.0)
29
29
  faraday-em_http (~> 1.0)
30
30
  faraday-em_synchrony (~> 1.0)
31
31
  faraday-excon (~> 1.1)
@@ -33,6 +33,7 @@ GEM
33
33
  faraday-net_http (~> 1.0)
34
34
  faraday-net_http_persistent (~> 1.1)
35
35
  faraday-patron (~> 1.0)
36
+ faraday-rack (~> 1.0)
36
37
  multipart-post (>= 1.2, < 3)
37
38
  ruby2_keywords (>= 0.0.4)
38
39
  faraday-em_http (1.0.0)
@@ -42,17 +43,18 @@ GEM
42
43
  faraday-net_http (1.0.1)
43
44
  faraday-net_http_persistent (1.2.0)
44
45
  faraday-patron (1.0.0)
45
- faraday_middleware (1.0.0)
46
+ faraday-rack (1.0.0)
47
+ faraday_middleware (1.1.0)
46
48
  faraday (~> 1.0)
47
49
  i18n (1.8.7)
48
50
  concurrent-ruby (~> 1.0)
49
51
  kwalify (0.7.2)
50
52
  method_source (1.0.0)
51
- mini_portile2 (2.5.3)
53
+ mini_portile2 (2.6.1)
52
54
  minitest (5.14.3)
53
55
  multipart-post (2.1.1)
54
- nokogiri (1.11.7)
55
- mini_portile2 (~> 2.5.0)
56
+ nokogiri (1.12.5)
57
+ mini_portile2 (~> 2.6.1)
56
58
  racc (~> 1.4)
57
59
  parallel (1.20.1)
58
60
  parser (3.0.0.0)
@@ -137,4 +139,4 @@ DEPENDENCIES
137
139
  timecop (~> 0.9)
138
140
 
139
141
  BUNDLED WITH
140
- 2.2.21
142
+ 2.2.26
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module IronBank
4
- VERSION = "5.2.4"
4
+ VERSION = "5.2.6"
5
5
  API_VERSION = "v1"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iron_bank
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.2.4
4
+ version: 5.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mickael Pham
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: exe
13
13
  cert_chain: []
14
- date: 2021-07-19 00:00:00.000000000 Z
14
+ date: 2021-10-12 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: faraday