Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Nov 19, 2024
1 parent 145db5e commit a8cf3f0
Show file tree
Hide file tree
Showing 9 changed files with 119 additions and 117 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

### Unreleased

### 8.2.0

* FakeProcessor subscriptions can be marked as nonresumable. This is helpful for giving users a limited subscription.

```ruby
pay_customer.subscribe(ends_at: 1.year.from_now, data: {resumable: false})
```

### 8.1.3

* Raise `Pay::Error` instead of `StandardError` consistently
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pay (8.1.3)
pay (8.2.0)
rails (>= 6.0.0)

GEM
Expand Down Expand Up @@ -337,4 +337,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.5.22
2.5.23
30 changes: 15 additions & 15 deletions gemfiles/rails_6.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
pay (8.1.3)
pay (8.2.0)
rails (>= 6.0.0)

GEM
Expand Down Expand Up @@ -94,14 +94,14 @@ GEM
net-http
globalid (1.2.1)
activesupport (>= 6.1)
hashdiff (1.1.1)
hashdiff (1.1.2)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
importmap-rails (2.0.3)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
json (2.7.5)
json (2.8.2)
language_server-protocol (3.17.0.3)
lemonsqueezy (1.0.1)
faraday (~> 2.0)
Expand All @@ -123,9 +123,9 @@ GEM
mocha (2.5.0)
ruby2_keywords (>= 0.0.5)
mysql2 (0.5.6)
net-http (0.4.1)
net-http (0.5.0)
uri
net-imap (0.5.0)
net-imap (0.5.1)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -141,12 +141,12 @@ GEM
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
ostruct (0.6.0)
paddle (2.6.0)
ostruct (0.6.1)
paddle (2.7.0)
faraday (~> 2.11.0)
ostruct (~> 0.6.0)
parallel (1.26.3)
parser (3.3.5.1)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
pdf-core (0.10.0)
Expand Down Expand Up @@ -199,7 +199,7 @@ GEM
prawn-table (~> 0.2.1)
regexp_parser (2.9.2)
rexml (3.3.9)
rubocop (1.66.1)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -209,7 +209,7 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.33.0)
rubocop-ast (1.36.1)
parser (>= 3.3.1.0)
rubocop-performance (1.22.1)
rubocop (>= 1.48.1, < 2.0)
Expand All @@ -226,10 +226,10 @@ GEM
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
standard (1.41.1)
standard (1.42.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.66.0)
rubocop (~> 1.68.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.5)
standard-custom (1.0.2)
Expand All @@ -240,9 +240,9 @@ GEM
rubocop-performance (~> 1.22.0)
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stripe (13.1.0)
stripe (13.1.2)
thor (1.3.2)
timeout (0.4.1)
timeout (0.4.2)
ttfunk (1.8.0)
bigdecimal (~> 3.1)
turbo-rails (2.0.11)
Expand All @@ -251,7 +251,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
uri (0.13.1)
uri (1.0.2)
vcr (6.3.1)
base64
web-console (4.2.1)
Expand Down
30 changes: 15 additions & 15 deletions gemfiles/rails_7.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
pay (8.1.3)
pay (8.2.0)
rails (>= 6.0.0)

GEM
Expand Down Expand Up @@ -100,14 +100,14 @@ GEM
net-http
globalid (1.2.1)
activesupport (>= 6.1)
hashdiff (1.1.1)
hashdiff (1.1.2)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
importmap-rails (2.0.3)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
json (2.7.5)
json (2.8.2)
language_server-protocol (3.17.0.3)
lemonsqueezy (1.0.1)
faraday (~> 2.0)
Expand All @@ -129,9 +129,9 @@ GEM
mocha (2.5.0)
ruby2_keywords (>= 0.0.5)
mysql2 (0.5.6)
net-http (0.4.1)
net-http (0.5.0)
uri
net-imap (0.5.0)
net-imap (0.5.1)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -147,12 +147,12 @@ GEM
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
ostruct (0.6.0)
paddle (2.6.0)
ostruct (0.6.1)
paddle (2.7.0)
faraday (~> 2.11.0)
ostruct (~> 0.6.0)
parallel (1.26.3)
parser (3.3.5.1)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
pdf-core (0.10.0)
Expand Down Expand Up @@ -205,7 +205,7 @@ GEM
prawn-table (~> 0.2.1)
regexp_parser (2.9.2)
rexml (3.3.9)
rubocop (1.66.1)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -215,7 +215,7 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.33.0)
rubocop-ast (1.36.1)
parser (>= 3.3.1.0)
rubocop-performance (1.22.1)
rubocop (>= 1.48.1, < 2.0)
Expand All @@ -232,10 +232,10 @@ GEM
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
standard (1.41.1)
standard (1.42.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.66.0)
rubocop (~> 1.68.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.5)
standard-custom (1.0.2)
Expand All @@ -246,9 +246,9 @@ GEM
rubocop-performance (~> 1.22.0)
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stripe (13.1.0)
stripe (13.1.2)
thor (1.3.2)
timeout (0.4.1)
timeout (0.4.2)
ttfunk (1.8.0)
bigdecimal (~> 3.1)
turbo-rails (2.0.11)
Expand All @@ -257,7 +257,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
uri (0.13.1)
uri (1.0.2)
vcr (6.3.1)
base64
web-console (4.2.1)
Expand Down
Loading

0 comments on commit a8cf3f0

Please sign in to comment.