bullet_train-integrations-stripe 1.14.2 → 1.15.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8acd7a0686ebf84c287e658132fbf42561bc74b6e2510dd7e768e58e82265b1d
|
4
|
+
data.tar.gz: '009da6740c21a913bd91e2fe2c1e03e3c5512b43e59ec1f587bcc462f605ed7f'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c75875fc343ae13e924de6a13e384482dec8294fe0a84a89006074242c153e2da71475b7ca99e324ae58335830adcd46fe6b32c6033d3762fab7a487e011f4d
|
7
|
+
data.tar.gz: 2dd277a68471f2d068eb9803eb239bf79ad5a2a7dc8d9f5cabbe6bd31f046e74a681c231b33c697d1c6404b52af7ac23a573cccf1f59c14c1b6ed6c8e7f91c6d
|
@@ -3,10 +3,14 @@ require "bullet_train/integrations/stripe/engine"
|
|
3
3
|
|
4
4
|
require "stripe"
|
5
5
|
require "omniauth"
|
6
|
-
require "omniauth-stripe-connect"
|
6
|
+
require "omniauth-stripe-connect-v2"
|
7
7
|
|
8
|
-
#
|
8
|
+
# This helps to resolve this CVE:
|
9
9
|
# https://github.com/omniauth/omniauth/wiki/Resolving-CVE-2015-9284
|
10
|
+
# It also just allows things to work as expected.
|
11
|
+
# Initially it seemed like we could remove this gem after updating omniauth
|
12
|
+
# to version > 2. But If we remove it the built-in TokenValidator from omniauth
|
13
|
+
# throws an error when we try to connect.
|
10
14
|
require "omniauth/rails_csrf_protection"
|
11
15
|
|
12
16
|
module BulletTrain
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bullet_train-integrations-stripe
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.15.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrew Culver
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-01-
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: rails
|
@@ -41,18 +41,18 @@ dependencies:
|
|
41
41
|
name: omniauth
|
42
42
|
requirement: !ruby/object:Gem::Requirement
|
43
43
|
requirements:
|
44
|
-
- - "
|
44
|
+
- - "~>"
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: '0'
|
46
|
+
version: '2.0'
|
47
47
|
type: :runtime
|
48
48
|
prerelease: false
|
49
49
|
version_requirements: !ruby/object:Gem::Requirement
|
50
50
|
requirements:
|
51
|
-
- - "
|
51
|
+
- - "~>"
|
52
52
|
- !ruby/object:Gem::Version
|
53
|
-
version: '0'
|
53
|
+
version: '2.0'
|
54
54
|
- !ruby/object:Gem::Dependency
|
55
|
-
name: omniauth-stripe-connect
|
55
|
+
name: omniauth-stripe-connect-v2
|
56
56
|
requirement: !ruby/object:Gem::Requirement
|
57
57
|
requirements:
|
58
58
|
- - ">="
|
@@ -69,16 +69,16 @@ dependencies:
|
|
69
69
|
name: omniauth-rails_csrf_protection
|
70
70
|
requirement: !ruby/object:Gem::Requirement
|
71
71
|
requirements:
|
72
|
-
- - "
|
72
|
+
- - "~>"
|
73
73
|
- !ruby/object:Gem::Version
|
74
|
-
version: '0'
|
74
|
+
version: '1.0'
|
75
75
|
type: :runtime
|
76
76
|
prerelease: false
|
77
77
|
version_requirements: !ruby/object:Gem::Requirement
|
78
78
|
requirements:
|
79
|
-
- - "
|
79
|
+
- - "~>"
|
80
80
|
- !ruby/object:Gem::Version
|
81
|
-
version: '0'
|
81
|
+
version: '1.0'
|
82
82
|
- !ruby/object:Gem::Dependency
|
83
83
|
name: simplecov
|
84
84
|
requirement: !ruby/object:Gem::Requirement
|