Skip to content

Commit dcbf3d8

Browse files
point at github commit for updated ruby-prof dep (#529)
closes #528
1 parent 0368d16 commit dcbf3d8

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ group :development do
2525
gem "rdbg"
2626
gem "rubocop-minitest"
2727
gem "ruby-prof"
28-
gem "ruby-prof-flamegraph"
28+
gem "ruby-prof-flamegraph", git: "https://github.com/oozou/ruby-prof-flamegraph.git", ref: "fc3c437", require: false
2929
gem "solargraph"
3030
end

Gemfile.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
GIT
2+
remote: https://github.com/oozou/ruby-prof-flamegraph.git
3+
revision: fc3c4370627597557db31e93b6008b123d75ab14
4+
ref: fc3c437
5+
specs:
6+
ruby-prof-flamegraph (0.3.0)
7+
ruby-prof (>= 1.4.2)
8+
19
GEM
210
remote: https://rubygems.org/
311
specs:
@@ -142,9 +150,7 @@ GEM
142150
rubocop-minitest (0.35.1)
143151
rubocop (>= 1.61, < 2.0)
144152
rubocop-ast (>= 1.31.1, < 2.0)
145-
ruby-prof (0.18.0)
146-
ruby-prof-flamegraph (0.3.0)
147-
ruby-prof (~> 0.13)
153+
ruby-prof (1.7.1)
148154
ruby-progressbar (1.13.0)
149155
ruby-rc4 (0.1.5)
150156
securerandom (0.4.0)
@@ -198,7 +204,7 @@ DEPENDENCIES
198204
rouge
199205
rubocop-minitest
200206
ruby-prof
201-
ruby-prof-flamegraph
207+
ruby-prof-flamegraph!
202208
ruby-progressbar (~> 1.13)
203209
solargraph
204210
treetop (= 1.6.12)

0 commit comments

Comments
 (0)