Skip to content

Commit b14bb9b

Browse files
authored
Merge pull request #405 from panorama-ed/update-gems
Update development dependencies
2 parents ae2f442 + 747a24c commit b14bb9b

4 files changed

Lines changed: 25 additions & 24 deletions

File tree

.github/workflows/dependency-review.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: 'Checkout Repository'
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
- name: 'Dependency Review'
2020
uses: actions/dependency-review-action@v4
2121
with:
22-
# Possible values: "critical", "high", "moderate", "low"
23-
fail-on-severity: high
22+
# Possible values: "critical", "high", "moderate", "low"
23+
fail-on-severity: high

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ruby: [3.1, 3.2, 3.3, 3.4, jruby, truffleruby-head]
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525

2626
# Conditionally configure bundler via environment variables as advised
2727
# * https://github.com/ruby/setup-ruby#bundle-config

Gemfile.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/panorama-ed/panolint-ruby.git
3-
revision: 70994c5a8b9c75d7d86e6de453851d7ee880cfc1
3+
revision: 93e50a4d077695957f759275473d7b55ff61f48b
44
branch: main
55
specs:
66
panolint-ruby (0)
@@ -19,40 +19,40 @@ GEM
1919
ansi (1.5.0)
2020
ast (2.4.3)
2121
diff-lcs (1.6.2)
22-
docile (1.4.0)
22+
docile (1.4.1)
2323
dokaz (0.0.5)
2424
ansi
2525
rouge (~> 4)
2626
slop (~> 3)
27-
json (2.12.2)
27+
json (2.16.0)
2828
language_server-protocol (3.17.0.5)
2929
lint_roller (1.1.0)
30-
minitest (5.18.0)
30+
minitest (5.26.1)
3131
parallel (1.27.0)
32-
parser (3.3.8.0)
32+
parser (3.3.10.0)
3333
ast (~> 2.4.1)
3434
racc
35-
prism (1.4.0)
35+
prism (1.6.0)
3636
racc (1.8.1)
3737
rainbow (3.1.1)
38-
rake (13.2.1)
38+
rake (13.3.1)
3939
redcarpet (3.6.1)
40-
regexp_parser (2.10.0)
41-
rexml (3.4.1)
42-
rouge (4.1.0)
43-
rspec (3.13.1)
40+
regexp_parser (2.11.3)
41+
rexml (3.4.4)
42+
rouge (4.6.1)
43+
rspec (3.13.2)
4444
rspec-core (~> 3.13.0)
4545
rspec-expectations (~> 3.13.0)
4646
rspec-mocks (~> 3.13.0)
47-
rspec-core (3.13.4)
47+
rspec-core (3.13.6)
4848
rspec-support (~> 3.13.0)
4949
rspec-expectations (3.13.5)
5050
diff-lcs (>= 1.2.0, < 2.0)
5151
rspec-support (~> 3.13.0)
52-
rspec-mocks (3.13.5)
52+
rspec-mocks (3.13.7)
5353
diff-lcs (>= 1.2.0, < 2.0)
5454
rspec-support (~> 3.13.0)
55-
rspec-support (3.13.4)
55+
rspec-support (3.13.6)
5656
rubocop (1.75.6)
5757
json (~> 2.3)
5858
language_server-protocol (~> 3.17.0.2)
@@ -64,7 +64,7 @@ GEM
6464
rubocop-ast (>= 1.44.0, < 2.0)
6565
ruby-progressbar (~> 1.7)
6666
unicode-display_width (>= 2.4.0, < 4.0)
67-
rubocop-ast (1.44.1)
67+
rubocop-ast (1.48.0)
6868
parser (>= 3.3.7.2)
6969
prism (~> 1.4)
7070
rubocop-performance (1.25.0)
@@ -79,15 +79,15 @@ GEM
7979
docile (~> 1.1)
8080
simplecov-html (~> 0.11)
8181
simplecov_json_formatter (~> 0.1)
82-
simplecov-cobertura (2.1.0)
82+
simplecov-cobertura (3.1.0)
8383
rexml
8484
simplecov (~> 0.19)
85-
simplecov-html (0.12.3)
85+
simplecov-html (0.13.2)
8686
simplecov_json_formatter (0.1.4)
8787
slop (3.6.0)
88-
unicode-display_width (3.1.4)
89-
unicode-emoji (~> 4.0, >= 4.0.4)
90-
unicode-emoji (4.0.4)
88+
unicode-display_width (3.2.0)
89+
unicode-emoji (~> 4.1)
90+
unicode-emoji (4.1.0)
9191
values (1.8.0)
9292
webrick (1.9.1)
9393
yard (0.9.37)

spec/spec_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Simplecov needs to be loaded before we require `memo_wise` in order to
44
# properly track all memo_wise files
55
if Gem.loaded_specs.key?("simplecov")
6+
require "simplecov"
67
require "simplecov-cobertura"
78

89
SimpleCov.start do

0 commit comments

Comments
 (0)