Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Aug 1, 2024
1 parent a5800d2 commit 833f8b4
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 15 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### Unreleased

### 1.8.1

* Ensure that decode returns all parts of composite key

### 1.8.0
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
prefixed_ids (1.8.0)
prefixed_ids (1.8.1)
hashids (>= 1.0.0, < 2.0.0)
rails (>= 6.0.0)

Expand Down Expand Up @@ -131,20 +131,20 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.6)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-darwin)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-linux)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
parallel (1.25.1)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
psych (5.1.2)
stringio
racc (1.8.0)
racc (1.8.1)
rack (3.1.7)
rack-session (2.0.0)
rack (>= 3.0.0)
Expand Down Expand Up @@ -189,7 +189,7 @@ GEM
regexp_parser (2.9.2)
reline (0.5.9)
io-console (~> 0.5)
rexml (3.3.1)
rexml (3.3.4)
strscan
rubocop (1.64.1)
json (~> 2.3)
Expand All @@ -212,7 +212,7 @@ GEM
mini_portile2 (~> 2.8.0)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
standard (1.39.1)
standard (1.39.2)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.64.0)
Expand All @@ -235,7 +235,7 @@ GEM
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.16)
zeitwerk (2.6.17)

PLATFORMS
ruby
Expand All @@ -249,4 +249,4 @@ DEPENDENCIES
standard

BUNDLED WITH
2.5.15
2.5.16
2 changes: 1 addition & 1 deletion gemfiles/rails_6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
prefixed_ids (1.8.0)
prefixed_ids (1.8.1)
hashids (>= 1.0.0, < 2.0.0)
rails (>= 6.0.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
prefixed_ids (1.8.0)
prefixed_ids (1.8.1)
hashids (>= 1.0.0, < 2.0.0)
rails (>= 6.0.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
prefixed_ids (1.8.0)
prefixed_ids (1.8.1)
hashids (>= 1.0.0, < 2.0.0)
rails (>= 6.0.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
prefixed_ids (1.8.0)
prefixed_ids (1.8.1)
hashids (>= 1.0.0, < 2.0.0)
rails (>= 6.0.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_main.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ GIT
PATH
remote: ..
specs:
prefixed_ids (1.8.0)
prefixed_ids (1.8.1)
hashids (>= 1.0.0, < 2.0.0)
rails (>= 6.0.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/prefixed_ids/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PrefixedIds
VERSION = "1.8.0"
VERSION = "1.8.1"
end

0 comments on commit 833f8b4

Please sign in to comment.