Skip to content

Commit 56289c0

Browse files
committed
Version bump
1 parent f1725ed commit 56289c0

File tree

8 files changed

+39
-37
lines changed

8 files changed

+39
-37
lines changed

CHANGELOG.md

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

33
### Unreleased
44

5+
### 11.1.1
6+
57
* Add `retry` to `Pay::Stripe.sync_checkout_session`
68
Subscriptions aren't instantly attached to a Checkout Session, so this retry gives a chance for completion.
79
This helps build a more seamless experience when redirecting after a successful checkout so the next page knows the user has subscribed successfully.

Gemfile.lock

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

77
GEM
@@ -87,7 +87,7 @@ GEM
8787
ast (2.4.3)
8888
base64 (0.3.0)
8989
benchmark (0.4.1)
90-
bigdecimal (3.2.1)
90+
bigdecimal (3.2.2)
9191
bindex (0.8.1)
9292
braintree (4.28.0)
9393
builder (>= 3.2.4)
@@ -191,7 +191,7 @@ GEM
191191
puma (6.6.0)
192192
nio4r (~> 2.0)
193193
racc (1.8.1)
194-
rack (3.1.15)
194+
rack (3.1.16)
195195
rack-session (2.1.1)
196196
base64 (>= 0.1.0)
197197
rack (>= 3.0.0)
@@ -251,7 +251,7 @@ GEM
251251
rubocop-ast (>= 1.44.0, < 2.0)
252252
ruby-progressbar (~> 1.7)
253253
unicode-display_width (>= 2.4.0, < 4.0)
254-
rubocop-ast (1.44.1)
254+
rubocop-ast (1.45.1)
255255
parser (>= 3.3.7.2)
256256
prism (~> 1.4)
257257
rubocop-performance (1.25.0)
@@ -269,10 +269,10 @@ GEM
269269
actionpack (>= 6.1)
270270
activesupport (>= 6.1)
271271
sprockets (>= 3.0.0)
272-
sqlite3 (2.6.0)
272+
sqlite3 (2.7.0)
273273
mini_portile2 (~> 2.8.0)
274-
sqlite3 (2.6.0-x86_64-darwin)
275-
sqlite3 (2.6.0-x86_64-linux-gnu)
274+
sqlite3 (2.7.0-x86_64-darwin)
275+
sqlite3 (2.7.0-x86_64-linux-gnu)
276276
standard (1.50.0)
277277
language_server-protocol (~> 3.17.0.2)
278278
lint_roller (~> 1.0)
@@ -288,12 +288,12 @@ GEM
288288
stimulus-rails (1.3.4)
289289
railties (>= 6.0.0)
290290
stringio (3.1.7)
291-
stripe (15.2.0)
291+
stripe (15.2.1)
292292
thor (1.3.2)
293293
timeout (0.4.3)
294294
ttfunk (1.8.0)
295295
bigdecimal (~> 3.1)
296-
turbo-rails (2.0.13)
296+
turbo-rails (2.0.16)
297297
actionpack (>= 7.1.0)
298298
railties (>= 7.1.0)
299299
tzinfo (2.0.6)

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 (11.1.0)
4+
pay (11.1.1)
55
rails (>= 7.0.0)
66

77
GEM
@@ -222,7 +222,7 @@ GEM
222222
rubocop-ast (>= 1.44.0, < 2.0)
223223
ruby-progressbar (~> 1.7)
224224
unicode-display_width (>= 2.4.0, < 4.0)
225-
rubocop-ast (1.45.0)
225+
rubocop-ast (1.45.1)
226226
parser (>= 3.3.7.2)
227227
prism (~> 1.4)
228228
rubocop-performance (1.25.0)

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 (11.1.0)
4+
pay (11.1.1)
55
rails (>= 7.0.0)
66

77
GEM
@@ -257,7 +257,7 @@ GEM
257257
rubocop-ast (>= 1.44.0, < 2.0)
258258
ruby-progressbar (~> 1.7)
259259
unicode-display_width (>= 2.4.0, < 4.0)
260-
rubocop-ast (1.45.0)
260+
rubocop-ast (1.45.1)
261261
parser (>= 3.3.7.2)
262262
prism (~> 1.4)
263263
rubocop-performance (1.25.0)

gemfiles/rails_7.2.gemfile.lock

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

77
GEM
@@ -249,7 +249,7 @@ GEM
249249
rubocop-ast (>= 1.44.0, < 2.0)
250250
ruby-progressbar (~> 1.7)
251251
unicode-display_width (>= 2.4.0, < 4.0)
252-
rubocop-ast (1.45.0)
252+
rubocop-ast (1.45.1)
253253
parser (>= 3.3.7.2)
254254
prism (~> 1.4)
255255
rubocop-performance (1.25.0)
@@ -267,9 +267,9 @@ GEM
267267
actionpack (>= 6.1)
268268
activesupport (>= 6.1)
269269
sprockets (>= 3.0.0)
270-
sqlite3 (2.6.0-arm64-darwin)
271-
sqlite3 (2.6.0-x86_64-darwin)
272-
sqlite3 (2.6.0-x86_64-linux-gnu)
270+
sqlite3 (2.7.0-arm64-darwin)
271+
sqlite3 (2.7.0-x86_64-darwin)
272+
sqlite3 (2.7.0-x86_64-linux-gnu)
273273
standard (1.50.0)
274274
language_server-protocol (~> 3.17.0.2)
275275
lint_roller (~> 1.0)

gemfiles/rails_8.0.gemfile.lock

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

77
GEM
@@ -263,7 +263,7 @@ GEM
263263
rubocop-ast (>= 1.44.0, < 2.0)
264264
ruby-progressbar (~> 1.7)
265265
unicode-display_width (>= 2.4.0, < 4.0)
266-
rubocop-ast (1.45.0)
266+
rubocop-ast (1.45.1)
267267
parser (>= 3.3.7.2)
268268
prism (~> 1.4)
269269
rubocop-performance (1.25.0)
@@ -281,16 +281,16 @@ GEM
281281
actionpack (>= 6.1)
282282
activesupport (>= 6.1)
283283
sprockets (>= 3.0.0)
284-
sqlite3 (2.6.0-aarch64-linux-gnu)
285-
sqlite3 (2.6.0-aarch64-linux-musl)
286-
sqlite3 (2.6.0-arm-linux-gnu)
287-
sqlite3 (2.6.0-arm-linux-musl)
288-
sqlite3 (2.6.0-arm64-darwin)
289-
sqlite3 (2.6.0-x86-linux-gnu)
290-
sqlite3 (2.6.0-x86-linux-musl)
291-
sqlite3 (2.6.0-x86_64-darwin)
292-
sqlite3 (2.6.0-x86_64-linux-gnu)
293-
sqlite3 (2.6.0-x86_64-linux-musl)
284+
sqlite3 (2.7.0-aarch64-linux-gnu)
285+
sqlite3 (2.7.0-aarch64-linux-musl)
286+
sqlite3 (2.7.0-arm-linux-gnu)
287+
sqlite3 (2.7.0-arm-linux-musl)
288+
sqlite3 (2.7.0-arm64-darwin)
289+
sqlite3 (2.7.0-x86-linux-gnu)
290+
sqlite3 (2.7.0-x86-linux-musl)
291+
sqlite3 (2.7.0-x86_64-darwin)
292+
sqlite3 (2.7.0-x86_64-linux-gnu)
293+
sqlite3 (2.7.0-x86_64-linux-musl)
294294
standard (1.50.0)
295295
language_server-protocol (~> 3.17.0.2)
296296
lint_roller (~> 1.0)

gemfiles/rails_main.gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/rails/rails.git
3-
revision: 606ba30ad4b7663ea5c171cf688cfcddd995b2d7
3+
revision: 0f591639b864de6bf3fd760a6921f5eda17b2905
44
branch: main
55
specs:
66
actioncable (8.1.0.alpha)
@@ -101,7 +101,7 @@ GIT
101101
PATH
102102
remote: ..
103103
specs:
104-
pay (11.1.0)
104+
pay (11.1.1)
105105
rails (>= 7.0.0)
106106

107107
GEM
@@ -258,7 +258,7 @@ GEM
258258
rubocop-ast (>= 1.44.0, < 2.0)
259259
ruby-progressbar (~> 1.7)
260260
unicode-display_width (>= 2.4.0, < 4.0)
261-
rubocop-ast (1.45.0)
261+
rubocop-ast (1.45.1)
262262
parser (>= 3.3.7.2)
263263
prism (~> 1.4)
264264
rubocop-performance (1.25.0)
@@ -276,9 +276,9 @@ GEM
276276
actionpack (>= 6.1)
277277
activesupport (>= 6.1)
278278
sprockets (>= 3.0.0)
279-
sqlite3 (2.6.0-arm64-darwin)
280-
sqlite3 (2.6.0-x86_64-darwin)
281-
sqlite3 (2.6.0-x86_64-linux-gnu)
279+
sqlite3 (2.7.0-arm64-darwin)
280+
sqlite3 (2.7.0-x86_64-darwin)
281+
sqlite3 (2.7.0-x86_64-linux-gnu)
282282
standard (1.50.0)
283283
language_server-protocol (~> 3.17.0.2)
284284
lint_roller (~> 1.0)

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 = "11.1.0"
2+
VERSION = "11.1.1"
33
end

0 commit comments

Comments
 (0)