Skip to content

Commit

Permalink
Update standard
Browse files Browse the repository at this point in the history
This allows using the new Standard VS Code extension
  • Loading branch information
MatheusRich committed Apr 4, 2023
1 parent da5dc94 commit e3e0004
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 51 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ gem "rake", "~> 13.0"
gem "rspec", "~> 3.10"
gem "rspec-mocks", "~> 3.10"
gem "simplecov", "~> 0.21.2"
gem "standard", "~> 1.6"
gem "standard", "~> 1.26"
gem "vcr", "~> 6.0.0"
gem "webmock", "~> 3.13"
87 changes: 37 additions & 50 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,53 +15,37 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
climate_control (1.0.1)
concurrent-ruby (1.1.9)
concurrent-ruby (1.2.2)
crack (0.4.5)
rexml
diff-lcs (1.4.4)
docile (1.4.0)
dry-core (0.7.1)
dry-core (1.0.0)
concurrent-ruby (~> 1.0)
dry-monads (1.4.0)
zeitwerk (~> 2.6)
dry-monads (1.6.0)
concurrent-ruby (~> 1.0)
dry-core (~> 0.7)
faraday (1.9.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
faraday (2.7.4)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.3)
multipart-post (>= 1.2, < 3)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
faraday-net_http (3.0.2)
hashdiff (1.0.1)
multipart-post (2.1.1)
octokit (4.22.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
parallel (1.21.0)
parser (3.1.0.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.22.1)
parser (3.2.2.0)
ast (~> 2.4.1)
pastel (0.8.0)
tty-color (~> 0.5)
public_suffix (4.0.6)
rainbow (3.0.0)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.2.0)
regexp_parser (2.7.0)
rexml (3.2.5)
rspec (3.10.0)
rspec-core (~> 3.10.0)
Expand All @@ -76,34 +60,36 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.2)
rubocop (1.24.1)
rubocop (1.48.1)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.0.0.0)
parser (>= 3.2.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.15.1, < 2.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.26.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.15.1)
parser (>= 3.0.1.1)
rubocop-performance (1.13.1)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.28.0)
parser (>= 3.2.1.0)
rubocop-performance (1.16.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
sawyer (0.8.2)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
faraday (>= 0.17.3, < 3)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.3)
standard (1.6.0)
rubocop (= 1.24.1)
rubocop-performance (= 1.13.1)
standard (1.26.0)
language_server-protocol (~> 3.17.0.2)
rubocop (~> 1.48.1)
rubocop-performance (~> 1.16.0)
strings (0.2.1)
strings-ansi (~> 0.2)
unicode-display_width (>= 1.5, < 3.0)
Expand All @@ -118,13 +104,14 @@ GEM
pastel (~> 0.8)
strings (~> 0.2.0)
tty-screen (~> 0.8)
unicode-display_width (2.1.0)
unicode-display_width (2.4.2)
unicode_utils (1.4.0)
vcr (6.0.0)
webmock (3.13.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
zeitwerk (2.6.7)

PLATFORMS
x86_64-darwin-20
Expand All @@ -137,7 +124,7 @@ DEPENDENCIES
rspec (~> 3.10)
rspec-mocks (~> 3.10)
simplecov (~> 0.21.2)
standard (~> 1.6)
standard (~> 1.26)
vcr (~> 6.0.0)
webmock (~> 3.13)

Expand Down

0 comments on commit e3e0004

Please sign in to comment.