Skip to content

Commit

Permalink
Bump standard from 0.8.1 to 1.0.1 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 5, 2021
1 parent 5f0bea4 commit 8156bf2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ end

group :lint do
gem "bundler-audit"
gem "standard", "0.8.1", require: false
gem "standard", "1.0.1", require: false
gem "yard-junk", require: false
end

Expand Down
36 changes: 18 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ GEM
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
amazing_print (1.2.2)
ast (2.4.1)
ast (2.4.2)
backports (3.20.2)
base32 (0.3.4)
break (0.21.0)
Expand Down Expand Up @@ -107,8 +107,8 @@ GEM
octokit (4.19.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
parallel (1.19.2)
parser (2.7.2.0)
parallel (1.20.1)
parser (3.0.0.0)
ast (~> 2.4.1)
pry (0.13.1)
coderay (~> 1.1)
Expand All @@ -128,7 +128,7 @@ GEM
ffi (~> 1.0)
rbnacl (7.1.1)
ffi
regexp_parser (1.8.2)
regexp_parser (2.1.1)
rexml (3.2.4)
rspec (3.10.0)
rspec-core (~> 3.10.0)
Expand All @@ -146,21 +146,21 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.2)
rubocop (1.0.0)
rubocop (1.11.0)
parallel (~> 1.10)
parser (>= 2.7.1.5)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 0.6.0)
rubocop-ast (>= 1.2.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.1.0)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.4.1)
parser (>= 2.7.1.5)
rubocop-performance (1.8.1)
rubocop (>= 0.87.0)
rubocop-performance (1.10.1)
rubocop (>= 0.90.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.10.1)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.2)
sawyer (0.8.2)
addressable (>= 2.3.5)
Expand All @@ -173,17 +173,17 @@ GEM
simplecov_json_formatter (0.1.2)
spoon (0.0.6)
ffi
standard (0.8.1)
rubocop (= 1.0.0)
rubocop-performance (= 1.8.1)
standard (1.0.1)
rubocop (= 1.11.0)
rubocop-performance (= 1.10.1)
thor (1.0.1)
thread_safe (0.3.6)
thread_safe (0.3.6-java)
toml-rb (2.0.1)
citrus (~> 3.0, > 3.0)
tzinfo (1.2.9)
thread_safe (~> 0.1)
unicode-display_width (1.7.0)
unicode-display_width (2.0.0)
vcr (6.0.0)
webmock (3.9.3)
addressable (>= 2.3.6)
Expand Down Expand Up @@ -221,7 +221,7 @@ DEPENDENCIES
rspec-its
simplecov (~> 0.19.0)
simplecov_json_formatter
standard (= 0.8.1)
standard (= 1.0.1)
stellar-base!
stellar-sdk!
vcr
Expand Down

0 comments on commit 8156bf2

Please sign in to comment.