Skip to content

Commit aed2f83

Browse files
committed
[yegor256#1207] fix style
1 parent af00e5c commit aed2f83

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.simplecov

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# frozen_string_literal: true
12
# Copyright (c) 2016-2024 Yegor Bugayenko
23
#
34
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -33,5 +34,5 @@ SimpleCov.start do
3334
add_filter '/front/'
3435
add_filter '/liquibase/'
3536
add_filter '/public/'
36-
minimum_coverage 70
37+
minimum_coverage 90
3738
end

Gemfile.lock

+2-1
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ GEM
268268

269269
PLATFORMS
270270
arm64-darwin-22
271+
arm64-darwin-23
271272
x86_64-darwin-16
272273
x86_64-darwin-18
273274
x86_64-darwin-20
@@ -300,4 +301,4 @@ DEPENDENCIES
300301
xcop (= 0.7.1)
301302

302303
BUNDLED WITH
303-
2.4.22
304+
2.5.3

0 commit comments

Comments
 (0)