Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
udzura committed Jan 13, 2025
1 parent 9b7e1d9 commit ff3b919
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 13.0"
gem "ostruct"

gem "test-unit", "~> 3.0"

Expand Down
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
wardite (0.6.0)
wardite (0.6.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -45,6 +45,7 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.5)
minitest (5.25.1)
ostruct (0.6.1)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
Expand Down Expand Up @@ -101,6 +102,7 @@ PLATFORMS
x86_64-linux-musl

DEPENDENCIES
ostruct
rake (~> 13.0)
rbs-inline (~> 0.10.0)
ruby-prof
Expand Down
2 changes: 1 addition & 1 deletion lib/wardite/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# rbs_inline: enabled

module Wardite
VERSION = "0.6.0" #: String
VERSION = "0.6.1" #: String
end

0 comments on commit ff3b919

Please sign in to comment.