Skip to content

Commit

Permalink
Update perf test Gemfile (puma, sqlite3)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Jan 3, 2025
1 parent 515eeb7 commit e7b35ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/performance/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ source 'https://rubygems.org'

gem 'newrelic_rpm', path: File.expand_path('../../..', __FILE__)

gem 'puma', '~> 5.0'
gem 'rails', '~> 8.0'
gem 'sqlite3', '~> 1.4'
gem 'puma'
gem 'sqlite3'

gem 'mocha'
gem 'redis'
Expand Down

0 comments on commit e7b35ca

Please sign in to comment.