diff --git a/Gemfile.lock b/Gemfile.lock index db41b1a..2927288 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,13 +9,14 @@ PATH GEM remote: https://rubygems.org/ specs: - actionview (7.2.2.2) - activesupport (= 7.2.2.2) + actionview (7.2.3) + activesupport (= 7.2.3) builder (~> 3.1) + cgi erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activesupport (7.2.2.2) + activesupport (7.2.3) base64 benchmark (>= 0.3) bigdecimal @@ -29,9 +30,10 @@ GEM tzinfo (~> 2.0, >= 2.0.5) ast (2.4.3) base64 (0.3.0) - benchmark (0.4.1) - bigdecimal (3.3.0) + benchmark (0.5.0) + bigdecimal (3.3.1) builder (3.3.0) + cgi (0.5.0) concurrent-ruby (1.3.5) connection_pool (2.5.4) crass (1.0.6) @@ -48,14 +50,14 @@ GEM nokogiri (>= 1.12.0) mini_portile2 (2.8.9) minitest (5.26.0) - nokogiri (1.18.9) + nokogiri (1.18.10) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.18.9-arm64-darwin) + nokogiri (1.18.10-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.9-x86_64-darwin) + nokogiri (1.18.10-x86_64-darwin) racc (~> 1.4) - nokogiri (1.18.9-x86_64-linux-gnu) + nokogiri (1.18.10-x86_64-linux-gnu) racc (~> 1.4) parallel (1.27.0) parser (3.3.9.0) @@ -114,7 +116,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - actionview (~> 7.2.2.1) + actionview (~> 7.2.3) minitest rake rubocop-github! diff --git a/rubocop-github.gemspec b/rubocop-github.gemspec index b1cf9cc..61ec1c0 100644 --- a/rubocop-github.gemspec +++ b/rubocop-github.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |s| s.add_dependency "rubocop-performance", ">= 1.24" s.add_dependency "rubocop-rails", ">= 2.23" - s.add_development_dependency "actionview", "~> 7.2.2.1" + s.add_development_dependency "actionview", "~> 7.2.3" s.add_development_dependency "minitest" s.add_development_dependency "rake"