Skip to content

Commit

Permalink
Merge pull request #14091 from eduardoj/fix/upgrade_ruby_version
Browse files Browse the repository at this point in the history
Match Ruby version with production environment
  • Loading branch information
hennevogel committed Apr 6, 2023
2 parents ae427c2 + 239e78c commit 2b0aa49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/brakeman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
container: ruby:3.1.3
container: ruby:3.1.4
steps:
- uses: actions/checkout@v3
- name: Install Brakeman
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.3
3.1.4

0 comments on commit 2b0aa49

Please sign in to comment.