diff --git a/Gemfile b/Gemfile index 554ba918..c5bc7e2b 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,7 @@ group :test do end group :linter do - gem 'rubocop', '~> 1.65.0' + gem 'rubocop', '~> 1.65.1' gem 'rubocop-capybara', '~> 2.21.0' gem 'rubocop-performance', '~> 1.21.1' gem 'rubocop-rails', '~> 2.25.1' diff --git a/Gemfile.lock b/Gemfile.lock index db70308c..b9848c7a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -136,7 +136,7 @@ GEM fiber-annotation fiber-local crass (1.0.6) - dartsass-rails (0.5.0) + dartsass-rails (0.5.1) railties (>= 6.0.0) sass-embedded (~> 1.63) dartsass-sprockets (3.1.0) @@ -197,10 +197,18 @@ GEM rake (>= 10.0) globalid (1.2.1) activesupport (>= 6.1) - google-protobuf (3.25.3) - google-protobuf (3.25.3-arm64-darwin) - google-protobuf (3.25.3-x86_64-darwin) - google-protobuf (3.25.3-x86_64-linux) + google-protobuf (4.27.3) + bigdecimal + rake (>= 13) + google-protobuf (4.27.3-arm64-darwin) + bigdecimal + rake (>= 13) + google-protobuf (4.27.3-x86_64-darwin) + bigdecimal + rake (>= 13) + google-protobuf (4.27.3-x86_64-linux) + bigdecimal + rake (>= 13) hiera-eyaml (4.1.0) highline (~> 2.1) optimist (~> 3.1) @@ -263,14 +271,14 @@ GEM net-protocol nio4r (2.7.3) nkf (0.2.0) - nokogiri (1.16.6) + nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.16.6-arm64-darwin) + nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.6-x86_64-darwin) + nokogiri (1.16.7-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.6-x86_64-linux) + nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) @@ -324,7 +332,7 @@ GEM hocon (>= 1.0) puppetdb-ruby (1.2.0) httparty - racc (1.8.0) + racc (1.8.1) rack (3.1.7) rack-session (2.0.0) rack (>= 3.0.0) @@ -373,7 +381,7 @@ GEM regexp_parser (2.9.2) reline (0.5.9) io-console (~> 0.5) - rexml (3.3.2) + rexml (3.3.4) strscan rspec-core (3.13.0) rspec-support (~> 3.13.0) @@ -382,7 +390,7 @@ GEM rails-dom-testing rspec-core rspec-support (3.13.1) - rubocop (1.65.0) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -412,15 +420,15 @@ GEM nokogiri (>= 1.13.10) rexml rubyzip (2.3.2) - sass-embedded (1.70.0) - google-protobuf (~> 3.25) - rake (>= 13.0.0) - sass-embedded (1.70.0-arm64-darwin) - google-protobuf (~> 3.25) - sass-embedded (1.70.0-x86_64-darwin) - google-protobuf (~> 3.25) - sass-embedded (1.70.0-x86_64-linux-gnu) - google-protobuf (~> 3.25) + sass-embedded (1.77.8) + google-protobuf (~> 4.26) + rake (>= 13) + sass-embedded (1.77.8-arm64-darwin) + google-protobuf (~> 4.26) + sass-embedded (1.77.8-x86_64-darwin) + google-protobuf (~> 4.26) + sass-embedded (1.77.8-x86_64-linux-gnu) + google-protobuf (~> 4.26) sassc-embedded (1.70.0) sass-embedded (~> 1.70) sawyer (0.9.2) @@ -444,7 +452,7 @@ GEM sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) - sprockets-rails (3.5.1) + sprockets-rails (3.5.2) actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) @@ -482,7 +490,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.16) + zeitwerk (2.6.17) PLATFORMS arm64-darwin @@ -519,7 +527,7 @@ DEPENDENCIES puppetdb-ruby rails (~> 7.1.3) rspec-openapi - rubocop (~> 1.65.0) + rubocop (~> 1.65.1) rubocop-capybara (~> 2.21.0) rubocop-performance (~> 1.21.1) rubocop-rails (~> 2.25.1)