Skip to content

Commit

Permalink
Bump perf test Rails app to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Jan 3, 2025
1 parent cd3d358 commit 258cb90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/performance/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source 'https://rubygems.org'
gem 'newrelic_rpm', path: File.expand_path('../../..', __FILE__)

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

gem 'mocha'
Expand Down
2 changes: 1 addition & 1 deletion test/performance/rails_app/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
module RailsApp
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults(7.0)
config.load_defaults(8.0)

# Configuration for the application, engines, and railties goes here.
#
Expand Down

0 comments on commit 258cb90

Please sign in to comment.