File tree 3 files changed +6
-22
lines changed
3 files changed +6
-22
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ source "https://rubygems.org"
5
5
# Specify your gem's dependencies in spaced.gemspec
6
6
gemspec
7
7
8
- gem "rake" , "~> 13.0"
9
- gem "rubocop" , "~> 1.21"
10
- gem "rubocop-minitest"
11
- gem "rubocop-rake"
8
+ group :development do
9
+ gem "rubocop"
10
+ gem "rubocop-minitest"
11
+ end
12
+
12
13
gem "sus" , group : :test
Original file line number Diff line number Diff line change 15
15
racc
16
16
racc (1.8.1 )
17
17
rainbow (3.1.1 )
18
- rake (13.2.1 )
19
18
regexp_parser (2.10.0 )
20
19
rubocop (1.70.0 )
21
20
json (~> 2.3 )
32
31
rubocop-minitest (0.36.0 )
33
32
rubocop (>= 1.61 , < 2.0 )
34
33
rubocop-ast (>= 1.31.1 , < 2.0 )
35
- rubocop-rake (0.6.0 )
36
- rubocop (~> 1.0 )
37
34
ruby-progressbar (1.13.0 )
38
35
sus (0.32.0 )
39
36
unicode-display_width (3.1.4 )
@@ -48,10 +45,8 @@ PLATFORMS
48
45
x86_64-linux
49
46
50
47
DEPENDENCIES
51
- rake (~> 13.0 )
52
- rubocop (~> 1.21 )
48
+ rubocop
53
49
rubocop-minitest
54
- rubocop-rake
55
50
spaced !
56
51
sus
57
52
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments