Skip to content

Commit

Permalink
Update Paddle to ~> 2.5 (#1038)
Browse files Browse the repository at this point in the history
* Update paddle to ~> 2.4

* standardrb fixes

* paddle 2.5
  • Loading branch information
deanpcmad authored Aug 6, 2024
1 parent 8a9a3a5 commit 8fff5e3
Show file tree
Hide file tree
Showing 16 changed files with 140 additions and 133 deletions.
14 changes: 7 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,34 +11,34 @@ gemspec
# Git. Remember to move these dependencies to your gemspec before releasing
# your gem to rubygems.org.

gem "byebug"
gem "appraisal", github: "thoughtbot/appraisal"
gem "byebug"
gem "mocha"
gem "overcommit"
gem "standard"
gem "mocha"
gem "vcr"
gem "webmock"

gem "braintree", ">= 2.92.0"
gem "paddle", "~> 2.4"
gem "stripe", "~> 12.0"
gem "paddle", "~> 2.2"

gem "receipts"
gem "prawn"
gem "receipts"

# Test against different databases
gem "pg"
gem "mysql2"
gem "pg"
gem "sqlite3", "~> 1.7"

# Used for the dummy Rails app integration
gem "puma"
gem "web-console", group: :development

gem "sprockets-rails"
gem "importmap-rails"
gem "turbo-rails"
gem "sprockets-rails"
gem "stimulus-rails"
gem "turbo-rails"

# Ruby 3.1+ drops these built-in gems
gem "net-imap", require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ GEM
childprocess (>= 0.6.3, < 6)
iniparse (~> 1.4)
rexml (~> 3.2)
paddle (2.3.0)
paddle (2.5.0)
faraday (~> 2.0)
parallel (1.25.1)
parser (3.3.4.0)
Expand Down Expand Up @@ -333,7 +333,7 @@ DEPENDENCIES
net-pop
net-smtp
overcommit
paddle (~> 2.2)
paddle (~> 2.4)
pay!
pg
prawn
Expand Down
2 changes: 1 addition & 1 deletion docs/1_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem "stripe", "~> 12.0"
gem "braintree", "~> 4.7"

# To use Paddle Billing or Paddle Classic, also include:
gem "paddle", "~> 2.1"
gem "paddle", "~> 2.5"

# To use Receipts gem for creating invoice and receipt PDFs, also include:
gem "receipts", "~> 2.0"
Expand Down
14 changes: 7 additions & 7 deletions gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@

source "https://rubygems.org"

gem "byebug"
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git"
gem "byebug"
gem "mocha"
gem "overcommit"
gem "standard"
gem "mocha"
gem "vcr"
gem "webmock"
gem "braintree", ">= 2.92.0"
gem "paddle", "~> 2.4"
gem "stripe", "~> 12.0"
gem "paddle", "~> 2.2"
gem "receipts"
gem "prawn"
gem "pg"
gem "receipts"
gem "mysql2"
gem "pg"
gem "sqlite3", "~> 1.4"
gem "puma"
gem "web-console", group: :development
gem "sprockets-rails"
gem "importmap-rails"
gem "turbo-rails"
gem "sprockets-rails"
gem "stimulus-rails"
gem "turbo-rails"
gem "net-imap", require: false
gem "net-pop", require: false
gem "net-smtp", require: false
Expand Down
38 changes: 19 additions & 19 deletions gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ GEM
ast (2.4.2)
bigdecimal (3.1.8)
bindex (0.8.1)
braintree (4.20.0)
braintree (4.21.0)
builder (>= 3.2.4)
rexml (>= 3.1.9)
builder (3.3.0)
Expand All @@ -93,10 +93,10 @@ GEM
crass (1.0.6)
date (3.3.4)
erubi (1.13.0)
faraday (2.10.0)
faraday (2.10.1)
faraday-net_http (>= 2.0, < 3.2)
logger
faraday-net_http (3.1.0)
faraday-net_http (3.1.1)
net-http
globalid (1.2.1)
activesupport (>= 6.1)
Expand Down Expand Up @@ -125,7 +125,7 @@ GEM
method_source (1.1.0)
mini_mime (1.1.5)
minitest (5.24.1)
mocha (2.4.0)
mocha (2.4.5)
ruby2_keywords (>= 0.0.5)
mysql2 (0.5.6)
net-http (0.4.1)
Expand All @@ -140,34 +140,34 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.6-arm64-darwin)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-darwin)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-linux)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
overcommit (0.63.0)
overcommit (0.64.0)
childprocess (>= 0.6.3, < 6)
iniparse (~> 1.4)
rexml (~> 3.2)
paddle (2.2.1)
paddle (2.5.0)
faraday (~> 2.0)
parallel (1.25.1)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
pdf-core (0.10.0)
pg (1.5.6)
pg (1.5.7)
prawn (2.5.0)
matrix (~> 0.4)
pdf-core (~> 0.10.0)
ttfunk (~> 1.8)
prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0)
public_suffix (6.0.0)
public_suffix (6.0.1)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.8.0)
racc (1.8.1)
rack (2.2.9)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -205,7 +205,7 @@ GEM
prawn (>= 1.3.0, < 3.0.0)
prawn-table (~> 0.2.1)
regexp_parser (2.9.2)
rexml (3.3.1)
rexml (3.3.4)
strscan
rubocop (1.64.1)
json (~> 2.3)
Expand All @@ -228,14 +228,14 @@ GEM
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.5.1)
sprockets-rails (3.5.2)
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
standard (1.39.1)
standard (1.39.2)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.64.0)
Expand All @@ -249,13 +249,13 @@ GEM
rubocop-performance (~> 1.21.0)
stimulus-rails (1.3.3)
railties (>= 6.0.0)
stripe (12.2.0)
stripe (12.4.0)
strscan (3.1.0)
thor (1.3.1)
timeout (0.4.1)
ttfunk (1.8.0)
bigdecimal (~> 3.1)
turbo-rails (2.0.5)
turbo-rails (2.0.6)
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
railties (>= 6.0.0)
Expand All @@ -276,7 +276,7 @@ GEM
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.16)
zeitwerk (2.6.17)

PLATFORMS
arm64-darwin-21
Expand All @@ -299,7 +299,7 @@ DEPENDENCIES
net-pop
net-smtp
overcommit
paddle (~> 2.2)
paddle (~> 2.4)
pay!
pg
prawn
Expand Down
14 changes: 7 additions & 7 deletions gemfiles/rails_7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@

source "https://rubygems.org"

gem "byebug"
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git"
gem "byebug"
gem "mocha"
gem "overcommit"
gem "standard"
gem "mocha"
gem "vcr"
gem "webmock"
gem "braintree", ">= 2.92.0"
gem "paddle", "~> 2.4"
gem "stripe", "~> 12.0"
gem "paddle", "~> 2.2"
gem "receipts"
gem "prawn"
gem "pg"
gem "receipts"
gem "mysql2"
gem "pg"
gem "sqlite3", "~> 1.4"
gem "puma"
gem "web-console", group: :development
gem "sprockets-rails"
gem "importmap-rails"
gem "turbo-rails"
gem "sprockets-rails"
gem "stimulus-rails"
gem "turbo-rails"
gem "net-imap", require: false
gem "net-pop", require: false
gem "net-smtp", require: false
Expand Down
Loading

0 comments on commit 8fff5e3

Please sign in to comment.