Skip to content

Commit

Permalink
Hotfix CI
Browse files Browse the repository at this point in the history
- Update Gemfile.lock, using the bundle update command
  • Loading branch information
theodore86 committed Jul 12, 2022
1 parent 26a76f3 commit 006f008
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
json (2.5.1)
parallel (1.22.1)
parser (3.1.2.0)
ast (~> 2.4.1)
rainbow (3.1.1)
regexp_parser (2.5.0)
rexml (3.2.5)
rubocop (1.31.1)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
Expand All @@ -17,7 +19,7 @@ GEM
rubocop-ast (>= 1.18.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.18.0)
rubocop-ast (1.19.1)
parser (>= 3.1.1.0)
ruby-progressbar (1.11.0)
unicode-display_width (2.2.0)
Expand All @@ -27,7 +29,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
rubocop (= 1.31.0)
rubocop (= 1.31.1)

BUNDLED WITH
2.2.22

0 comments on commit 006f008

Please sign in to comment.