Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-santos-foxbit committed Aug 22, 2024
1 parent 3979976 commit 12356a8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,14 @@ jobs:
tests:
runs-on: ubuntu-latest
container:
image: ruby:2.6.6
image: ruby:2.7.6
env:
BUNDLE_JOBS: 3
BUNDLE_RETRY: 3
BUNDLE_PATH: vendor/bundle
RAILS_ENV: test
steps:
- uses: actions/checkout@v3

- name: Update Rubygems
run: |
gem update --system 3.3.22

- name: Which bundler?
run: |
Expand Down
20 changes: 13 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.7.8)
activesupport (7.1.3.4)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
Expand All @@ -22,10 +26,12 @@ GEM
byebug (10.0.2)
coderay (1.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crack (1.0.0)
bigdecimal
rexml
diff-lcs (1.5.1)
drb (2.2.1)
ethon (0.16.0)
ffi (>= 1.15.0)
ffi (1.17.0)
Expand All @@ -34,7 +40,8 @@ GEM
concurrent-ruby (~> 1.0)
method_source (1.1.0)
minitest (5.25.1)
parallel (1.24.0)
mutex_m (0.2.0)
parallel (1.26.3)
parser (3.3.4.2)
ast (~> 2.4.1)
racc
Expand Down Expand Up @@ -74,8 +81,8 @@ GEM
rubocop-ast (>= 0.6.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-ast (1.32.1)
parser (>= 3.3.1.0)
rubocop-github (0.17.0)
rubocop
rubocop-performance
Expand All @@ -101,7 +108,6 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
zeitwerk (2.6.17)

PLATFORMS
ruby
Expand All @@ -120,4 +126,4 @@ DEPENDENCIES
webmock (~> 3.5)

BUNDLED WITH
1.17.2
1.17.3

0 comments on commit 12356a8

Please sign in to comment.