From be1074a159a19a4794639829ec80ed189d40327f Mon Sep 17 00:00:00 2001 From: Chris Oliver Date: Fri, 20 Dec 2024 14:46:55 -0600 Subject: [PATCH] Version bump --- CHANGELOG.md | 5 ++ Gemfile.lock | 2 +- README.md | 9 +- gemfiles/rails_6.1.gemfile.lock | 29 ++++--- gemfiles/rails_7.0.gemfile.lock | 29 ++++--- gemfiles/rails_7.1.gemfile.lock | 39 +++++---- gemfiles/rails_7.2.gemfile.lock | 39 +++++---- gemfiles/rails_8.0.gemfile.lock | 145 ++++++++++++++++--------------- gemfiles/rails_main.gemfile.lock | 41 ++++----- lib/pay/version.rb | 2 +- 10 files changed, 176 insertions(+), 164 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d858117e..b9333e9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 2a7c1d8d..1cfb1ba2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - pay (8.2.2) + pay (8.3.0) rails (>= 6.0.0) GEM diff --git a/README.md b/README.md index 251c4b35..ebb1d29d 100644 --- a/README.md +++ b/README.md @@ -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) - - +[![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) 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 diff --git a/gemfiles/rails_6.1.gemfile.lock b/gemfiles/rails_6.1.gemfile.lock index be182630..984a37c8 100644 --- a/gemfiles/rails_6.1.gemfile.lock +++ b/gemfiles/rails_6.1.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - pay (8.2.2) + pay (8.3.0) rails (>= 6.0.0) GEM @@ -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) @@ -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) @@ -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) @@ -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) @@ -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) @@ -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) diff --git a/gemfiles/rails_7.0.gemfile.lock b/gemfiles/rails_7.0.gemfile.lock index dbdf3ac7..7e6ad779 100644 --- a/gemfiles/rails_7.0.gemfile.lock +++ b/gemfiles/rails_7.0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - pay (8.2.2) + pay (8.3.0) rails (>= 6.0.0) GEM @@ -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) @@ -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) @@ -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) @@ -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) @@ -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) @@ -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) diff --git a/gemfiles/rails_7.1.gemfile.lock b/gemfiles/rails_7.1.gemfile.lock index f3710baa..3800590e 100644 --- a/gemfiles/rails_7.1.gemfile.lock +++ b/gemfiles/rails_7.1.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - pay (8.2.2) + pay (8.3.0) rails (>= 6.0.0) GEM @@ -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) @@ -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) @@ -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) @@ -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) @@ -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) @@ -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) @@ -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) @@ -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) diff --git a/gemfiles/rails_7.2.gemfile.lock b/gemfiles/rails_7.2.gemfile.lock index caff848d..a0e96074 100644 --- a/gemfiles/rails_7.2.gemfile.lock +++ b/gemfiles/rails_7.2.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - pay (8.2.2) + pay (8.3.0) rails (>= 6.0.0) GEM @@ -101,12 +101,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) @@ -117,15 +118,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) @@ -144,7 +145,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) @@ -157,8 +158,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) @@ -172,7 +173,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) @@ -217,15 +218,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) @@ -243,7 +244,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) @@ -268,9 +269,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) diff --git a/gemfiles/rails_8.0.gemfile.lock b/gemfiles/rails_8.0.gemfile.lock index fd18af89..a37ebf2b 100644 --- a/gemfiles/rails_8.0.gemfile.lock +++ b/gemfiles/rails_8.0.gemfile.lock @@ -1,35 +1,35 @@ PATH remote: .. specs: - pay (8.2.2) + pay (8.3.0) rails (>= 6.0.0) GEM remote: https://rubygems.org/ specs: - actioncable (8.0.0.1) - actionpack (= 8.0.0.1) - activesupport (= 8.0.0.1) + actioncable (8.0.1) + actionpack (= 8.0.1) + activesupport (= 8.0.1) nio4r (~> 2.0) websocket-driver (>= 0.6.1) zeitwerk (~> 2.6) - actionmailbox (8.0.0.1) - actionpack (= 8.0.0.1) - activejob (= 8.0.0.1) - activerecord (= 8.0.0.1) - activestorage (= 8.0.0.1) - activesupport (= 8.0.0.1) + actionmailbox (8.0.1) + actionpack (= 8.0.1) + activejob (= 8.0.1) + activerecord (= 8.0.1) + activestorage (= 8.0.1) + activesupport (= 8.0.1) mail (>= 2.8.0) - actionmailer (8.0.0.1) - actionpack (= 8.0.0.1) - actionview (= 8.0.0.1) - activejob (= 8.0.0.1) - activesupport (= 8.0.0.1) + actionmailer (8.0.1) + actionpack (= 8.0.1) + actionview (= 8.0.1) + activejob (= 8.0.1) + activesupport (= 8.0.1) mail (>= 2.8.0) rails-dom-testing (~> 2.2) - actionpack (8.0.0.1) - actionview (= 8.0.0.1) - activesupport (= 8.0.0.1) + actionpack (8.0.1) + actionview (= 8.0.1) + activesupport (= 8.0.1) nokogiri (>= 1.8.5) rack (>= 2.2.4) rack-session (>= 1.0.1) @@ -37,35 +37,35 @@ GEM rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) useragent (~> 0.16) - actiontext (8.0.0.1) - actionpack (= 8.0.0.1) - activerecord (= 8.0.0.1) - activestorage (= 8.0.0.1) - activesupport (= 8.0.0.1) + actiontext (8.0.1) + actionpack (= 8.0.1) + activerecord (= 8.0.1) + activestorage (= 8.0.1) + activesupport (= 8.0.1) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (8.0.0.1) - activesupport (= 8.0.0.1) + actionview (8.0.1) + activesupport (= 8.0.1) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activejob (8.0.0.1) - activesupport (= 8.0.0.1) + activejob (8.0.1) + activesupport (= 8.0.1) globalid (>= 0.3.6) - activemodel (8.0.0.1) - activesupport (= 8.0.0.1) - activerecord (8.0.0.1) - activemodel (= 8.0.0.1) - activesupport (= 8.0.0.1) + activemodel (8.0.1) + activesupport (= 8.0.1) + activerecord (8.0.1) + activemodel (= 8.0.1) + activesupport (= 8.0.1) timeout (>= 0.4.0) - activestorage (8.0.0.1) - actionpack (= 8.0.0.1) - activejob (= 8.0.0.1) - activerecord (= 8.0.0.1) - activesupport (= 8.0.0.1) + activestorage (8.0.1) + actionpack (= 8.0.1) + activejob (= 8.0.1) + activerecord (= 8.0.1) + activesupport (= 8.0.1) marcel (~> 1.0) - activesupport (8.0.0.1) + activesupport (8.0.1) base64 benchmark (>= 0.3) bigdecimal @@ -101,12 +101,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) @@ -117,15 +118,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) @@ -144,7 +145,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) @@ -157,8 +158,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) @@ -172,7 +173,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) @@ -186,20 +187,20 @@ GEM rack (>= 1.3) rackup (2.2.1) rack (>= 3) - rails (8.0.0.1) - actioncable (= 8.0.0.1) - actionmailbox (= 8.0.0.1) - actionmailer (= 8.0.0.1) - actionpack (= 8.0.0.1) - actiontext (= 8.0.0.1) - actionview (= 8.0.0.1) - activejob (= 8.0.0.1) - activemodel (= 8.0.0.1) - activerecord (= 8.0.0.1) - activestorage (= 8.0.0.1) - activesupport (= 8.0.0.1) + rails (8.0.1) + actioncable (= 8.0.1) + actionmailbox (= 8.0.1) + actionmailer (= 8.0.1) + actionpack (= 8.0.1) + actiontext (= 8.0.1) + actionview (= 8.0.1) + activejob (= 8.0.1) + activemodel (= 8.0.1) + activerecord (= 8.0.1) + activestorage (= 8.0.1) + activesupport (= 8.0.1) bundler (>= 1.15.0) - railties (= 8.0.0.1) + railties (= 8.0.1) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest @@ -207,9 +208,9 @@ GEM rails-html-sanitizer (1.6.2) loofah (~> 2.21) nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) - railties (8.0.0.1) - actionpack (= 8.0.0.1) - activesupport (= 8.0.0.1) + railties (8.0.1) + actionpack (= 8.0.1) + activesupport (= 8.0.1) irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) @@ -217,15 +218,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) @@ -243,7 +244,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) @@ -268,9 +269,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) diff --git a/gemfiles/rails_main.gemfile.lock b/gemfiles/rails_main.gemfile.lock index efb194aa..1d95e2da 100644 --- a/gemfiles/rails_main.gemfile.lock +++ b/gemfiles/rails_main.gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/rails/rails.git - revision: 614639c99c02d8c7aca691356736779b1cbc1596 + revision: c67d91b04d16072f902e86bd969946120449b1c5 branch: main specs: actioncable (8.1.0.alpha) @@ -100,7 +100,7 @@ GIT PATH remote: .. specs: - pay (8.2.2) + pay (8.3.0) rails (>= 6.0.0) GEM @@ -129,12 +129,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) @@ -145,15 +146,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) @@ -172,7 +173,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) @@ -185,8 +186,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) @@ -200,7 +201,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) @@ -223,15 +224,15 @@ GEM nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) 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) @@ -249,7 +250,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) @@ -274,9 +275,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) diff --git a/lib/pay/version.rb b/lib/pay/version.rb index 0584a187..82942cc7 100644 --- a/lib/pay/version.rb +++ b/lib/pay/version.rb @@ -1,3 +1,3 @@ module Pay - VERSION = "8.2.2" + VERSION = "8.3.0" end