Skip to content

Commit

Permalink
Bump standard
Browse files Browse the repository at this point in the history
  • Loading branch information
lauratpa committed Jul 25, 2022
1 parent 7161fd8 commit d73d5fe
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,11 @@ GEM
ast (2.4.2)
concurrent-ruby (1.1.10)
diff-lcs (1.5.0)
dry-configurable (0.14.0)
dry-container (0.10.0)
concurrent-ruby (~> 1.0)
dry-core (~> 0.6)
dry-container (0.9.0)
dry-core (0.8.0)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.13, >= 0.13.0)
dry-core (0.7.1)
concurrent-ruby (~> 1.0)
dry-inflector (0.2.1)
dry-inflector (0.3.0)
dry-logic (1.2.0)
concurrent-ruby (~> 1.0)
dry-core (~> 0.5, >= 0.5)
Expand All @@ -38,12 +34,13 @@ GEM
ruby2_keywords (>= 0.0.4)
faraday-net_http (2.0.1)
ice_nine (0.11.2)
json (2.6.2)
parallel (1.22.1)
parser (3.1.1.0)
parser (3.1.2.0)
ast (~> 2.4.1)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.2.1)
regexp_parser (2.5.0)
rexml (3.2.5)
rspec (3.11.0)
rspec-core (~> 3.11.0)
Expand All @@ -58,30 +55,32 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
rubocop (1.26.1)
rubocop (1.31.2)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.16.0, < 2.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.18.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.16.0)
rubocop-ast (1.19.1)
parser (>= 3.1.1.0)
rubocop-performance (1.13.3)
rubocop-performance (1.14.3)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
standard (1.9.1)
rubocop (= 1.26.1)
rubocop-performance (= 1.13.3)
unicode-display_width (2.1.0)
standard (1.13.0)
rubocop (= 1.31.2)
rubocop-performance (= 1.14.3)
unicode-display_width (2.2.0)
vcr (6.1.0)

PLATFORMS
x86_64-darwin-18
x86_64-darwin-20
x86_64-linux

DEPENDENCIES
Expand Down

0 comments on commit d73d5fe

Please sign in to comment.