Skip to content

Commit 2974e1e

Browse files
authored
Merge pull request #2 from Kuraiou/update_versions
Update standard gem to 1.4.x
2 parents 48df2d1 + 3116d9f commit 2974e1e

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gem "mry", "~> 0.52.0", require: false
55
gem "parser", "~> 3.0.2"
66
gem "pry", require: false
77
gem "safe_yaml"
8-
gem "standard", "~> 1.1.5", require: false
8+
gem "standard", "~> 1.4", require: false
99

1010
group :test do
1111
gem "rake"

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ GEM
1717
minitest (5.14.4)
1818
mry (0.52.0.0)
1919
rubocop (>= 0.41.0)
20-
parallel (1.20.1)
21-
parser (3.0.2.0)
20+
parallel (1.21.0)
21+
parser (3.0.3.1)
2222
ast (~> 2.4.1)
2323
pry (0.14.1)
2424
coderay (~> 1.1)
@@ -40,28 +40,28 @@ GEM
4040
diff-lcs (>= 1.2.0, < 2.0)
4141
rspec-support (~> 3.10.0)
4242
rspec-support (3.10.2)
43-
rubocop (1.18.3)
43+
rubocop (1.22.3)
4444
parallel (~> 1.10)
4545
parser (>= 3.0.0.0)
4646
rainbow (>= 2.2.2, < 4.0)
4747
regexp_parser (>= 1.8, < 3.0)
4848
rexml
49-
rubocop-ast (>= 1.7.0, < 2.0)
49+
rubocop-ast (>= 1.12.0, < 2.0)
5050
ruby-progressbar (~> 1.7)
5151
unicode-display_width (>= 1.4.0, < 3.0)
52-
rubocop-ast (1.7.0)
52+
rubocop-ast (1.13.0)
5353
parser (>= 3.0.1.1)
54-
rubocop-performance (1.11.4)
54+
rubocop-performance (1.11.5)
5555
rubocop (>= 1.7.0, < 2.0)
5656
rubocop-ast (>= 0.4.0)
5757
ruby-progressbar (1.11.0)
5858
safe_yaml (1.0.5)
59-
standard (1.1.5)
60-
rubocop (= 1.18.3)
61-
rubocop-performance (= 1.11.4)
59+
standard (1.4.0)
60+
rubocop (= 1.22.3)
61+
rubocop-performance (= 1.11.5)
6262
tzinfo (2.0.4)
6363
concurrent-ruby (~> 1.0)
64-
unicode-display_width (2.0.0)
64+
unicode-display_width (2.1.0)
6565
zeitwerk (2.4.2)
6666

6767
PLATFORMS
@@ -75,7 +75,7 @@ DEPENDENCIES
7575
rake
7676
rspec
7777
safe_yaml
78-
standard (~> 1.1.5)
78+
standard (~> 1.4)
7979

8080
BUNDLED WITH
8181
2.1.4

0 commit comments

Comments
 (0)