We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4e351 commit 274e8d2Copy full SHA for 274e8d2
Gemfile
@@ -7,7 +7,7 @@ gemspec
7
gem "rake"
8
gem "rspec"
9
gem "simplecov", require: false
10
-gem "standard", require: false
+gem "standard", "1.53.0", require: false
11
gem "rubocop", require: false
12
gem "rubocop-disable_syntax", require: false
13
gem "rubocop-performance", require: false
Gemfile.lock
@@ -158,7 +158,7 @@ DEPENDENCIES
158
rubocop-rake
159
rubocop-rspec
160
simplecov
161
- standard
+ standard (= 1.53.0)
162
163
CHECKSUMS
164
activesupport (8.1.2) sha256=88842578ccd0d40f658289b0e8c842acfe9af751afee2e0744a7873f50b6fdae
0 commit comments