diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5bd1cec..95eae7f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,14 +1,5 @@ version: 2 updates: - # raise PRs for gem updates - - package-ecosystem: bundler - directory: "/" - schedule: - interval: daily - time: "13:00" - open-pull-requests-limit: 10 - versioning-strategy: lockfile-only - # Maintain dependencies for GitHub Actions - package-ecosystem: github-actions directory: "/" diff --git a/Gemfile b/Gemfile index fe4d3aa..46524ad 100644 --- a/Gemfile +++ b/Gemfile @@ -93,7 +93,7 @@ group :test do gem "capybara-screenshot" gem "cucumber-rails", require: false gem "factory_bot_rails" - gem "selenium-webdriver" + gem "selenium-webdriver", "!= 4.29.0" gem "simplecov" gem "timecop" end diff --git a/Gemfile.lock b/Gemfile.lock index 5f79caa..fe506e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -237,7 +237,7 @@ GEM net-smtp (0.5.1) net-protocol nio4r (2.7.4) - nokogiri (1.18.2) + nokogiri (1.18.3) mini_portile2 (~> 2.8.2) racc (~> 1.4) orm_adapter (0.5.0) @@ -309,7 +309,7 @@ GEM responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.4.0) + rexml (3.4.1) rspec-core (3.13.3) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) @@ -340,11 +340,13 @@ GEM unicode-display_width (>= 2.4.0, < 4.0) rubocop-ast (1.38.0) parser (>= 3.3.1.0) - rubocop-md (1.2.4) - rubocop (>= 1.45) - rubocop-minitest (0.36.0) - rubocop (>= 1.61, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) + rubocop-md (2.0.0) + lint_roller (~> 1.1) + rubocop (>= 1.72.1) + rubocop-minitest (0.37.1) + lint_roller (~> 1.1) + rubocop (>= 1.72.1, < 2.0) + rubocop-ast (>= 1.38.0, < 2.0) rubocop-packaging (0.5.2) rubocop (>= 1.33, < 2.0) rubocop-performance (1.24.0) @@ -404,7 +406,7 @@ GEM sqlite3 (1.7.3-x86_64-linux) stimulus-rails (1.3.4) railties (>= 6.0.0) - stringio (3.1.2) + stringio (3.1.4) sys-uname (1.3.1) ffi (~> 1.1) sysexits (1.2.0) @@ -469,7 +471,7 @@ DEPENDENCIES rubocop-rails_config rubocop-rspec sassc-rails - selenium-webdriver + selenium-webdriver (!= 4.29.0) simple_form simplecov sprockets-rails