Skip to content

Commit 84183dc

Browse files
committed
Remove devdep version specs from Gemfile
1 parent 75ac4a9 commit 84183dc

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Gemfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ source "https://rubygems.org"
33
gemspec
44

55
gem "bundler"
6-
gem "minitest", "~> 5.25"
7-
gem "rake", "~> 13.3"
86
gem "m"
7+
gem "minitest"
98
gem "mutex_m"
9+
gem "rake"
1010
gem "ruby-lsp"
11+
gem "simplecov"
1112

1213
# You may want to run these off path locally:
1314
# gem "lint_roller", path: "../lint_roller"
1415
# gem "standard-custom", path: "../standard-custom"
1516
# gem "standard-performance", path: "../standard-performance"
16-
17-
gem "simplecov"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ PLATFORMS
7878
DEPENDENCIES
7979
bundler
8080
m
81-
minitest (~> 5.25)
81+
minitest
8282
mutex_m
83-
rake (~> 13.3)
83+
rake
8484
ruby-lsp
8585
simplecov
8686
standard!

0 commit comments

Comments
 (0)