File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ group :test do
13
13
gem 'pry'
14
14
gem 'rb-readline'
15
15
gem 'rspec' , '~> 3.12.0'
16
- gem 'rubocop' , '~> 1.54 '
16
+ gem 'rubocop' , '~> 1.55 '
17
17
gem 'webmock' , '~> 3.13'
18
18
end
Original file line number Diff line number Diff line change 60
60
rake (13.0.6 )
61
61
rb-readline (0.5.5 )
62
62
regexp_parser (2.8.1 )
63
- rexml (3.2.5 )
63
+ rexml (3.2.6 )
64
64
rspec (3.12.0 )
65
65
rspec-core (~> 3.12.0 )
66
66
rspec-expectations (~> 3.12.0 )
74
74
diff-lcs (>= 1.2.0 , < 2.0 )
75
75
rspec-support (~> 3.12.0 )
76
76
rspec-support (3.12.0 )
77
- rubocop (1.54.2 )
77
+ rubocop (1.55.1 )
78
78
json (~> 2.3 )
79
79
language_server-protocol (>= 3.17.0 )
80
80
parallel (~> 1.10 )
81
81
parser (>= 3.2.2.3 )
82
82
rainbow (>= 2.2.2 , < 4.0 )
83
83
regexp_parser (>= 1.8 , < 3.0 )
84
84
rexml (>= 3.2.5 , < 4.0 )
85
- rubocop-ast (>= 1.28.0 , < 2.0 )
85
+ rubocop-ast (>= 1.28.1 , < 2.0 )
86
86
ruby-progressbar (~> 1.7 )
87
87
unicode-display_width (>= 2.4.0 , < 3.0 )
88
88
rubocop-ast (1.29.0 )
@@ -111,7 +111,7 @@ DEPENDENCIES
111
111
rake
112
112
rb-readline
113
113
rspec (~> 3.12.0 )
114
- rubocop (~> 1.54 )
114
+ rubocop (~> 1.55 )
115
115
simplecov (~> 0.22.0 )
116
116
simplecov-html (~> 0.12.3 )
117
117
simplecov-lcov (~> 0.8.0 )
You can’t perform that action at this time.
0 commit comments