Skip to content

Commit 40f6c81

Browse files
committed
build: Remove Rake dependency and Rakefile
1 parent 9d8bb27 commit 40f6c81

4 files changed

Lines changed: 1 addition & 12 deletions

File tree

.github/workflows/ruby_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
ruby-version: ${{ matrix.ruby-version }}
3131
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3232
- name: Run tests
33-
run: bundle exec rake
33+
run: bundle exec rspec
3434
- name: Run rubocop
3535
run: bundle exec rubocop

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ end
1616
group :development do
1717
gem "debug"
1818
gem "pry", "~> 0.14"
19-
gem "rake", "~> 13.0"
2019
gem "almost_standard", github: "kspurgin/almost_standard"
2120
end
2221

Gemfile.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ GEM
111111
stringio
112112
racc (1.8.1)
113113
rainbow (3.1.1)
114-
rake (13.3.0)
115114
rdoc (6.14.2)
116115
erb
117116
psych (>= 4.0.0)
@@ -197,7 +196,6 @@ DEPENDENCIES
197196
kiba-extend!
198197
kramdown
199198
pry (~> 0.14)
200-
rake (~> 13.0)
201199
rspec
202200
simplecov
203201
yard

Rakefile

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)