Skip to content

Commit 3d885b0

Browse files
committed
Add logger dep
1 parent a318840 commit 3d885b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

specs_e2e/rails_6_1_7/Gemfile

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

4+
gem 'logger', '~> 1.5.3'
45
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
56
gem 'rails', '~> 6.1.7', '>= 6.1.7.10'
67
# Use sqlite3 as the database for Active Record

0 commit comments

Comments
 (0)