Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Jan 5, 2023
1 parent 4c70922 commit 0f48167
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 22 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.2

* Fix `pause_active?` for stripe incorrectly returning `true`
* Refactor Braintree cancel / cancel_now to use sync

Expand Down
8 changes: 4 additions & 4 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.2.1)
pay (6.2.2)
rails (>= 6.0.0)

GEM
Expand Down Expand Up @@ -231,7 +231,7 @@ GEM
mini_portile2 (~> 2.8.0)
sqlite3 (1.5.4-x86_64-darwin)
sqlite3 (1.5.4-x86_64-linux)
standard (1.21.0)
standard (1.21.1)
language_server-protocol (~> 3.17.0.2)
rubocop (= 1.42.0)
rubocop-performance (= 1.15.2)
Expand All @@ -249,7 +249,7 @@ GEM
railties (>= 6.0.0)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.1)
unicode-display_width (2.4.2)
vcr (6.1.0)
web-console (4.2.0)
actionview (>= 6.0.0)
Expand Down Expand Up @@ -299,4 +299,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.4.1
2.4.2
9 changes: 5 additions & 4 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.2.1)
pay (6.2.2)
rails (>= 6.0.0)

GEM
Expand Down Expand Up @@ -218,7 +218,7 @@ GEM
sqlite3 (1.5.4-arm64-darwin)
sqlite3 (1.5.4-x86_64-darwin)
sqlite3 (1.5.4-x86_64-linux)
standard (1.21.0)
standard (1.21.1)
language_server-protocol (~> 3.17.0.2)
rubocop (= 1.42.0)
rubocop-performance (= 1.15.2)
Expand All @@ -237,7 +237,7 @@ GEM
railties (>= 6.0.0)
tzinfo (1.2.10)
thread_safe (~> 0.1)
unicode-display_width (2.4.1)
unicode-display_width (2.4.2)
vcr (6.1.0)
web-console (4.2.0)
actionview (>= 6.0.0)
Expand All @@ -258,6 +258,7 @@ PLATFORMS
arm64-darwin-22
x86_64-darwin-20
x86_64-darwin-21
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
Expand Down Expand Up @@ -290,4 +291,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.4.1
2.4.2
9 changes: 5 additions & 4 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.2.1)
pay (6.2.2)
rails (>= 6.0.0)

GEM
Expand Down Expand Up @@ -222,7 +222,7 @@ GEM
sqlite3 (1.5.4-arm64-darwin)
sqlite3 (1.5.4-x86_64-darwin)
sqlite3 (1.5.4-x86_64-linux)
standard (1.21.0)
standard (1.21.1)
language_server-protocol (~> 3.17.0.2)
rubocop (= 1.42.0)
rubocop-performance (= 1.15.2)
Expand All @@ -240,7 +240,7 @@ GEM
railties (>= 6.0.0)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.1)
unicode-display_width (2.4.2)
vcr (6.1.0)
web-console (4.2.0)
actionview (>= 6.0.0)
Expand All @@ -261,6 +261,7 @@ PLATFORMS
arm64-darwin-22
x86_64-darwin-20
x86_64-darwin-21
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
Expand Down Expand Up @@ -293,4 +294,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.4.1
2.4.2
9 changes: 5 additions & 4 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.2.1)
pay (6.2.2)
rails (>= 6.0.0)

GEM
Expand Down Expand Up @@ -228,7 +228,7 @@ GEM
sqlite3 (1.5.4-arm64-darwin)
sqlite3 (1.5.4-x86_64-darwin)
sqlite3 (1.5.4-x86_64-linux)
standard (1.21.0)
standard (1.21.1)
language_server-protocol (~> 3.17.0.2)
rubocop (= 1.42.0)
rubocop-performance (= 1.15.2)
Expand All @@ -246,7 +246,7 @@ GEM
railties (>= 6.0.0)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.1)
unicode-display_width (2.4.2)
vcr (6.1.0)
web-console (4.2.0)
actionview (>= 6.0.0)
Expand All @@ -267,6 +267,7 @@ PLATFORMS
arm64-darwin-22
x86_64-darwin-20
x86_64-darwin-21
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
Expand Down Expand Up @@ -299,4 +300,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.4.1
2.4.2
11 changes: 6 additions & 5 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: c70a8f75d7a41212cbe358b2a0122a28321b040d
revision: 43b1c3371abc3d22acdf5c4f6e079c9549d381d7
branch: main
specs:
actioncable (7.1.0.alpha)
Expand Down Expand Up @@ -103,7 +103,7 @@ GIT
PATH
remote: ..
specs:
pay (6.2.1)
pay (6.2.2)
rails (>= 6.0.0)

GEM
Expand Down Expand Up @@ -235,7 +235,7 @@ GEM
sqlite3 (1.5.4-arm64-darwin)
sqlite3 (1.5.4-x86_64-darwin)
sqlite3 (1.5.4-x86_64-linux)
standard (1.21.0)
standard (1.21.1)
language_server-protocol (~> 3.17.0.2)
rubocop (= 1.42.0)
rubocop-performance (= 1.15.2)
Expand All @@ -253,7 +253,7 @@ GEM
railties (>= 6.0.0)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.1)
unicode-display_width (2.4.2)
vcr (6.1.0)
web-console (4.2.0)
actionview (>= 6.0.0)
Expand All @@ -274,6 +274,7 @@ PLATFORMS
arm64-darwin-22
x86_64-darwin-20
x86_64-darwin-21
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
Expand Down Expand Up @@ -306,4 +307,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.4.1
2.4.2
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.2.1"
VERSION = "6.2.2"
end

0 comments on commit 0f48167

Please sign in to comment.