Skip to content

Commit

Permalink
Beat Down Dependabot: rack-throttle & bootstrap (#1477)
Browse files Browse the repository at this point in the history
  • Loading branch information
pglombardo authored Sep 27, 2023
1 parent 075f6dc commit 52dc4fc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ updates:
commit-message:
prefix: ":arrow_up:"
open-pull-requests-limit: 50
ignore:
- dependency-name: "rack-throttle"
versions: [">=0.7.1"]
# FIXME: Bootstrap Bug
# https://github.com/pglombardo/PasswordPusher/issues/1377
- dependency-name: "bootstrap"
versions: [">5.2.3"]

- package-ecosystem: "github-actions"
directory: "/"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ gem "terser", "~> 1.1"
gem 'json', '~> 2.0' # Legacy carry-over
gem 'will_paginate', '~> 4.0.0'
gem 'will_paginate-bootstrap-style'
gem 'bootstrap', '5.3.1'
gem 'bootstrap', '5.2.3'

# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
gem "turbo-rails"
Expand Down Expand Up @@ -116,6 +116,6 @@ end

group :production, :private do
gem 'rack-timeout'
gem 'rack-throttle', '0.7.1'
gem 'rack-throttle', '0.7.0'
end

10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ GEM
bindex (0.8.1)
bootsnap (1.16.0)
msgpack (~> 1.2)
bootstrap (5.3.1)
bootstrap (5.2.3)
autoprefixer-rails (>= 9.1.0)
popper_js (>= 2.11.8, < 3)
popper_js (>= 2.11.6, < 3)
sassc-rails (>= 2.0.0)
builder (3.2.4)
capybara (3.39.2)
Expand Down Expand Up @@ -399,7 +399,7 @@ GEM
rack (>= 2.0.0)
rack-test (2.1.0)
rack (>= 1.3)
rack-throttle (0.7.1)
rack-throttle (0.7.0)
bundler (>= 1.0.0)
rack (>= 1.0.0)
rack-timeout (0.6.3)
Expand Down Expand Up @@ -562,7 +562,7 @@ DEPENDENCIES
aws-sdk-s3
azure-storage-blob (~> 2.0)
bootsnap (>= 1.4.4)
bootstrap (= 5.3.1)
bootstrap (= 5.2.3)
capybara (>= 3.37.1, < 4.0)
config
debase (>= 0.2.5.beta2)
Expand Down Expand Up @@ -590,7 +590,7 @@ DEPENDENCIES
puma
rack-attack
rack-cors
rack-throttle (= 0.7.1)
rack-throttle (= 0.7.0)
rack-timeout
rails (~> 7.0.8)
rails-i18n (~> 7.0.8)
Expand Down

0 comments on commit 52dc4fc

Please sign in to comment.