Skip to content

Commit

Permalink
Bump all Ruby dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mange committed Feb 2, 2022
1 parent b355db7 commit a50cd02
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,60 +2,60 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
attr_extras (6.2.4)
diff-lcs (1.4.4)
mini_portile2 (2.6.1)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
attr_extras (6.2.5)
diff-lcs (1.5.0)
mini_portile2 (2.7.1)
nokogiri (1.13.1)
mini_portile2 (~> 2.7.0)
racc (~> 1.4)
nokogiri (1.12.5-x86_64-linux)
nokogiri (1.13.1-x86_64-linux)
racc (~> 1.4)
optimist (3.0.1)
parallel (1.20.1)
parser (3.0.1.1)
parallel (1.21.0)
parser (3.1.0.0)
ast (~> 2.4.1)
patience_diff (1.2.0)
optimist (~> 3.0)
racc (1.5.2)
rainbow (3.0.0)
regexp_parser (2.1.1)
racc (1.6.0)
rainbow (3.1.1)
regexp_parser (2.2.0)
rexml (3.2.5)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
rspec-core (3.10.1)
rspec-core (3.10.2)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.1)
rspec-expectations (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.2)
rspec-mocks (3.10.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.2)
rubocop (1.14.0)
rspec-support (3.10.3)
rubocop (1.25.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.5.0, < 2.0)
rubocop-ast (>= 1.15.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.5.0)
rubocop-ast (1.15.1)
parser (>= 3.0.1.1)
rubocop-performance (1.11.2)
rubocop-performance (1.13.2)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
standard (1.1.1)
rubocop (= 1.14.0)
rubocop-performance (= 1.11.2)
standard (1.7.0)
rubocop (= 1.25.0)
rubocop-performance (= 1.13.2)
super_diff (0.8.0)
attr_extras (>= 6.2.4)
diff-lcs
patience_diff
unicode-display_width (2.0.0)
unicode-display_width (2.1.0)

PLATFORMS
ruby
Expand All @@ -68,4 +68,4 @@ DEPENDENCIES
super_diff (~> 0.7)

BUNDLED WITH
2.2.17
2.2.31

0 comments on commit a50cd02

Please sign in to comment.