Skip to content

Commit c0c9878

Browse files
committed
Update config
1 parent 3d885b0 commit c0c9878

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

specs_e2e/rails_6_1_7/Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
gem 'logger', '~> 1.5.3'
54
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
65
gem 'rails', '~> 6.1.7', '>= 6.1.7.10'
76
# Use sqlite3 as the database for Active Record

specs_e2e/rails_6_1_7/config/application.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
require_relative 'boot'
22

3+
require 'logger'
34
require 'rails'
45
# Pick the frameworks you want:
56
require 'active_model/railtie'

0 commit comments

Comments
 (0)