Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source 'https://rubygems.org'
gemspec

group :runtime, :cli do
gem 'activesupport', '~> 7.1', '>= 7.1.3.2' # for human-reabdle formater helper
gem 'activesupport', '~> 7.2' # for human-reabdle formater helper
gem 'docopt', '~> 0.6' # for argument parsing
gem 'pastel', '~> 0.8' # for colorized ouput
gem 'sxdg', '~> 1.0' # for XDG path handling
Expand Down
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,17 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.3.4)
activesupport (7.2.1.1)
base64
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)
ast (2.4.2)
backport (1.2.0)
base64 (0.2.0)
Expand All @@ -39,13 +40,13 @@ GEM
commonmarker (1.1.5)
rb_sys (~> 0.9)
commonmarker (1.1.5-x86_64-linux)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
diff-lcs (1.5.1)
docopt (0.6.1)
drb (2.2.1)
e2mmap (0.1.0)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
jaro_winkler (1.6.0)
json (2.7.2)
Expand All @@ -54,9 +55,9 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_server-protocol (3.17.0.3)
logger (1.6.1)
mini_portile2 (2.8.7)
minitest (5.24.1)
mutex_m (0.2.0)
minitest (5.25.1)
nokogiri (1.16.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand Down Expand Up @@ -91,6 +92,7 @@ GEM
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
securerandom (0.3.1)
solargraph (0.50.0)
backport (~> 1.2)
benchmark
Expand Down Expand Up @@ -137,7 +139,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activesupport (~> 7.1, >= 7.1.3.2)
activesupport (~> 7.2)
aspisec!
bundler (~> 2.5)
commonmarker (~> 1.1)
Expand Down