Gemfile.lock in gfsm-0.3.2 vs Gemfile.lock in gfsm-0.4.0
- old
+ new
@@ -1,20 +1,130 @@
GEM
remote: https://rubygems.org/
specs:
- git (1.11.0)
+ activesupport (7.1.3.4)
+ base64
+ bigdecimal
+ concurrent-ruby (~> 1.0, >= 1.0.2)
+ connection_pool (>= 2.2.5)
+ drb
+ i18n (>= 1.6, < 2)
+ minitest (>= 5.1)
+ mutex_m
+ tzinfo (~> 2.0)
+ addressable (2.8.7)
+ public_suffix (>= 2.0.2, < 7.0)
+ ast (2.4.2)
+ backport (1.2.0)
+ base64 (0.2.0)
+ benchmark (0.3.0)
+ bigdecimal (3.1.8)
+ concurrent-ruby (1.3.3)
+ connection_pool (2.4.1)
+ debug (1.9.2)
+ irb (~> 1.10)
+ reline (>= 0.3.8)
+ diff-lcs (1.5.1)
+ drb (2.2.1)
+ e2mmap (0.1.0)
+ git (2.1.1)
+ activesupport (>= 5.0)
+ addressable (~> 2.8)
+ process_executer (~> 1.1)
rchardet (~> 1.8)
+ i18n (1.14.5)
+ concurrent-ruby (~> 1.0)
+ io-console (0.7.2)
+ irb (1.13.2)
+ rdoc (>= 4.0.0)
+ reline (>= 0.4.2)
+ jaro_winkler (1.6.0)
+ json (2.7.2)
+ kramdown (2.4.0)
+ rexml
+ kramdown-parser-gfm (1.1.0)
+ kramdown (~> 2.0)
+ language_server-protocol (3.17.0.3)
+ minitest (5.24.0)
+ mutex_m (0.2.0)
+ nokogiri (1.16.6-arm64-darwin)
+ racc (~> 1.4)
+ nokogiri (1.16.6-x64-mingw-ucrt)
+ racc (~> 1.4)
+ nokogiri (1.16.6-x86_64-linux)
+ racc (~> 1.4)
+ parallel (1.25.1)
+ parser (3.3.3.0)
+ ast (~> 2.4.1)
+ racc
+ process_executer (1.1.0)
+ psych (5.1.2)
+ stringio
+ public_suffix (6.0.0)
+ racc (1.8.0)
+ rainbow (3.1.1)
+ rbs (2.8.4)
rchardet (1.8.0)
+ rdoc (6.7.0)
+ psych (>= 4.0.0)
+ regexp_parser (2.9.2)
+ reline (0.5.9)
+ io-console (~> 0.5)
+ reverse_markdown (2.1.1)
+ nokogiri
+ rexml (3.3.0)
+ strscan
+ rubocop (1.64.1)
+ json (~> 2.3)
+ language_server-protocol (>= 3.17.0)
+ parallel (~> 1.10)
+ parser (>= 3.3.0.2)
+ rainbow (>= 2.2.2, < 4.0)
+ regexp_parser (>= 1.8, < 3.0)
+ rexml (>= 3.2.5, < 4.0)
+ rubocop-ast (>= 1.31.1, < 2.0)
+ ruby-progressbar (~> 1.7)
+ unicode-display_width (>= 2.4.0, < 3.0)
+ rubocop-ast (1.31.3)
+ parser (>= 3.3.1.0)
+ ruby-progressbar (1.13.0)
sem_version (2.0.1)
- yaml (0.2.0)
+ solargraph (0.50.0)
+ backport (~> 1.2)
+ benchmark
+ bundler (~> 2.0)
+ diff-lcs (~> 1.4)
+ e2mmap
+ jaro_winkler (~> 1.5)
+ kramdown (~> 2.3)
+ kramdown-parser-gfm (~> 1.1)
+ parser (~> 3.0)
+ rbs (~> 2.0)
+ reverse_markdown (~> 2.0)
+ rubocop (~> 1.38)
+ thor (~> 1.0)
+ tilt (~> 2.0)
+ yard (~> 0.9, >= 0.9.24)
+ stringio (3.1.1)
+ strscan (3.1.0)
+ thor (1.3.1)
+ tilt (2.3.0)
+ tzinfo (2.0.6)
+ concurrent-ruby (~> 1.0)
+ unicode-display_width (2.5.0)
+ yaml (0.3.0)
+ yard (0.9.36)
PLATFORMS
arm64-darwin-21
+ x64-mingw-ucrt
x86_64-linux
DEPENDENCIES
- git
- sem_version
- yaml
+ debug
+ git (~> 2.1)
+ sem_version (~> 2.0)
+ solargraph
+ yaml (~> 0.3.0)
BUNDLED WITH
2.3.17