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.
2 parents 4e46a7d + 9561268 commit 04ec853Copy full SHA for 04ec853
Gemfile
@@ -3,15 +3,14 @@ source "https://rubygems.org"
3
gemspec
4
5
gem "bundler"
6
-gem "minitest", "~> 5.25"
7
-gem "rake", "~> 13.3"
8
gem "m"
+gem "minitest"
9
gem "mutex_m"
+gem "rake"
10
gem "ruby-lsp"
11
+gem "simplecov"
12
13
# You may want to run these off path locally:
14
# gem "lint_roller", path: "../lint_roller"
15
# gem "standard-custom", path: "../standard-custom"
16
# gem "standard-performance", path: "../standard-performance"
-
17
-gem "simplecov"
Gemfile.lock
@@ -80,9 +80,9 @@ PLATFORMS
80
DEPENDENCIES
81
bundler
82
m
83
- minitest (~> 5.25)
+ minitest
84
mutex_m
85
- rake (~> 13.3)
+ rake
86
ruby-lsp
87
simplecov
88
standard!
0 commit comments