Skip to content

Commit c30453a

Browse files
committed
Pin StandardRB to exact version 1.50.0
Use exact version instead of pessimistic constraint to ensure consistency between local development and CI environments
1 parent 953af89 commit c30453a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gemspec
66

77
group :quality do
88
gem "simplecov", "~> 0.22", require: false
9-
gem "standard", "~> 1.0"
9+
gem "standard", "1.50.0"
1010
end
1111

1212
group :development do

coverage/.resultset.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,6 @@
222222
}
223223
}
224224
},
225-
"timestamp": 1753124511
225+
"timestamp": 1753130664
226226
}
227227
}

coverage/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<img src="./assets/0.13.2/loading.gif" alt="loading"/>
1414
</div>
1515
<div id="wrapper" class="hide">
16-
<div class="timestamp">Generated <abbr class="timeago" title="2025-07-21T14:01:51-05:00">2025-07-21T14:01:51-05:00</abbr></div>
16+
<div class="timestamp">Generated <abbr class="timeago" title="2025-07-21T15:44:24-05:00">2025-07-21T15:44:24-05:00</abbr></div>
1717
<ul class="group_tabs"></ul>
1818

1919
<div id="content">

0 commit comments

Comments
 (0)