Skip to content

Commit cfec031

Browse files
committed
Version bump
1 parent 44be9ba commit cfec031

File tree

9 files changed

+18
-14
lines changed

9 files changed

+18
-14
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
### Unreleased
44

5+
### 8.2.2
6+
7+
* Compatibility with frozen string literals
8+
59
### 8.2.1
610

711
* Add `meta` to LemonSqueezy webhook objects. LemonSqueezy does not store metadata and they're only temporarily accessible via the webhook meta.

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
pay (8.2.1)
4+
pay (8.2.2)
55
rails (>= 6.0.0)
66

77
GEM

gemfiles/rails_6.1.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
pay (8.2.1)
4+
pay (8.2.2)
55
rails (>= 6.0.0)
66

77
GEM
@@ -305,4 +305,4 @@ DEPENDENCIES
305305
webmock
306306

307307
BUNDLED WITH
308-
2.6.0.dev
308+
2.5.23

gemfiles/rails_7.0.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
pay (8.2.1)
4+
pay (8.2.2)
55
rails (>= 6.0.0)
66

77
GEM
@@ -311,4 +311,4 @@ DEPENDENCIES
311311
webmock
312312

313313
BUNDLED WITH
314-
2.6.0.dev
314+
2.5.23

gemfiles/rails_7.1.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
pay (8.2.1)
4+
pay (8.2.2)
55
rails (>= 6.0.0)
66

77
GEM
@@ -341,4 +341,4 @@ DEPENDENCIES
341341
webmock
342342

343343
BUNDLED WITH
344-
2.6.0.dev
344+
2.5.23

gemfiles/rails_7.2.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
pay (8.2.1)
4+
pay (8.2.2)
55
rails (>= 6.0.0)
66

77
GEM
@@ -338,4 +338,4 @@ DEPENDENCIES
338338
webmock
339339

340340
BUNDLED WITH
341-
2.6.0.dev
341+
2.5.23

gemfiles/rails_8.0.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
pay (8.2.1)
4+
pay (8.2.2)
55
rails (>= 6.0.0)
66

77
GEM
@@ -343,4 +343,4 @@ DEPENDENCIES
343343
webmock
344344

345345
BUNDLED WITH
346-
2.6.0.dev
346+
2.5.23

gemfiles/rails_main.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ GIT
100100
PATH
101101
remote: ..
102102
specs:
103-
pay (8.2.1)
103+
pay (8.2.2)
104104
rails (>= 6.0.0)
105105

106106
GEM
@@ -344,4 +344,4 @@ DEPENDENCIES
344344
webmock
345345

346346
BUNDLED WITH
347-
2.6.0.dev
347+
2.5.23

lib/pay/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Pay
2-
VERSION = "8.2.1"
2+
VERSION = "8.2.2"
33
end

0 commit comments

Comments
 (0)