File tree 9 files changed +119
-117
lines changed
9 files changed +119
-117
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### Unreleased
4
4
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
+
5
13
### 8.1.3
6
14
7
15
* Raise ` Pay::Error ` instead of ` StandardError ` consistently
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- pay (8.1.3 )
4
+ pay (8.2.0 )
5
5
rails (>= 6.0.0 )
6
6
7
7
GEM
@@ -337,4 +337,4 @@ DEPENDENCIES
337
337
webmock
338
338
339
339
BUNDLED WITH
340
- 2.5.22
340
+ 2.5.23
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ..
3
3
specs:
4
- pay (8.1.3 )
4
+ pay (8.2.0 )
5
5
rails (>= 6.0.0)
6
6
7
7
GEM
94
94
net-http
95
95
globalid (1.2.1)
96
96
activesupport (>= 6.1)
97
- hashdiff (1.1.1 )
97
+ hashdiff (1.1.2 )
98
98
i18n (1.14.6)
99
99
concurrent-ruby (~> 1.0)
100
100
importmap-rails (2.0.3)
101
101
actionpack (>= 6.0.0)
102
102
activesupport (>= 6.0.0)
103
103
railties (>= 6.0.0)
104
- json (2.7.5 )
104
+ json (2.8.2 )
105
105
language_server-protocol (3.17.0.3)
106
106
lemonsqueezy (1.0.1)
107
107
faraday (~> 2.0)
123
123
mocha (2.5.0)
124
124
ruby2_keywords (>= 0.0.5)
125
125
mysql2 (0.5.6)
126
- net-http (0.4.1 )
126
+ net-http (0.5.0 )
127
127
uri
128
- net-imap (0.5.0 )
128
+ net-imap (0.5.1 )
129
129
date
130
130
net-protocol
131
131
net-pop (0.1.2)
@@ -141,12 +141,12 @@ GEM
141
141
racc (~> 1.4)
142
142
nokogiri (1.16.7-x86_64-linux)
143
143
racc (~> 1.4)
144
- ostruct (0.6.0 )
145
- paddle (2.6 .0)
144
+ ostruct (0.6.1 )
145
+ paddle (2.7 .0)
146
146
faraday (~> 2.11.0)
147
147
ostruct (~> 0.6.0)
148
148
parallel (1.26.3)
149
- parser (3.3.5.1 )
149
+ parser (3.3.6.0 )
150
150
ast (~> 2.4.1)
151
151
racc
152
152
pdf-core (0.10.0)
199
199
prawn-table (~> 0.2.1)
200
200
regexp_parser (2.9.2)
201
201
rexml (3.3.9)
202
- rubocop (1.66.1 )
202
+ rubocop (1.68.0 )
203
203
json (~> 2.3)
204
204
language_server-protocol (>= 3.17.0)
205
205
parallel (~> 1.10)
209
209
rubocop-ast (>= 1.32.2, < 2.0)
210
210
ruby-progressbar (~> 1.7)
211
211
unicode-display_width (>= 2.4.0, < 3.0)
212
- rubocop-ast (1.33.0 )
212
+ rubocop-ast (1.36.1 )
213
213
parser (>= 3.3.1.0)
214
214
rubocop-performance (1.22.1)
215
215
rubocop (>= 1.48.1, < 2.0)
@@ -226,10 +226,10 @@ GEM
226
226
sqlite3 (1.7.3-arm64-darwin)
227
227
sqlite3 (1.7.3-x86_64-darwin)
228
228
sqlite3 (1.7.3-x86_64-linux)
229
- standard (1.41 .1)
229
+ standard (1.42 .1)
230
230
language_server-protocol (~> 3.17.0.2)
231
231
lint_roller (~> 1.0)
232
- rubocop (~> 1.66 .0)
232
+ rubocop (~> 1.68 .0)
233
233
standard-custom (~> 1.0.0)
234
234
standard-performance (~> 1.5)
235
235
standard-custom (1.0.2)
240
240
rubocop-performance (~> 1.22.0)
241
241
stimulus-rails (1.3.4)
242
242
railties (>= 6.0.0)
243
- stripe (13.1.0 )
243
+ stripe (13.1.2 )
244
244
thor (1.3.2)
245
- timeout (0.4.1 )
245
+ timeout (0.4.2 )
246
246
ttfunk (1.8.0)
247
247
bigdecimal (~> 3.1)
248
248
turbo-rails (2.0.11)
251
251
tzinfo (2.0.6)
252
252
concurrent-ruby (~> 1.0)
253
253
unicode-display_width (2.6.0)
254
- uri (0.13.1 )
254
+ uri (1.0.2 )
255
255
vcr (6.3.1)
256
256
base64
257
257
web-console (4.2.1)
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ..
3
3
specs:
4
- pay (8.1.3 )
4
+ pay (8.2.0 )
5
5
rails (>= 6.0.0)
6
6
7
7
GEM
@@ -100,14 +100,14 @@ GEM
100
100
net-http
101
101
globalid (1.2.1)
102
102
activesupport (>= 6.1)
103
- hashdiff (1.1.1 )
103
+ hashdiff (1.1.2 )
104
104
i18n (1.14.6)
105
105
concurrent-ruby (~> 1.0)
106
106
importmap-rails (2.0.3)
107
107
actionpack (>= 6.0.0)
108
108
activesupport (>= 6.0.0)
109
109
railties (>= 6.0.0)
110
- json (2.7.5 )
110
+ json (2.8.2 )
111
111
language_server-protocol (3.17.0.3)
112
112
lemonsqueezy (1.0.1)
113
113
faraday (~> 2.0)
129
129
mocha (2.5.0)
130
130
ruby2_keywords (>= 0.0.5)
131
131
mysql2 (0.5.6)
132
- net-http (0.4.1 )
132
+ net-http (0.5.0 )
133
133
uri
134
- net-imap (0.5.0 )
134
+ net-imap (0.5.1 )
135
135
date
136
136
net-protocol
137
137
net-pop (0.1.2)
@@ -147,12 +147,12 @@ GEM
147
147
racc (~> 1.4)
148
148
nokogiri (1.16.7-x86_64-linux)
149
149
racc (~> 1.4)
150
- ostruct (0.6.0 )
151
- paddle (2.6 .0)
150
+ ostruct (0.6.1 )
151
+ paddle (2.7 .0)
152
152
faraday (~> 2.11.0)
153
153
ostruct (~> 0.6.0)
154
154
parallel (1.26.3)
155
- parser (3.3.5.1 )
155
+ parser (3.3.6.0 )
156
156
ast (~> 2.4.1)
157
157
racc
158
158
pdf-core (0.10.0)
205
205
prawn-table (~> 0.2.1)
206
206
regexp_parser (2.9.2)
207
207
rexml (3.3.9)
208
- rubocop (1.66.1 )
208
+ rubocop (1.68.0 )
209
209
json (~> 2.3)
210
210
language_server-protocol (>= 3.17.0)
211
211
parallel (~> 1.10)
215
215
rubocop-ast (>= 1.32.2, < 2.0)
216
216
ruby-progressbar (~> 1.7)
217
217
unicode-display_width (>= 2.4.0, < 3.0)
218
- rubocop-ast (1.33.0 )
218
+ rubocop-ast (1.36.1 )
219
219
parser (>= 3.3.1.0)
220
220
rubocop-performance (1.22.1)
221
221
rubocop (>= 1.48.1, < 2.0)
@@ -232,10 +232,10 @@ GEM
232
232
sqlite3 (1.7.3-arm64-darwin)
233
233
sqlite3 (1.7.3-x86_64-darwin)
234
234
sqlite3 (1.7.3-x86_64-linux)
235
- standard (1.41 .1)
235
+ standard (1.42 .1)
236
236
language_server-protocol (~> 3.17.0.2)
237
237
lint_roller (~> 1.0)
238
- rubocop (~> 1.66 .0)
238
+ rubocop (~> 1.68 .0)
239
239
standard-custom (~> 1.0.0)
240
240
standard-performance (~> 1.5)
241
241
standard-custom (1.0.2)
246
246
rubocop-performance (~> 1.22.0)
247
247
stimulus-rails (1.3.4)
248
248
railties (>= 6.0.0)
249
- stripe (13.1.0 )
249
+ stripe (13.1.2 )
250
250
thor (1.3.2)
251
- timeout (0.4.1 )
251
+ timeout (0.4.2 )
252
252
ttfunk (1.8.0)
253
253
bigdecimal (~> 3.1)
254
254
turbo-rails (2.0.11)
257
257
tzinfo (2.0.6)
258
258
concurrent-ruby (~> 1.0)
259
259
unicode-display_width (2.6.0)
260
- uri (0.13.1 )
260
+ uri (1.0.2 )
261
261
vcr (6.3.1)
262
262
base64
263
263
web-console (4.2.1)
You can’t perform that action at this time.
0 commit comments