We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356117a commit 924eec9Copy full SHA for 924eec9
Gemfile.lock
@@ -22,7 +22,7 @@ GEM
22
stringio
23
racc (1.8.1)
24
rainbow (3.1.1)
25
- rake (13.2.1)
+ rake (13.3.1)
26
rdoc (6.13.1)
27
psych (>= 4.0.0)
28
regexp_parser (2.10.0)
@@ -51,9 +51,6 @@ GEM
51
rubocop-rake (0.7.1)
52
lint_roller (~> 1.1)
53
rubocop (>= 1.72.1)
54
- rubocop-rspec (3.6.0)
55
- lint_roller (~> 1.1)
56
- rubocop (~> 1.72, >= 1.72.1)
57
ruby-progressbar (1.13.0)
58
stringio (3.1.7)
59
unicode-display_width (3.1.4)
@@ -72,10 +69,9 @@ DEPENDENCIES
72
69
rake (~> 13.2)
73
70
rdoc (~> 6.11)
74
71
rubocop (~> 1.71)
75
- rubocop-minitest (> 0)
76
- rubocop-performance (> 0)
77
- rubocop-rake (> 0)
78
- rubocop-rspec (> 0)
+ rubocop-minitest (~> 0.38)
+ rubocop-performance (~> 1.25)
+ rubocop-rake (~> 0.7)
79
tacky!
80
81
BUNDLED WITH
0 commit comments