Skip to content

Commit 0ea6597

Browse files
author
Derek Hower
committed
Merge remote-tracking branch 'origin/main' into refactor
2 parents 32c9053 + 42d9d3c commit 0ea6597

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

.vscode/launch.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"type": "rdbg",
6+
"name": "RVA20 Profile",
7+
"request": "launch",
8+
"command": "bundle exec rake",
9+
"script": "gen:profile[RVA20]",
10+
"args": [],
11+
"askParameters": false
12+
}
13+
]
14+
}

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ gem "yard"
2222

2323
group :development do
2424
gem "debug"
25+
gem "rdbg"
2526
gem "rubocop-minitest"
2627
gem "ruby-prof"
2728
gem "ruby-prof-flamegraph"

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ GEM
114114
rainbow (3.1.1)
115115
rake (13.2.1)
116116
rbs (2.8.4)
117+
rdbg (0.1.0)
118+
debug (>= 1.2.2)
117119
rdoc (6.8.1)
118120
psych (>= 4.0.0)
119121
regexp_parser (2.9.2)
@@ -192,6 +194,7 @@ DEPENDENCIES
192194
minitest
193195
pygments.rb
194196
rake (~> 13.0)
197+
rdbg
195198
rouge
196199
rubocop-minitest
197200
ruby-prof

container.def

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ From: ubuntu:24.04
2626
apt-get install -y --no-install-recommends npm
2727

2828
apt-get install -y --no-install-recommends ditaa
29+
apt-get install -y --no-install-recommends libyaml-dev
2930

3031
apt-get install -y --no-install-recommends libyaml-dev
3132

0 commit comments

Comments
 (0)