Skip to content

Commit

Permalink
update rails 6 0 also
Browse files Browse the repository at this point in the history
  • Loading branch information
tannalynn committed Jan 17, 2025
1 parent f057c7e commit 50a4534
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/environments/rails60/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ gem 'pry' if ENV['ENABLE_PRY']

gem 'simplecov' if ENV['VERBOSE_TEST_OUTPUT']
gem 'warning'

gem 'logger'
1 change: 1 addition & 0 deletions test/environments/rails60/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# frozen_string_literal: true

require_relative 'boot'
require 'logger'

require 'rails/all'
require 'active_record/base'
Expand Down

0 comments on commit 50a4534

Please sign in to comment.