Skip to content

Commit 833f8b4

Browse files
committed
Version bump
1 parent a5800d2 commit 833f8b4

8 files changed

+17
-15
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### Unreleased
22

3+
### 1.8.1
4+
35
* Ensure that decode returns all parts of composite key
46

57
### 1.8.0

Gemfile.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
prefixed_ids (1.8.0)
4+
prefixed_ids (1.8.1)
55
hashids (>= 1.0.0, < 2.0.0)
66
rails (>= 6.0.0)
77

@@ -131,20 +131,20 @@ GEM
131131
net-smtp (0.5.0)
132132
net-protocol
133133
nio4r (2.7.3)
134-
nokogiri (1.16.6)
134+
nokogiri (1.16.7)
135135
mini_portile2 (~> 2.8.2)
136136
racc (~> 1.4)
137-
nokogiri (1.16.6-x86_64-darwin)
137+
nokogiri (1.16.7-x86_64-darwin)
138138
racc (~> 1.4)
139-
nokogiri (1.16.6-x86_64-linux)
139+
nokogiri (1.16.7-x86_64-linux)
140140
racc (~> 1.4)
141141
parallel (1.25.1)
142142
parser (3.3.4.0)
143143
ast (~> 2.4.1)
144144
racc
145145
psych (5.1.2)
146146
stringio
147-
racc (1.8.0)
147+
racc (1.8.1)
148148
rack (3.1.7)
149149
rack-session (2.0.0)
150150
rack (>= 3.0.0)
@@ -189,7 +189,7 @@ GEM
189189
regexp_parser (2.9.2)
190190
reline (0.5.9)
191191
io-console (~> 0.5)
192-
rexml (3.3.1)
192+
rexml (3.3.4)
193193
strscan
194194
rubocop (1.64.1)
195195
json (~> 2.3)
@@ -212,7 +212,7 @@ GEM
212212
mini_portile2 (~> 2.8.0)
213213
sqlite3 (1.7.3-x86_64-darwin)
214214
sqlite3 (1.7.3-x86_64-linux)
215-
standard (1.39.1)
215+
standard (1.39.2)
216216
language_server-protocol (~> 3.17.0.2)
217217
lint_roller (~> 1.0)
218218
rubocop (~> 1.64.0)
@@ -235,7 +235,7 @@ GEM
235235
websocket-driver (0.7.6)
236236
websocket-extensions (>= 0.1.0)
237237
websocket-extensions (0.1.5)
238-
zeitwerk (2.6.16)
238+
zeitwerk (2.6.17)
239239

240240
PLATFORMS
241241
ruby
@@ -249,4 +249,4 @@ DEPENDENCIES
249249
standard
250250

251251
BUNDLED WITH
252-
2.5.15
252+
2.5.16

gemfiles/rails_6.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
prefixed_ids (1.8.0)
4+
prefixed_ids (1.8.1)
55
hashids (>= 1.0.0, < 2.0.0)
66
rails (>= 6.0.0)
77

gemfiles/rails_6_1.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
prefixed_ids (1.8.0)
4+
prefixed_ids (1.8.1)
55
hashids (>= 1.0.0, < 2.0.0)
66
rails (>= 6.0.0)
77

gemfiles/rails_7_0.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
prefixed_ids (1.8.0)
4+
prefixed_ids (1.8.1)
55
hashids (>= 1.0.0, < 2.0.0)
66
rails (>= 6.0.0)
77

gemfiles/rails_7_1.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
prefixed_ids (1.8.0)
4+
prefixed_ids (1.8.1)
55
hashids (>= 1.0.0, < 2.0.0)
66
rails (>= 6.0.0)
77

gemfiles/rails_main.gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ GIT
9898
PATH
9999
remote: ..
100100
specs:
101-
prefixed_ids (1.8.0)
101+
prefixed_ids (1.8.1)
102102
hashids (>= 1.0.0, < 2.0.0)
103103
rails (>= 6.0.0)
104104

lib/prefixed_ids/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module PrefixedIds
2-
VERSION = "1.8.0"
2+
VERSION = "1.8.1"
33
end

0 commit comments

Comments
 (0)