Skip to content

Commit 245d6a0

Browse files
committed
update bundler version
1 parent 68f0503 commit 245d6a0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
key: gems-build-rails-main-ruby-2.7.x-${{ hashFiles('**/Gemfile.lock') }}
1818
- name: Lint with Rubocop
1919
run: |
20-
gem install bundler:2.2.9
20+
gem install bundler:2.2.32
2121
bundle config path vendor/bundle
2222
bundle install --jobs 4 --retry 3
2323
bundle exec rubocop

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ GEM
4040
smart_properties
4141
erubi (1.10.0)
4242
html_tokenizer (0.0.7)
43-
i18n (1.8.10)
43+
i18n (1.8.11)
4444
concurrent-ruby (~> 1.0)
4545
loofah (2.12.0)
4646
crass (~> 1.0.2)
@@ -52,7 +52,7 @@ GEM
5252
mini_portile2 (~> 2.6.1)
5353
racc (~> 1.4)
5454
parallel (1.21.0)
55-
parser (3.0.2.0)
55+
parser (3.0.3.1)
5656
ast (~> 2.4.1)
5757
racc (1.6.0)
5858
rack (2.2.3)
@@ -74,7 +74,7 @@ GEM
7474
rubocop-ast (>= 1.2.0, < 2.0)
7575
ruby-progressbar (~> 1.7)
7676
unicode-display_width (>= 1.4.0, < 3.0)
77-
rubocop-ast (1.12.0)
77+
rubocop-ast (1.14.0)
7878
parser (>= 3.0.1.1)
7979
rubocop-github (0.16.2)
8080
rubocop (<= 1.13.0)
@@ -92,7 +92,7 @@ GEM
9292
tzinfo (2.0.4)
9393
concurrent-ruby (~> 1.0)
9494
unicode-display_width (2.1.0)
95-
zeitwerk (2.4.2)
95+
zeitwerk (2.5.1)
9696

9797
PLATFORMS
9898
ruby
@@ -107,4 +107,4 @@ DEPENDENCIES
107107
rubocop-github (~> 0.16.0)
108108

109109
BUNDLED WITH
110-
1.17.2
110+
2.2.32

0 commit comments

Comments
 (0)