Skip to content

Commit 11b1ed6

Browse files
committed
separated 2.7 gemfilem updated for ADSL management
1 parent af50308 commit 11b1ed6

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.github/workflows/code_coverage.yml

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515

16+
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
17+
BUNDLE_GEMFILE: gemfiles/ruby-3/Gemfile
18+
1619
steps:
1720
- uses: actions/checkout@v4
1821
with:

gemfiles/ruby-2-7/Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ gem 'rspec'
1212
gem 'debug'
1313

1414
gem 'amazing_print'
15+
16+
gem 'simplecov'

gemfiles/ruby-2-7/Gemfile.lock

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ GEM
77
irb (~> 1.10)
88
reline (>= 0.3.8)
99
diff-lcs (1.5.1)
10+
docile (1.4.1)
1011
io-console (0.8.0)
1112
irb (1.14.3)
1213
rdoc (>= 4.0.0)
@@ -32,6 +33,12 @@ GEM
3233
diff-lcs (>= 1.2.0, < 2.0)
3334
rspec-support (~> 3.13.0)
3435
rspec-support (3.13.2)
36+
simplecov (0.22.0)
37+
docile (~> 1.1)
38+
simplecov-html (~> 0.11)
39+
simplecov_json_formatter (~> 0.1)
40+
simplecov-html (0.13.1)
41+
simplecov_json_formatter (0.1.4)
3542
stringio (3.1.2)
3643

3744
PLATFORMS
@@ -43,6 +50,7 @@ DEPENDENCIES
4350
debug
4451
rake
4552
rspec
53+
simplecov
4654

4755
BUNDLED WITH
4856
2.4.22

0 commit comments

Comments
 (0)