File tree 8 files changed +17
-15
lines changed
8 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 1
1
### Unreleased
2
2
3
+ ### 1.8.1
4
+
3
5
* Ensure that decode returns all parts of composite key
4
6
5
7
### 1.8.0
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- prefixed_ids (1.8.0 )
4
+ prefixed_ids (1.8.1 )
5
5
hashids (>= 1.0.0 , < 2.0.0 )
6
6
rails (>= 6.0.0 )
7
7
@@ -131,20 +131,20 @@ GEM
131
131
net-smtp (0.5.0 )
132
132
net-protocol
133
133
nio4r (2.7.3 )
134
- nokogiri (1.16.6 )
134
+ nokogiri (1.16.7 )
135
135
mini_portile2 (~> 2.8.2 )
136
136
racc (~> 1.4 )
137
- nokogiri (1.16.6 -x86_64-darwin )
137
+ nokogiri (1.16.7 -x86_64-darwin )
138
138
racc (~> 1.4 )
139
- nokogiri (1.16.6 -x86_64-linux )
139
+ nokogiri (1.16.7 -x86_64-linux )
140
140
racc (~> 1.4 )
141
141
parallel (1.25.1 )
142
142
parser (3.3.4.0 )
143
143
ast (~> 2.4.1 )
144
144
racc
145
145
psych (5.1.2 )
146
146
stringio
147
- racc (1.8.0 )
147
+ racc (1.8.1 )
148
148
rack (3.1.7 )
149
149
rack-session (2.0.0 )
150
150
rack (>= 3.0.0 )
189
189
regexp_parser (2.9.2 )
190
190
reline (0.5.9 )
191
191
io-console (~> 0.5 )
192
- rexml (3.3.1 )
192
+ rexml (3.3.4 )
193
193
strscan
194
194
rubocop (1.64.1 )
195
195
json (~> 2.3 )
212
212
mini_portile2 (~> 2.8.0 )
213
213
sqlite3 (1.7.3-x86_64-darwin )
214
214
sqlite3 (1.7.3-x86_64-linux )
215
- standard (1.39.1 )
215
+ standard (1.39.2 )
216
216
language_server-protocol (~> 3.17.0.2 )
217
217
lint_roller (~> 1.0 )
218
218
rubocop (~> 1.64.0 )
235
235
websocket-driver (0.7.6 )
236
236
websocket-extensions (>= 0.1.0 )
237
237
websocket-extensions (0.1.5 )
238
- zeitwerk (2.6.16 )
238
+ zeitwerk (2.6.17 )
239
239
240
240
PLATFORMS
241
241
ruby
@@ -249,4 +249,4 @@ DEPENDENCIES
249
249
standard
250
250
251
251
BUNDLED WITH
252
- 2.5.15
252
+ 2.5.16
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ..
3
3
specs:
4
- prefixed_ids (1.8.0 )
4
+ prefixed_ids (1.8.1 )
5
5
hashids (>= 1.0.0, < 2.0.0)
6
6
rails (>= 6.0.0)
7
7
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ..
3
3
specs:
4
- prefixed_ids (1.8.0 )
4
+ prefixed_ids (1.8.1 )
5
5
hashids (>= 1.0.0, < 2.0.0)
6
6
rails (>= 6.0.0)
7
7
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ..
3
3
specs:
4
- prefixed_ids (1.8.0 )
4
+ prefixed_ids (1.8.1 )
5
5
hashids (>= 1.0.0, < 2.0.0)
6
6
rails (>= 6.0.0)
7
7
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ..
3
3
specs:
4
- prefixed_ids (1.8.0 )
4
+ prefixed_ids (1.8.1 )
5
5
hashids (>= 1.0.0, < 2.0.0)
6
6
rails (>= 6.0.0)
7
7
Original file line number Diff line number Diff line change 98
98
PATH
99
99
remote: ..
100
100
specs:
101
- prefixed_ids (1.8.0 )
101
+ prefixed_ids (1.8.1 )
102
102
hashids (>= 1.0.0, < 2.0.0)
103
103
rails (>= 6.0.0)
104
104
Original file line number Diff line number Diff line change 1
1
module PrefixedIds
2
- VERSION = "1.8.0 "
2
+ VERSION = "1.8.1 "
3
3
end
You can’t perform that action at this time.
0 commit comments