Skip to content

Commit 47421c2

Browse files
committed
Version bump
1 parent 07836f0 commit 47421c2

File tree

8 files changed

+16
-12
lines changed

8 files changed

+16
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
### Unreleased
44

5+
### 10.1.5
6+
7+
* Fix Stripe payment controller rescue
8+
59
### 10.1.4
610

711
* Stripe `payment_action_required` webhooks now have to retrieve the InvoicePayments to send the email

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
pay (10.1.4)
4+
pay (10.1.5)
55
rails (>= 7.0.0)
66

77
GEM

gemfiles/rails_7.0.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
pay (10.1.4)
4+
pay (10.1.5)
55
rails (>= 7.0.0)
66

77
GEM
@@ -326,4 +326,4 @@ DEPENDENCIES
326326
webmock
327327

328328
BUNDLED WITH
329-
2.6.8
329+
2.6.9

gemfiles/rails_7.1.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
pay (10.1.4)
4+
pay (10.1.5)
55
rails (>= 7.0.0)
66

77
GEM
@@ -356,4 +356,4 @@ DEPENDENCIES
356356
webmock
357357

358358
BUNDLED WITH
359-
2.6.8
359+
2.6.9

gemfiles/rails_7.2.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
pay (10.1.4)
4+
pay (10.1.5)
55
rails (>= 7.0.0)
66

77
GEM
@@ -353,4 +353,4 @@ DEPENDENCIES
353353
webmock
354354

355355
BUNDLED WITH
356-
2.6.8
356+
2.6.9

gemfiles/rails_8.0.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
pay (10.1.4)
4+
pay (10.1.5)
55
rails (>= 7.0.0)
66

77
GEM
@@ -379,4 +379,4 @@ DEPENDENCIES
379379
webmock
380380

381381
BUNDLED WITH
382-
2.6.8
382+
2.6.9

gemfiles/rails_main.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ GIT
101101
PATH
102102
remote: ..
103103
specs:
104-
pay (10.1.4)
104+
pay (10.1.5)
105105
rails (>= 7.0.0)
106106

107107
GEM
@@ -362,4 +362,4 @@ DEPENDENCIES
362362
webmock
363363

364364
BUNDLED WITH
365-
2.6.8
365+
2.6.9

lib/pay/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Pay
2-
VERSION = "10.1.4"
2+
VERSION = "10.1.5"
33
end

0 commit comments

Comments
 (0)