Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Dec 23, 2022
1 parent c323243 commit 5154044
Show file tree
Hide file tree
Showing 7 changed files with 59 additions and 57 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### Unreleased

### 6.2.0

* Add `Pay::Braintree::Subscription.sync`
* Add `Pay::Braintree::Charge.sync`
* Switch Braintree webhooks to use `sync`
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: .
specs:
pay (6.1.2)
pay (6.2.0)
rails (>= 6.0.0)

GEM
Expand Down Expand Up @@ -99,8 +99,8 @@ GEM
crack (0.4.5)
rexml
crass (1.0.6)
date (3.3.1)
erubi (1.11.0)
date (3.3.3)
erubi (1.12.0)
faraday (2.7.2)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
Expand Down Expand Up @@ -133,7 +133,7 @@ GEM
mocha (2.0.2)
ruby2_keywords (>= 0.0.5)
mysql2 (0.5.4)
net-imap (0.3.2)
net-imap (0.3.4)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -160,9 +160,9 @@ GEM
prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0)
public_suffix (5.0.1)
puma (6.0.0)
puma (6.0.1)
nio4r (~> 2.0)
racc (1.6.1)
racc (1.6.2)
rack (2.2.4)
rack-test (2.0.2)
rack (>= 1.3)
Expand Down Expand Up @@ -199,7 +199,7 @@ GEM
prawn-table (~> 0.2.1)
regexp_parser (2.6.1)
rexml (3.2.5)
rubocop (1.39.0)
rubocop (1.40.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.2.1)
Expand All @@ -216,18 +216,18 @@ GEM
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
sprockets (4.1.1)
sprockets (4.2.0)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.5.4)
mini_portile2 (~> 2.8.0)
standard (1.19.1)
standard (1.20.0)
language_server-protocol (~> 3.17.0.2)
rubocop (= 1.39.0)
rubocop (= 1.40.0)
rubocop-performance (= 1.15.1)
standardrb (1.0.1)
standard
Expand Down
22 changes: 11 additions & 11 deletions gemfiles/rails_6.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
pay (6.1.2)
pay (6.2.0)
rails (>= 6.0.0)

GEM
Expand Down Expand Up @@ -89,8 +89,8 @@ GEM
crack (0.4.5)
rexml
crass (1.0.6)
date (3.3.2)
erubi (1.11.0)
date (3.3.3)
erubi (1.12.0)
faraday (2.7.2)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
Expand Down Expand Up @@ -122,7 +122,7 @@ GEM
mocha (2.0.2)
ruby2_keywords (>= 0.0.5)
mysql2 (0.5.4)
net-imap (0.3.2)
net-imap (0.3.4)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -152,9 +152,9 @@ GEM
prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0)
public_suffix (5.0.1)
puma (6.0.0)
puma (6.0.1)
nio4r (~> 2.0)
racc (1.6.1)
racc (1.6.2)
rack (2.2.4)
rack-test (2.0.2)
rack (>= 1.3)
Expand Down Expand Up @@ -191,7 +191,7 @@ GEM
prawn-table (~> 0.2.1)
regexp_parser (2.6.1)
rexml (3.2.5)
rubocop (1.39.0)
rubocop (1.40.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.2.1)
Expand All @@ -208,19 +208,19 @@ GEM
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
sprockets (4.1.1)
sprockets (4.2.0)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.5.4-arm64-darwin)
sqlite3 (1.5.4-x86_64-darwin)
sqlite3 (1.5.4-x86_64-linux)
standard (1.19.1)
standard (1.20.0)
language_server-protocol (~> 3.17.0.2)
rubocop (= 1.39.0)
rubocop (= 1.40.0)
rubocop-performance (= 1.15.1)
standardrb (1.0.1)
standard
Expand Down
22 changes: 11 additions & 11 deletions gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
pay (6.1.2)
pay (6.2.0)
rails (>= 6.0.0)

GEM
Expand Down Expand Up @@ -93,8 +93,8 @@ GEM
crack (0.4.5)
rexml
crass (1.0.6)
date (3.3.2)
erubi (1.11.0)
date (3.3.3)
erubi (1.12.0)
faraday (2.7.2)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
Expand Down Expand Up @@ -126,7 +126,7 @@ GEM
mocha (2.0.2)
ruby2_keywords (>= 0.0.5)
mysql2 (0.5.4)
net-imap (0.3.2)
net-imap (0.3.4)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -156,9 +156,9 @@ GEM
prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0)
public_suffix (5.0.1)
puma (6.0.0)
puma (6.0.1)
nio4r (~> 2.0)
racc (1.6.1)
racc (1.6.2)
rack (2.2.4)
rack-test (2.0.2)
rack (>= 1.3)
Expand Down Expand Up @@ -195,7 +195,7 @@ GEM
prawn-table (~> 0.2.1)
regexp_parser (2.6.1)
rexml (3.2.5)
rubocop (1.39.0)
rubocop (1.40.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.2.1)
Expand All @@ -212,19 +212,19 @@ GEM
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
sprockets (4.1.1)
sprockets (4.2.0)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.5.4-arm64-darwin)
sqlite3 (1.5.4-x86_64-darwin)
sqlite3 (1.5.4-x86_64-linux)
standard (1.19.1)
standard (1.20.0)
language_server-protocol (~> 3.17.0.2)
rubocop (= 1.39.0)
rubocop (= 1.40.0)
rubocop-performance (= 1.15.1)
standardrb (1.0.1)
standard
Expand Down
22 changes: 11 additions & 11 deletions gemfiles/rails_7.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GIT
PATH
remote: ..
specs:
pay (6.1.2)
pay (6.2.0)
rails (>= 6.0.0)

GEM
Expand Down Expand Up @@ -99,8 +99,8 @@ GEM
crack (0.4.5)
rexml
crass (1.0.6)
date (3.3.2)
erubi (1.11.0)
date (3.3.3)
erubi (1.12.0)
faraday (2.7.2)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
Expand Down Expand Up @@ -132,7 +132,7 @@ GEM
mocha (2.0.2)
ruby2_keywords (>= 0.0.5)
mysql2 (0.5.4)
net-imap (0.3.2)
net-imap (0.3.4)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -162,9 +162,9 @@ GEM
prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0)
public_suffix (5.0.1)
puma (6.0.0)
puma (6.0.1)
nio4r (~> 2.0)
racc (1.6.1)
racc (1.6.2)
rack (2.2.4)
rack-test (2.0.2)
rack (>= 1.3)
Expand Down Expand Up @@ -201,7 +201,7 @@ GEM
prawn-table (~> 0.2.1)
regexp_parser (2.6.1)
rexml (3.2.5)
rubocop (1.39.0)
rubocop (1.40.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.2.1)
Expand All @@ -218,19 +218,19 @@ GEM
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
sprockets (4.1.1)
sprockets (4.2.0)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.5.4-arm64-darwin)
sqlite3 (1.5.4-x86_64-darwin)
sqlite3 (1.5.4-x86_64-linux)
standard (1.19.1)
standard (1.20.0)
language_server-protocol (~> 3.17.0.2)
rubocop (= 1.39.0)
rubocop (= 1.40.0)
rubocop-performance (= 1.15.1)
standardrb (1.0.1)
standard
Expand Down
24 changes: 12 additions & 12 deletions gemfiles/rails_master.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT

GIT
remote: https://github.com/rails/rails.git
revision: 01001028dfa01e5d038baf1a07758ad7acf2b7a8
revision: a7902034089e8b6bff747c08d93eeac4b1377032
branch: main
specs:
actioncable (7.1.0.alpha)
Expand Down Expand Up @@ -103,7 +103,7 @@ GIT
PATH
remote: ..
specs:
pay (6.1.2)
pay (6.2.0)
rails (>= 6.0.0)

GEM
Expand All @@ -128,8 +128,8 @@ GEM
crack (0.4.5)
rexml
crass (1.0.6)
date (3.3.2)
erubi (1.11.0)
date (3.3.3)
erubi (1.12.0)
faraday (2.7.2)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
Expand Down Expand Up @@ -160,7 +160,7 @@ GEM
mocha (2.0.2)
ruby2_keywords (>= 0.0.5)
mysql2 (0.5.4)
net-imap (0.3.2)
net-imap (0.3.4)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -190,9 +190,9 @@ GEM
prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0)
public_suffix (5.0.1)
puma (6.0.0)
puma (6.0.1)
nio4r (~> 2.0)
racc (1.6.1)
racc (1.6.2)
rack (2.2.4)
rack-test (2.0.2)
rack (>= 1.3)
Expand All @@ -208,7 +208,7 @@ GEM
prawn-table (~> 0.2.1)
regexp_parser (2.6.1)
rexml (3.2.5)
rubocop (1.39.0)
rubocop (1.40.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.2.1)
Expand All @@ -225,19 +225,19 @@ GEM
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
sprockets (4.1.1)
sprockets (4.2.0)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.5.4-arm64-darwin)
sqlite3 (1.5.4-x86_64-darwin)
sqlite3 (1.5.4-x86_64-linux)
standard (1.19.1)
standard (1.20.0)
language_server-protocol (~> 3.17.0.2)
rubocop (= 1.39.0)
rubocop (= 1.40.0)
rubocop-performance (= 1.15.1)
standardrb (1.0.1)
standard
Expand Down
2 changes: 1 addition & 1 deletion lib/pay/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Pay
VERSION = "6.1.2"
VERSION = "6.2.0"
end

0 comments on commit 5154044

Please sign in to comment.