diff --git a/Gemfile b/Gemfile index 83f2421..1a0d049 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ group :development, :test do gem "dotenv-rails", "~> 2.7" # .env files # Start debugger with binding.b [https://github.com/ruby/debug] gem "debug", ">= 1.0.0" - gem "standard", "1.12.0" + gem "standard", "1.24.3" gem "vcr", "~> 6.0" end diff --git a/Gemfile.lock b/Gemfile.lock index b2c0ddf..04466f4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -143,7 +143,9 @@ GEM irb (1.4.1) reline (>= 0.3.0) jmespath (1.6.0) + json (2.6.3) jwt (2.3.0) + language_server-protocol (3.17.0.3) loofah (2.14.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -177,7 +179,7 @@ GEM nokogiri (1.13.3-x86_64-linux) racc (~> 1.4) parallel (1.22.1) - parser (3.1.2.0) + parser (3.2.1.0) ast (~> 2.4.1) pg (1.3.2) public_suffix (4.0.6) @@ -213,25 +215,26 @@ GEM zeitwerk (~> 2.5) rainbow (3.1.1) rake (13.0.6) - regexp_parser (2.4.0) + regexp_parser (2.7.0) reline (0.3.1) io-console (~> 0.5) rexml (3.2.5) - rubocop (1.29.0) + rubocop (1.44.1) + json (~> 2.3) parallel (~> 1.10) - parser (>= 3.1.0.0) + parser (>= 3.2.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.17.0, < 2.0) + rubocop-ast (>= 1.24.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.17.0) - parser (>= 3.1.1.0) - rubocop-performance (1.13.3) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.27.0) + parser (>= 3.2.1.0) + rubocop-performance (1.15.2) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) - ruby-progressbar (1.11.0) + ruby-progressbar (1.12.0) ruby2_keywords (0.0.5) sanitize (6.0.0) crass (~> 1.0.2) @@ -243,9 +246,10 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - standard (1.12.0) - rubocop (= 1.29.0) - rubocop-performance (= 1.13.3) + standard (1.24.3) + language_server-protocol (~> 3.17.0.2) + rubocop (= 1.44.1) + rubocop-performance (= 1.15.2) strscan (3.0.1) thor (1.2.1) timeout (0.2.0) @@ -256,7 +260,7 @@ GEM tzinfo (2.0.4) concurrent-ruby (~> 1.0) ulid (1.3.0) - unicode-display_width (2.1.0) + unicode-display_width (2.4.2) validate_url (1.0.13) activemodel (>= 3.0.0) public_suffix @@ -284,7 +288,7 @@ DEPENDENCIES pg (~> 1.3) sanitize (~> 6.0) sprockets-rails - standard (= 1.12.0) + standard (= 1.24.3) twilio-ruby (~> 5.64) ulid (~> 1.3) validate_url (~> 1.0)