Skip to content

Commit 981b27d

Browse files
committed
Benchmark not included by default in Rails 8.1, require the gem
1 parent fcca0df commit 981b27d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gemfiles/rails-8.1.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ source 'https://rubygems.org'
22

33
gem 'rails', '~> 8.1.0'
44
gem 'sidekiq', '>= 7.3.0', require: false
5+
gem 'benchmark'
56

67
gem 'logtail'
78
gem 'logtail-rack'

gemfiles/rails-edge.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ source 'https://rubygems.org'
22

33
gem 'rails', github: 'rails/rails', branch: 'main'
44
gem 'sidekiq', '>= 7.3.0', require: false if RUBY_VERSION >= '2.7.0'
5+
gem 'benchmark'
56

67
gem 'logtail'
78
gem 'logtail-rack'

0 commit comments

Comments
 (0)