Skip to content

Commit

Permalink
bump ree_lib version to 1.0.69
Browse files Browse the repository at this point in the history
  • Loading branch information
rous-gg committed Aug 25, 2023
1 parent aadeb07 commit 9880f73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ree_lib/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ree_lib (1.0.68)
ree_lib (1.0.69)
binding_of_caller (~> 1.0.0)
i18n (~> 1.12.0)
loofah (~> 2.18.0)
Expand Down Expand Up @@ -37,10 +37,10 @@ GEM
loofah (2.18.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mini_portile2 (2.8.1)
msgpack (1.6.0)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
nokogiri (1.15.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
oj (3.13.23)
pg (1.4.6)
Expand Down
2 changes: 1 addition & 1 deletion ree_lib/lib/ree_lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ReeLib
VERSION = "1.0.68"
VERSION = "1.0.69"
end

0 comments on commit 9880f73

Please sign in to comment.