Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
dhower-qc committed Dec 17, 2024
2 parents 32c9053 + 42d9d3c commit 0ea6597
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "rdbg",
"name": "RVA20 Profile",
"request": "launch",
"command": "bundle exec rake",
"script": "gen:profile[RVA20]",
"args": [],
"askParameters": false
}
]
}
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ gem "yard"

group :development do
gem "debug"
gem "rdbg"
gem "rubocop-minitest"
gem "ruby-prof"
gem "ruby-prof-flamegraph"
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
rbs (2.8.4)
rdbg (0.1.0)
debug (>= 1.2.2)
rdoc (6.8.1)
psych (>= 4.0.0)
regexp_parser (2.9.2)
Expand Down Expand Up @@ -192,6 +194,7 @@ DEPENDENCIES
minitest
pygments.rb
rake (~> 13.0)
rdbg
rouge
rubocop-minitest
ruby-prof
Expand Down
1 change: 1 addition & 0 deletions container.def
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ From: ubuntu:24.04
apt-get install -y --no-install-recommends npm

apt-get install -y --no-install-recommends ditaa
apt-get install -y --no-install-recommends libyaml-dev

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

Expand Down

0 comments on commit 0ea6597

Please sign in to comment.