Skip to content

Commit 04ec853

Browse files
authored
Merge pull request #743 from standardrb/gemfile-specs
Remove devdep version specs from Gemfile
2 parents 4e46a7d + 9561268 commit 04ec853

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
@@ -80,9 +80,9 @@ PLATFORMS
8080
DEPENDENCIES
8181
bundler
8282
m
83-
minitest (~> 5.25)
83+
minitest
8484
mutex_m
85-
rake (~> 13.3)
85+
rake
8686
ruby-lsp
8787
simplecov
8888
standard!

0 commit comments

Comments
 (0)