Skip to content

Commit 38df9e7

Browse files
committed
Update config
1 parent f0c6106 commit 38df9e7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Ruby
1616
uses: ruby/setup-ruby@v1
1717
with:
18-
ruby-version: 2.7
18+
ruby-version: 2.7.6
1919
bundler-cache: true
2020
- name: Run tests
2121
run: bundle exec rake

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)