diff --git a/Gemfile b/Gemfile index 22ce9f738..f6ffcc98d 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ gem 'rack-test', '2.1.0' gem 'rake', '13.2.1', require: false gem 'relative_time', '1.1.0' gem 'rerun', '0.14.0', require: false -gem 'rspec-rails', '6.1.2', require: false +gem 'rspec-rails', '6.1.5', require: false gem 'rubocop', '1.61.0', require: false gem 'rubocop-rspec', '3.0.3', require: false gem 'sass', '3.7.4' diff --git a/Gemfile.lock b/Gemfile.lock index 89d84f688..5bb0a6486 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,9 @@ GEM remote: https://rubygems.org/ specs: - actionpack (7.1.3.2) - actionview (= 7.1.3.2) - activesupport (= 7.1.3.2) + actionpack (7.1.4) + actionview (= 7.1.4) + activesupport (= 7.1.4) nokogiri (>= 1.8.5) racc rack (>= 2.2.4) @@ -11,13 +11,13 @@ GEM rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - actionview (7.1.3.2) - activesupport (= 7.1.3.2) + actionview (7.1.4) + activesupport (= 7.1.4) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activesupport (7.1.3.2) + activesupport (7.1.4) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) @@ -35,7 +35,7 @@ GEM backtrace (0.4.0) base58 (0.2.3) base64 (0.2.0) - bigdecimal (3.1.7) + bigdecimal (3.1.8) builder (3.2.4) coercible (1.0.0) descendants_tracker (~> 0.0.1) @@ -82,7 +82,7 @@ GEM temple (>= 0.8.2) thor tilt - i18n (1.14.4) + i18n (1.14.5) concurrent-ruby (~> 1.0) ice_nine (0.11.2) io-console (0.7.2) @@ -105,11 +105,11 @@ GEM mustermann (3.0.0) ruby2_keywords (~> 0.0.1) mutex_m (0.2.0) - nokogiri (1.16.3-arm64-darwin) + nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.3-x86_64-darwin) + nokogiri (1.16.7-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.3-x86_64-linux) + nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) openssl (3.2.0) parallel (1.25.1) @@ -124,7 +124,7 @@ GEM random-port (~> 0.3) psych (5.1.2) stringio - racc (1.8.0) + racc (1.8.1) rack (3.0.9.1) rack-protection (4.0.0) base64 (>= 0.1.0) @@ -145,9 +145,9 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - railties (7.1.3.2) - actionpack (= 7.1.3.2) - activesupport (= 7.1.3.2) + railties (7.1.4) + actionpack (= 7.1.4) + activesupport (= 7.1.4) irb rackup (>= 1.0.0) rake (>= 12.2) @@ -159,7 +159,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rdoc (6.6.2) + rdoc (6.6.3.1) psych (>= 4.0.0) regexp_parser (2.9.2) relative_time (1.1.0) @@ -172,13 +172,13 @@ GEM strscan rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.0) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.0) + rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.2) + rspec-rails (6.1.5) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) @@ -236,14 +236,14 @@ GEM sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) - stringio (3.1.0) + stringio (3.1.1) strscan (3.1.0) telebot (0.1.2) faraday faraday_middleware virtus temple (0.10.3) - thor (1.3.1) + thor (1.3.2) thread_safe (0.3.6) tilt (2.3.0) tzinfo (2.0.6) @@ -259,7 +259,7 @@ GEM nokogiri (~> 1.10) rainbow (~> 3.0) slop (~> 4.4) - zeitwerk (2.6.13) + zeitwerk (2.6.18) PLATFORMS arm64-darwin-22 @@ -282,7 +282,7 @@ DEPENDENCIES rake (= 13.2.1) relative_time (= 1.1.0) rerun (= 0.14.0) - rspec-rails (= 6.1.2) + rspec-rails (= 6.1.5) rubocop (= 1.61.0) rubocop-rspec (= 3.0.3) sass (= 3.7.4)