asmrepl: update bundler dependencies
- Update Gemfile.lock with racc and rbs dependencies - Modernize meta attribute usage (remove 'with lib')
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user