Skip to content

Commit 77f88b7

Browse files
author
GitHub Actions
committed
Version bump
1 parent e09bbcf commit 77f88b7

7 files changed

+7
-7
lines changed

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

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.6.1)
4+
prefixed_ids (1.7.0)
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.6.1)
4+
prefixed_ids (1.7.0)
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.6.1)
4+
prefixed_ids (1.7.0)
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.6.1)
4+
prefixed_ids (1.7.0)
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
@@ -97,7 +97,7 @@ GIT
9797
PATH
9898
remote: ..
9999
specs:
100-
prefixed_ids (1.6.1)
100+
prefixed_ids (1.7.0)
101101
hashids (>= 1.0.0, < 2.0.0)
102102
rails (>= 6.0.0)
103103

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.6.1"
2+
VERSION = "1.7.0"
33
end

0 commit comments

Comments
 (0)