Skip to content

Commit

Permalink
Add bundler_audit as development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
iftheshoefritz committed May 28, 2021
1 parent d97c85b commit 5aa10f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

group :development, :test do
gem 'byebug'
gem 'bundler-audit'
end
# Specify your gem's dependencies in solargraph_rails.gemspec
gemspec
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ GEM
ast (2.4.1)
backport (1.1.2)
benchmark (0.1.1)
bundler-audit (0.8.0)
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
byebug (11.1.3)
diff-lcs (1.4.4)
e2mmap (0.1.0)
Expand Down Expand Up @@ -81,6 +84,7 @@ PLATFORMS

DEPENDENCIES
bundler (~> 2.1.4)
bundler-audit
byebug
rake (~> 12.3.3)
rspec (~> 3.0)
Expand Down

0 comments on commit 5aa10f7

Please sign in to comment.