Skip to content

Commit

Permalink
bump version to 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emiltin committed Aug 23, 2024
1 parent e7250cc commit 47672e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rsmp (0.29.0)
rsmp (0.30.0)
async (~> 2.12.0)
async-io (~> 1.43.0)
colorize (~> 1.1)
Expand All @@ -16,16 +16,16 @@ GEM
cucumber (>= 8.0, < 10.0)
rspec-expectations (~> 3.4)
thor (~> 1.0)
async (2.12.0)
async (2.12.1)
console (~> 1.25, >= 1.25.2)
fiber-annotation
io-event (~> 1.6)
io-event (~> 1.6, >= 1.6.5)
async-io (1.43.2)
async
bigdecimal (3.1.8)
builder (3.3.0)
colorize (1.1.0)
console (1.25.2)
console (1.27.0)
fiber-annotation
fiber-local (~> 1.1)
json
Expand Down Expand Up @@ -64,9 +64,9 @@ GEM
fiber-annotation (0.2.0)
fiber-local (1.1.0)
fiber-storage
fiber-storage (0.1.2)
fiber-storage (1.0.0)
hana (1.3.7)
io-event (1.6.4)
io-event (1.6.5)
json (2.7.2)
json_schemer (2.3.0)
bigdecimal
Expand Down
2 changes: 1 addition & 1 deletion lib/rsmp/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RSMP
VERSION = "0.29.0"
VERSION = "0.30.0"
end

0 comments on commit 47672e8

Please sign in to comment.