Skip to content

Commit

Permalink
Update rb-sys v0.9.105, magnus v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Dec 30, 2024
1 parent 90cf6c7 commit 2725e2b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 21 deletions.
43 changes: 24 additions & 19 deletions autocorrect-rb/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,47 +1,52 @@
PATH
remote: .
specs:
autocorrect-rb (2.9.1)
rb_sys (>= 0.9.54)
autocorrect-rb (2.13.0)
rb_sys (>= 0.9.105)

GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.2)
activesupport (8.0.1)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
base64 (0.2.0)
benchmark-ips (2.13.0)
bigdecimal (3.1.5)
concurrent-ruby (1.2.2)
benchmark (0.4.0)
benchmark-ips (2.14.0)
bigdecimal (3.1.9)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
drb (2.2.0)
ruby2_keywords
i18n (1.14.1)
drb (2.2.1)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
memory_profiler (1.0.1)
minitest (5.20.0)
mutex_m (0.2.0)
rake (13.1.0)
rake-compiler (1.2.5)
logger (1.6.4)
memory_profiler (1.1.0)
minitest (5.25.4)
rake (13.2.1)
rake-compiler (1.2.8)
rake
rb_sys (0.9.86)
ruby2_keywords (0.0.5)
rb_sys (0.9.105)
securerandom (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uri (1.0.2)

PLATFORMS
arm64-darwin-20
arm64-darwin-21
arm64-darwin-22
arm64-darwin-23
arm64-darwin-24
x86_64-linux

DEPENDENCIES
Expand Down
2 changes: 1 addition & 1 deletion autocorrect-rb/autocorrect-rb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Gem::Specification.new do |s|
s.extensions = ["ext/autocorrect/extconf.rb"]

# needed until rubygems supports Rust support is out of beta
s.add_dependency "rb_sys", ">= 0.9.54"
s.add_dependency "rb_sys", ">= 0.9.105"
end
2 changes: 1 addition & 1 deletion autocorrect-rb/ext/autocorrect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ name = "autocorrect"

[dependencies]
autocorrect = "2"
magnus = "0.6"
magnus = "0.7"

0 comments on commit 2725e2b

Please sign in to comment.