Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions benchmarks/erubi-rails/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gem 'mutex_m'

group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
gem 'byebug', platforms: [:mri, :windows]
end

group :development do
Expand Down Expand Up @@ -77,7 +77,7 @@ if RUBY_VERSION >= "3.1"
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem 'tzinfo-data', platforms: [:windows, :jruby]

gem 'base64'
gem 'bigdecimal'
2 changes: 1 addition & 1 deletion benchmarks/railsbench/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if RUBY_VERSION >= "3.1"
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem 'tzinfo-data', platforms: [:windows, :jruby]

gem "base64"
gem "bigdecimal"