Skip to content

Commit 9184120

Browse files
committed
chore: Removed unused rake, and reorg gemfile
1 parent d002c43 commit 9184120

File tree

3 files changed

+6
-22
lines changed

3 files changed

+6
-22
lines changed

Gemfile

+5-4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ source "https://rubygems.org"
55
# Specify your gem's dependencies in spaced.gemspec
66
gemspec
77

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+
1213
gem "sus", group: :test

Gemfile.lock

+1-6
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ GEM
1515
racc
1616
racc (1.8.1)
1717
rainbow (3.1.1)
18-
rake (13.2.1)
1918
regexp_parser (2.10.0)
2019
rubocop (1.70.0)
2120
json (~> 2.3)
@@ -32,8 +31,6 @@ GEM
3231
rubocop-minitest (0.36.0)
3332
rubocop (>= 1.61, < 2.0)
3433
rubocop-ast (>= 1.31.1, < 2.0)
35-
rubocop-rake (0.6.0)
36-
rubocop (~> 1.0)
3734
ruby-progressbar (1.13.0)
3835
sus (0.32.0)
3936
unicode-display_width (3.1.4)
@@ -48,10 +45,8 @@ PLATFORMS
4845
x86_64-linux
4946

5047
DEPENDENCIES
51-
rake (~> 13.0)
52-
rubocop (~> 1.21)
48+
rubocop
5349
rubocop-minitest
54-
rubocop-rake
5550
spaced!
5651
sus
5752

Rakefile

-12
This file was deleted.

0 commit comments

Comments
 (0)