Skip to content

Commit

Permalink
Merge pull request #1799 from manyfold3d/dependabot/bundler/rack-cont…
Browse files Browse the repository at this point in the history
…rib-2.4.0
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
2 parents 5c20eb5 + 8420b5f commit 336bd5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ gem "rails-controller-testing", "~> 1.0", group: :test
gem "pundit", "~> 2.3"

gem "spdx", "~> 4.1"
gem "rack-contrib", "~> 2.3"
gem "rack-contrib", "~> 2.4"

gem "rails-i18n", "~> 7.0"
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ GEM
activesupport (>= 3.0.0)
racc (1.7.3)
rack (2.2.8)
rack-contrib (2.3.0)
rack (~> 2.0)
rack-contrib (2.4.0)
rack (< 4)
rack-mini-profiler (3.3.0)
rack (>= 1.2.0)
rack-test (2.1.0)
Expand Down Expand Up @@ -524,7 +524,7 @@ DEPENDENCIES
public_suffix (~> 5.0)
puma (~> 6.4)
pundit (~> 2.3)
rack-contrib (~> 2.3)
rack-contrib (~> 2.4)
rack-mini-profiler (~> 3.1)
rails (~> 7.0.8)
rails-controller-testing (~> 1.0)
Expand Down

0 comments on commit 336bd5d

Please sign in to comment.