asmrepl: update bundler dependencies

- Update Gemfile.lock with racc and rbs dependencies
- Modernize meta attribute usage (remove 'with lib')
This commit is contained in:
Guy Chronister
2025-11-24 14:15:50 +00:00
parent e9550f73a2
commit 6be281212c
2 changed files with 12 additions and 7 deletions
+4 -2
View File
@@ -1,3 +1,5 @@
source 'https://rubygems.org' do
source 'https://rubygems.org'
gem 'asmrepl'
end
# Extra dependencies
gem 'racc', '~> 1.8'
gem 'rbs', '~> 3.9'
+8 -5
View File
@@ -1,18 +1,21 @@
GEM
specs:
GEM
remote: https://rubygems.org/
specs:
asmrepl (1.0.3)
fisk (~> 2)
fisk (2.3.0)
logger (1.7.0)
racc (1.8.1)
rbs (3.9.5)
logger
PLATFORMS
ruby
DEPENDENCIES
asmrepl!
asmrepl
racc (~> 1.8)
rbs (~> 3.9)
BUNDLED WITH
2.2.24
2.7.2