Skip to content

Commit a8cf3f0

Browse files
committed
Version bump
1 parent 145db5e commit a8cf3f0

9 files changed

+119
-117
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
### Unreleased
44

5+
### 8.2.0
6+
7+
* FakeProcessor subscriptions can be marked as nonresumable. This is helpful for giving users a limited subscription.
8+
9+
```ruby
10+
pay_customer.subscribe(ends_at: 1.year.from_now, data: {resumable: false})
11+
```
12+
513
### 8.1.3
614

715
* Raise `Pay::Error` instead of `StandardError` consistently

Diff for: Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
pay (8.1.3)
4+
pay (8.2.0)
55
rails (>= 6.0.0)
66

77
GEM
@@ -337,4 +337,4 @@ DEPENDENCIES
337337
webmock
338338

339339
BUNDLED WITH
340-
2.5.22
340+
2.5.23

Diff for: gemfiles/rails_6.1.gemfile.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
pay (8.1.3)
4+
pay (8.2.0)
55
rails (>= 6.0.0)
66

77
GEM
@@ -94,14 +94,14 @@ GEM
9494
net-http
9595
globalid (1.2.1)
9696
activesupport (>= 6.1)
97-
hashdiff (1.1.1)
97+
hashdiff (1.1.2)
9898
i18n (1.14.6)
9999
concurrent-ruby (~> 1.0)
100100
importmap-rails (2.0.3)
101101
actionpack (>= 6.0.0)
102102
activesupport (>= 6.0.0)
103103
railties (>= 6.0.0)
104-
json (2.7.5)
104+
json (2.8.2)
105105
language_server-protocol (3.17.0.3)
106106
lemonsqueezy (1.0.1)
107107
faraday (~> 2.0)
@@ -123,9 +123,9 @@ GEM
123123
mocha (2.5.0)
124124
ruby2_keywords (>= 0.0.5)
125125
mysql2 (0.5.6)
126-
net-http (0.4.1)
126+
net-http (0.5.0)
127127
uri
128-
net-imap (0.5.0)
128+
net-imap (0.5.1)
129129
date
130130
net-protocol
131131
net-pop (0.1.2)
@@ -141,12 +141,12 @@ GEM
141141
racc (~> 1.4)
142142
nokogiri (1.16.7-x86_64-linux)
143143
racc (~> 1.4)
144-
ostruct (0.6.0)
145-
paddle (2.6.0)
144+
ostruct (0.6.1)
145+
paddle (2.7.0)
146146
faraday (~> 2.11.0)
147147
ostruct (~> 0.6.0)
148148
parallel (1.26.3)
149-
parser (3.3.5.1)
149+
parser (3.3.6.0)
150150
ast (~> 2.4.1)
151151
racc
152152
pdf-core (0.10.0)
@@ -199,7 +199,7 @@ GEM
199199
prawn-table (~> 0.2.1)
200200
regexp_parser (2.9.2)
201201
rexml (3.3.9)
202-
rubocop (1.66.1)
202+
rubocop (1.68.0)
203203
json (~> 2.3)
204204
language_server-protocol (>= 3.17.0)
205205
parallel (~> 1.10)
@@ -209,7 +209,7 @@ GEM
209209
rubocop-ast (>= 1.32.2, < 2.0)
210210
ruby-progressbar (~> 1.7)
211211
unicode-display_width (>= 2.4.0, < 3.0)
212-
rubocop-ast (1.33.0)
212+
rubocop-ast (1.36.1)
213213
parser (>= 3.3.1.0)
214214
rubocop-performance (1.22.1)
215215
rubocop (>= 1.48.1, < 2.0)
@@ -226,10 +226,10 @@ GEM
226226
sqlite3 (1.7.3-arm64-darwin)
227227
sqlite3 (1.7.3-x86_64-darwin)
228228
sqlite3 (1.7.3-x86_64-linux)
229-
standard (1.41.1)
229+
standard (1.42.1)
230230
language_server-protocol (~> 3.17.0.2)
231231
lint_roller (~> 1.0)
232-
rubocop (~> 1.66.0)
232+
rubocop (~> 1.68.0)
233233
standard-custom (~> 1.0.0)
234234
standard-performance (~> 1.5)
235235
standard-custom (1.0.2)
@@ -240,9 +240,9 @@ GEM
240240
rubocop-performance (~> 1.22.0)
241241
stimulus-rails (1.3.4)
242242
railties (>= 6.0.0)
243-
stripe (13.1.0)
243+
stripe (13.1.2)
244244
thor (1.3.2)
245-
timeout (0.4.1)
245+
timeout (0.4.2)
246246
ttfunk (1.8.0)
247247
bigdecimal (~> 3.1)
248248
turbo-rails (2.0.11)
@@ -251,7 +251,7 @@ GEM
251251
tzinfo (2.0.6)
252252
concurrent-ruby (~> 1.0)
253253
unicode-display_width (2.6.0)
254-
uri (0.13.1)
254+
uri (1.0.2)
255255
vcr (6.3.1)
256256
base64
257257
web-console (4.2.1)

Diff for: gemfiles/rails_7.0.gemfile.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
pay (8.1.3)
4+
pay (8.2.0)
55
rails (>= 6.0.0)
66

77
GEM
@@ -100,14 +100,14 @@ GEM
100100
net-http
101101
globalid (1.2.1)
102102
activesupport (>= 6.1)
103-
hashdiff (1.1.1)
103+
hashdiff (1.1.2)
104104
i18n (1.14.6)
105105
concurrent-ruby (~> 1.0)
106106
importmap-rails (2.0.3)
107107
actionpack (>= 6.0.0)
108108
activesupport (>= 6.0.0)
109109
railties (>= 6.0.0)
110-
json (2.7.5)
110+
json (2.8.2)
111111
language_server-protocol (3.17.0.3)
112112
lemonsqueezy (1.0.1)
113113
faraday (~> 2.0)
@@ -129,9 +129,9 @@ GEM
129129
mocha (2.5.0)
130130
ruby2_keywords (>= 0.0.5)
131131
mysql2 (0.5.6)
132-
net-http (0.4.1)
132+
net-http (0.5.0)
133133
uri
134-
net-imap (0.5.0)
134+
net-imap (0.5.1)
135135
date
136136
net-protocol
137137
net-pop (0.1.2)
@@ -147,12 +147,12 @@ GEM
147147
racc (~> 1.4)
148148
nokogiri (1.16.7-x86_64-linux)
149149
racc (~> 1.4)
150-
ostruct (0.6.0)
151-
paddle (2.6.0)
150+
ostruct (0.6.1)
151+
paddle (2.7.0)
152152
faraday (~> 2.11.0)
153153
ostruct (~> 0.6.0)
154154
parallel (1.26.3)
155-
parser (3.3.5.1)
155+
parser (3.3.6.0)
156156
ast (~> 2.4.1)
157157
racc
158158
pdf-core (0.10.0)
@@ -205,7 +205,7 @@ GEM
205205
prawn-table (~> 0.2.1)
206206
regexp_parser (2.9.2)
207207
rexml (3.3.9)
208-
rubocop (1.66.1)
208+
rubocop (1.68.0)
209209
json (~> 2.3)
210210
language_server-protocol (>= 3.17.0)
211211
parallel (~> 1.10)
@@ -215,7 +215,7 @@ GEM
215215
rubocop-ast (>= 1.32.2, < 2.0)
216216
ruby-progressbar (~> 1.7)
217217
unicode-display_width (>= 2.4.0, < 3.0)
218-
rubocop-ast (1.33.0)
218+
rubocop-ast (1.36.1)
219219
parser (>= 3.3.1.0)
220220
rubocop-performance (1.22.1)
221221
rubocop (>= 1.48.1, < 2.0)
@@ -232,10 +232,10 @@ GEM
232232
sqlite3 (1.7.3-arm64-darwin)
233233
sqlite3 (1.7.3-x86_64-darwin)
234234
sqlite3 (1.7.3-x86_64-linux)
235-
standard (1.41.1)
235+
standard (1.42.1)
236236
language_server-protocol (~> 3.17.0.2)
237237
lint_roller (~> 1.0)
238-
rubocop (~> 1.66.0)
238+
rubocop (~> 1.68.0)
239239
standard-custom (~> 1.0.0)
240240
standard-performance (~> 1.5)
241241
standard-custom (1.0.2)
@@ -246,9 +246,9 @@ GEM
246246
rubocop-performance (~> 1.22.0)
247247
stimulus-rails (1.3.4)
248248
railties (>= 6.0.0)
249-
stripe (13.1.0)
249+
stripe (13.1.2)
250250
thor (1.3.2)
251-
timeout (0.4.1)
251+
timeout (0.4.2)
252252
ttfunk (1.8.0)
253253
bigdecimal (~> 3.1)
254254
turbo-rails (2.0.11)
@@ -257,7 +257,7 @@ GEM
257257
tzinfo (2.0.6)
258258
concurrent-ruby (~> 1.0)
259259
unicode-display_width (2.6.0)
260-
uri (0.13.1)
260+
uri (1.0.2)
261261
vcr (6.3.1)
262262
base64
263263
web-console (4.2.1)

0 commit comments

Comments
 (0)