Skip to content

Commit

Permalink
Install bundler-audit
Browse files Browse the repository at this point in the history
  • Loading branch information
arielkirkwood committed Mar 17, 2024
1 parent 3017962 commit 002677f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ source "https://rubygems.org"

ruby "3.3.0"

# Domain level dependencies
gem "money-rails", "~> 1.15"

# Application/infrastructure level dependencies

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.1.3", ">= 7.1.3.2"

Expand Down Expand Up @@ -46,6 +51,7 @@ gem "bootsnap", require: false

group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "bundler-audit", "~> 0.9.1"
gem "debug", platforms: %i[ mri windows ]
end

Expand All @@ -66,4 +72,3 @@ group :test do
gem "selenium-webdriver"
end

gem "money-rails", "~> 1.15"
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ GEM
bootsnap (1.18.3)
msgpack (~> 1.2)
builder (3.2.4)
bundler-audit (0.9.1)
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
capybara (3.40.0)
addressable
matrix
Expand Down Expand Up @@ -260,6 +263,7 @@ PLATFORMS

DEPENDENCIES
bootsnap
bundler-audit (~> 0.9.1)
capybara
debug
importmap-rails
Expand Down

0 comments on commit 002677f

Please sign in to comment.