Skip to content

Commit

Permalink
updated gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
olegphenomenon committed May 23, 2023
1 parent de383ed commit cecd430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04]
ruby: [ '3.0.2' ]
ruby: [ '3.2.0' ]
runs-on: ${{ matrix.os }}
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
steps:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-20.04 ]
ruby: [ '3.0.2' ]
ruby: [ '3.2.0' ]
runs-on: ubuntu-20.04
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
Expand Down
7 changes: 0 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,6 @@ GEM
rails-i18n (7.0.7)
i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 8)
rails_semantic_logger (4.12.0)
rack
railties (>= 5.1)
semantic_logger (~> 4.13)
railties (7.0.4.3)
actionpack (= 7.0.4.3)
activesupport (= 7.0.4.3)
Expand Down Expand Up @@ -346,8 +342,6 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
semantic_logger (4.13.0)
concurrent-ruby (~> 1.0)
semantic_range (3.0.0)
simplecov (0.17.1)
docile (~> 1.1)
Expand Down Expand Up @@ -462,7 +456,6 @@ DEPENDENCIES
puma (~> 5.6.4)
rails (>= 6.0.3.5)
rails-i18n
rails_semantic_logger
recaptcha
redis (~> 4.0)
rubocop-performance
Expand Down

0 comments on commit cecd430

Please sign in to comment.