diff --git a/Gemfile b/Gemfile index 1a4c548..b05b104 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source 'https://rubygems.org' gem 'bormashino', '~> 0.3.0' gem 'fablicop', '>= 1.10.0', require: false -gem 'guard' +gem 'guard', '>= 2.18.1' gem 'guard-rake', git: 'https://github.com/rubyist/guard-rake.git', ref: '3138496c512753bcbc83d13af08b7b5ad0538ee7' gem 'guard-rspec', require: false gem 'guard-rubocop' diff --git a/Gemfile.lock b/Gemfile.lock index 75318e2..c17d93a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,14 +30,16 @@ GEM rubocop (>= 1.14, < 1.55) rubocop-rails rubocop-rspec (>= 1.15.1) - ffi (1.15.5) - formatador (1.1.0) - guard (2.18.0) + ffi (1.16.3) + formatador (1.1.1) + guard (2.19.1) formatador (>= 0.2.4) listen (>= 2.7, < 4.0) + logger (~> 1.6) lumberjack (>= 1.0.12, < 2.0) nenv (~> 0.1) notiffany (~> 0.0) + ostruct (~> 0.6) pry (>= 0.13.0) shellany (~> 0.0) thor (>= 0.18.1) @@ -57,11 +59,12 @@ GEM json (2.6.3) json_pure (2.7.2) language_server-protocol (3.17.0.3) - listen (3.8.0) + listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - lumberjack (1.2.8) - method_source (1.0.0) + logger (1.7.0) + lumberjack (1.3.2) + method_source (1.1.0) minitest (5.19.0) mustermann (3.0.1) ruby2_keywords (~> 0.0.1) @@ -70,11 +73,12 @@ GEM nenv (~> 0.1) shellany (~> 0.0) os (1.1.4) + ostruct (0.6.3) parallel (1.23.0) parser (3.2.2.3) ast (~> 2.4.1) racc - pry (0.14.2) + pry (0.15.2) coderay (~> 1.1) method_source (~> 1.0) racc (1.7.1) @@ -87,7 +91,7 @@ GEM rainbow (3.1.1) rake (13.0.6) rb-fsevent (0.11.2) - rb-inotify (0.10.1) + rb-inotify (0.11.1) ffi (~> 1.0) regexp_parser (2.8.1) rexml (3.3.9) @@ -138,7 +142,7 @@ GEM rack-protection (= 4.0.0) rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - thor (1.2.1) + thor (1.4.0) tilt (2.4.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -151,7 +155,7 @@ PLATFORMS DEPENDENCIES bormashino (~> 0.3.0) fablicop (>= 1.10.0) - guard + guard (>= 2.18.1) guard-rake! guard-rspec guard-rubocop