Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
o-200 committed Dec 15, 2024
1 parent 90f9790 commit e8d3471
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,14 @@ jobs:
ruby-version: .ruby-version
bundler-cache: true

- name: Install Bundler
run: gem install bundler -v '2.5.23'

- name: List installed gems
run: gem list

- name: Scan for common Rails security vulnerabilities using static analysis
run: bin/brakeman --no-pager
run: bundle exec bin/brakeman --no-pager

scan_js:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ group :development do
gem "web-console"

# Highlight the fine-grained location where an error occurred [https://github.com/ruby/error_highlight]
gem "error_highlight", ">= 0.4.0", platforms: [ :ruby ]
gem "error_highlight", ">= 0.7.0", platforms: [ :ruby ]
end

group :test do
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ DEPENDENCIES
capybara
cssbundling-rails (~> 1.4)
debug
error_highlight (>= 0.4.0)
error_highlight (>= 0.7.0)
importmap-rails
jbuilder
puma (>= 5.0)
Expand Down

0 comments on commit e8d3471

Please sign in to comment.