We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d885b0 commit c0c9878Copy full SHA for c0c9878
specs_e2e/rails_6_1_7/Gemfile
@@ -1,7 +1,6 @@
1
source 'https://rubygems.org'
2
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
3
4
-gem 'logger', '~> 1.5.3'
5
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
6
gem 'rails', '~> 6.1.7', '>= 6.1.7.10'
7
# Use sqlite3 as the database for Active Record
specs_e2e/rails_6_1_7/config/application.rb
@@ -1,5 +1,6 @@
require_relative 'boot'
+require 'logger'
require 'rails'
# Pick the frameworks you want:
require 'active_model/railtie'
0 commit comments