Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Dec 20, 2024
1 parent c06a4e7 commit be1074a
Show file tree
Hide file tree
Showing 10 changed files with 176 additions and 164 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

### Unreleased

### 8.3.0

* Ignore Stripe `payment_failed` and `payment_action_required` webhooks on `incomplete` subscriptions as these are already handled by the JavaScript in-browser. #1121
* Add `FakeProcessor::Subscription#sync` #1120

### 8.2.2

* Compatibility with frozen string literals
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pay (8.2.2)
pay (8.3.0)
rails (>= 6.0.0)

GEM
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

# 💳 Pay - Payments engine for Ruby on Rails

[![Build Status](https://github.com/pay-rails/pay/workflows/Tests/badge.svg)](https://github.com/pay-rails/pay/actions) [![Gem Version](https://badge.fury.io/rb/pay.svg)](https://badge.fury.io/rb/pay)

<img src="docs/images/stripe_partner_badge.svg" height="26px">
[![Build Status](https://github.com/pay-rails/pay/workflows/Tests/badge.svg)](https://github.com/pay-rails/pay/actions) [![Gem Version](https://badge.fury.io/rb/pay.svg)](https://badge.fury.io/rb/pay) <img src="docs/images/stripe_partner_badge.svg" height="26px">

Pay is a payments engine for Ruby on Rails 6.0 and higher.

⚠️ **Upgrading?** Check the [UPGRADE](UPGRADE.md) guide for required changes and/or migration when upgrading from a previous version of Pay.
> [!TIP]
> Check out [Jumpstart](https://jumpstartrails.com) for Rails Starter Kit with Pay already integrated!
**Upgrading?** Check the [UPGRADE](UPGRADE.md) guide for required changes and/or migration when upgrading from a previous version of Pay.

## 🧑‍💻 Tutorial

Expand Down
29 changes: 15 additions & 14 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.2.2)
pay (8.3.0)
rails (>= 6.0.0)

GEM
Expand Down Expand Up @@ -86,12 +86,13 @@ GEM
rexml
crass (1.0.6)
date (3.4.1)
erubi (1.13.0)
faraday (2.11.0)
faraday-net_http (>= 2.0, < 3.4)
erubi (1.13.1)
faraday (2.12.2)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.3.0)
net-http
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
globalid (1.2.1)
activesupport (>= 6.1)
hashdiff (1.1.2)
Expand All @@ -101,12 +102,12 @@ GEM
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
json (2.9.0)
json (2.9.1)
language_server-protocol (3.17.0.3)
lemonsqueezy (1.0.1)
faraday (~> 2.0)
lint_roller (1.1.0)
logger (1.6.3)
logger (1.6.4)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -126,7 +127,7 @@ GEM
mysql2 (0.5.6)
net-http (0.6.0)
uri
net-imap (0.5.1)
net-imap (0.5.3)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -139,8 +140,8 @@ GEM
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
ostruct (0.6.1)
paddle (2.7.0)
faraday (~> 2.11.0)
paddle (2.7.1)
faraday (~> 2.11)
ostruct (~> 0.6.0)
parallel (1.26.3)
parser (3.3.6.0)
Expand Down Expand Up @@ -195,7 +196,7 @@ GEM
prawn (>= 1.3.0, < 3.0.0)
prawn-table (~> 0.2.1)
regexp_parser (2.9.3)
rexml (3.3.9)
rexml (3.4.0)
rubocop (1.69.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand Down Expand Up @@ -236,9 +237,9 @@ GEM
rubocop-performance (~> 1.23.0)
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stripe (13.2.0)
stripe (13.3.0)
thor (1.3.2)
timeout (0.4.2)
timeout (0.4.3)
ttfunk (1.8.0)
bigdecimal (~> 3.1)
turbo-rails (2.0.11)
Expand Down
29 changes: 15 additions & 14 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.2.2)
pay (8.3.0)
rails (>= 6.0.0)

GEM
Expand Down Expand Up @@ -92,12 +92,13 @@ GEM
rexml
crass (1.0.6)
date (3.4.1)
erubi (1.13.0)
faraday (2.11.0)
faraday-net_http (>= 2.0, < 3.4)
erubi (1.13.1)
faraday (2.12.2)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.3.0)
net-http
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
globalid (1.2.1)
activesupport (>= 6.1)
hashdiff (1.1.2)
Expand All @@ -107,12 +108,12 @@ GEM
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
json (2.9.0)
json (2.9.1)
language_server-protocol (3.17.0.3)
lemonsqueezy (1.0.1)
faraday (~> 2.0)
lint_roller (1.1.0)
logger (1.6.3)
logger (1.6.4)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -132,7 +133,7 @@ GEM
mysql2 (0.5.6)
net-http (0.6.0)
uri
net-imap (0.5.1)
net-imap (0.5.3)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -145,8 +146,8 @@ GEM
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
ostruct (0.6.1)
paddle (2.7.0)
faraday (~> 2.11.0)
paddle (2.7.1)
faraday (~> 2.11)
ostruct (~> 0.6.0)
parallel (1.26.3)
parser (3.3.6.0)
Expand Down Expand Up @@ -201,7 +202,7 @@ GEM
prawn (>= 1.3.0, < 3.0.0)
prawn-table (~> 0.2.1)
regexp_parser (2.9.3)
rexml (3.3.9)
rexml (3.4.0)
rubocop (1.69.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand Down Expand Up @@ -242,9 +243,9 @@ GEM
rubocop-performance (~> 1.23.0)
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stripe (13.2.0)
stripe (13.3.0)
thor (1.3.2)
timeout (0.4.2)
timeout (0.4.3)
ttfunk (1.8.0)
bigdecimal (~> 3.1)
turbo-rails (2.0.11)
Expand Down
39 changes: 20 additions & 19 deletions gemfiles/rails_7.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
pay (8.2.2)
pay (8.3.0)
rails (>= 6.0.0)

GEM
Expand Down Expand Up @@ -107,12 +107,13 @@ GEM
crass (1.0.6)
date (3.4.1)
drb (2.2.1)
erubi (1.13.0)
faraday (2.11.0)
faraday-net_http (>= 2.0, < 3.4)
erubi (1.13.1)
faraday (2.12.2)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.3.0)
net-http
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
globalid (1.2.1)
activesupport (>= 6.1)
hashdiff (1.1.2)
Expand All @@ -123,15 +124,15 @@ GEM
activesupport (>= 6.0.0)
railties (>= 6.0.0)
io-console (0.8.0)
irb (1.14.2)
irb (1.14.3)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.9.0)
json (2.9.1)
language_server-protocol (3.17.0.3)
lemonsqueezy (1.0.1)
faraday (~> 2.0)
lint_roller (1.1.0)
logger (1.6.3)
logger (1.6.4)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -151,7 +152,7 @@ GEM
mysql2 (0.5.6)
net-http (0.6.0)
uri
net-imap (0.5.1)
net-imap (0.5.3)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -164,8 +165,8 @@ GEM
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
ostruct (0.6.1)
paddle (2.7.0)
faraday (~> 2.11.0)
paddle (2.7.1)
faraday (~> 2.11)
ostruct (~> 0.6.0)
parallel (1.26.3)
parser (3.3.6.0)
Expand All @@ -179,7 +180,7 @@ GEM
ttfunk (~> 1.8)
prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0)
psych (5.2.1)
psych (5.2.2)
date
stringio
public_suffix (6.0.1)
Expand Down Expand Up @@ -224,15 +225,15 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
rdoc (6.8.1)
rdoc (6.10.0)
psych (>= 4.0.0)
receipts (2.4.0)
prawn (>= 1.3.0, < 3.0.0)
prawn-table (~> 0.2.1)
regexp_parser (2.9.3)
reline (0.5.12)
reline (0.6.0)
io-console (~> 0.5)
rexml (3.3.9)
rexml (3.4.0)
rubocop (1.69.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand All @@ -250,7 +251,7 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
securerandom (0.4.0)
securerandom (0.4.1)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
Expand All @@ -275,9 +276,9 @@ GEM
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.1.2)
stripe (13.2.0)
stripe (13.3.0)
thor (1.3.2)
timeout (0.4.2)
timeout (0.4.3)
ttfunk (1.8.0)
bigdecimal (~> 3.1)
turbo-rails (2.0.11)
Expand Down
Loading

0 comments on commit be1074a

Please sign in to comment.