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.
1 parent 75ac4a9 commit 84183dcCopy full SHA for 84183dc
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
@@ -78,9 +78,9 @@ PLATFORMS
78
DEPENDENCIES
79
bundler
80
m
81
- minitest (~> 5.25)
+ minitest
82
mutex_m
83
- rake (~> 13.3)
+ rake
84
ruby-lsp
85
simplecov
86
standard!
0 commit comments