Skip to content

Commit

Permalink
Merge pull request #117 from PseudoSoph/main
Browse files Browse the repository at this point in the history
wdm 0.2.0 change - 0.1.1 update
  • Loading branch information
elichad authored Oct 9, 2024
2 parents 6c84a48 + 71bd71b commit 254790d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
end

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin]

# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
Expand Down
8 changes: 6 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ GEM
ffi (1.16.3)
ffi (1.16.3-x64-mingw32)
forwardable-extended (2.6.0)
google-protobuf (3.24.4)
google-protobuf (3.24.4-arm64-darwin)
google-protobuf (3.24.4-x64-mingw32)
google-protobuf (3.24.4-x86_64-linux)
Expand Down Expand Up @@ -69,18 +70,21 @@ GEM
sass-embedded (1.69.4)
google-protobuf (~> 3.23)
rake (>= 13.0.0)
sass-embedded (1.69.4-x64-mingw-ucrt)
google-protobuf (~> 3.23)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2023.3)
tzinfo (>= 1.0.0)
unicode-display_width (2.5.0)
wdm (0.1.1)
wdm (0.2.0)
webrick (1.8.1)

PLATFORMS
arm64-darwin-22
x64-mingw-ucrt
x64-mingw32
x86_64-linux

Expand All @@ -91,7 +95,7 @@ DEPENDENCIES
minima (~> 2.5)
tzinfo (>= 1, < 3)
tzinfo-data
wdm (~> 0.1.1)
wdm (~> 0.2.0)

BUNDLED WITH
2.3.26

0 comments on commit 254790d

Please sign in to comment.