Skip to content

Commit f5da6e2

Browse files
committed
Update gemfiles
1 parent 37a83c6 commit f5da6e2

5 files changed

+9
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### Unreleased
22

3+
### 1.5.1
4+
5+
* [FIX] Fixes an exception that occurs when you invoke find on a non prefixed association of a prefixed_id model. #49 - @MishaConway
6+
37
### 1.5.0
48

59
* Add `has_prefix_id fallback: false` option to disable lookup by regular ID - @excid3

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.5.0)
4+
prefixed_ids (1.5.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.5.0)
4+
prefixed_ids (1.5.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.5.0)
4+
prefixed_ids (1.5.1)
55
hashids (>= 1.0.0, < 2.0.0)
66
rails (>= 6.0.0)
77

gemfiles/rails_master.gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/rails/rails.git
3-
revision: 6b52c1b175fc92439b3fb852f57e11f0489d8363
3+
revision: 8226bba57f2dea0b97c02b4df4d0e9638644de03
44
branch: main
55
specs:
66
actioncable (7.1.0.alpha)
@@ -97,7 +97,7 @@ GIT
9797
PATH
9898
remote: ..
9999
specs:
100-
prefixed_ids (1.5.0)
100+
prefixed_ids (1.5.1)
101101
hashids (>= 1.0.0, < 2.0.0)
102102
rails (>= 6.0.0)
103103

0 commit comments

Comments
 (0)