Skip to content

Commit 8c881a6

Browse files
committed
Refer the upstream revisions
1 parent a87ec3b commit 8c881a6

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

benchmarks/lobsters/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ group :development do
5353
gem 'flamegraph'
5454
gem 'memory_profiler'
5555
gem 'rack-mini-profiler'
56-
gem 'stackprof', github: 'nobu/stackprof', branch: 'postponed_jobs'
56+
gem 'stackprof', github: 'tmm1/stackprof'
5757
end
5858

5959
gem "oauth" # for twitter-posting bot

benchmarks/lobsters/Gemfile.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
GIT
2-
remote: https://github.com/nobu/stackprof.git
2+
remote: https://github.com/tmm1/stackprof.git
33
revision: 7d4b181569c04c9a35d0b4250cfbc535760ac18d
4-
branch: postponed_jobs
54
specs:
65
stackprof (0.2.27)
76

benchmarks/railsbench/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ end
1818

1919
gem 'sprockets-rails', '3.2.2'
2020

21-
gem 'stackprof', platforms: :mri, github: 'nobu/stackprof', branch: 'postponed_jobs'
21+
gem 'stackprof', platforms: :mri, github: 'tmm1/stackprof'
2222
# Use sqlite3 as the database for Active Record
2323
gem 'sqlite3', platform: :ruby
2424
gem 'activerecord-jdbcsqlite3-adapter', '~> 70', platform: :jruby

benchmarks/railsbench/Gemfile.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
GIT
2-
remote: https://github.com/nobu/stackprof.git
2+
remote: https://github.com/tmm1/stackprof.git
33
revision: 7d4b181569c04c9a35d0b4250cfbc535760ac18d
4-
branch: postponed_jobs
54
specs:
65
stackprof (0.2.27)
76

0 commit comments

Comments
 (0)