Skip to content

More preparing for Rails 6#4453

Merged
mitchellhenke merged 5 commits intomasterfrom
mitchellhenke/rails-6-prep-part-2-lg-3753
Nov 24, 2020
Merged

More preparing for Rails 6#4453
mitchellhenke merged 5 commits intomasterfrom
mitchellhenke/rails-6-prep-part-2-lg-3753

Conversation

@mitchellhenke
Copy link
Contributor

Follow up to #4451

Fixes a couple more class names, and ran rake rails:update to get some of the config from 5.2 upgrade.

Also moves git_ref into lib because it shouldn't be autoloaded or reloaded.

@mitchellhenke mitchellhenke force-pushed the mitchellhenke/rails-6-prep-part-2-lg-3753 branch from 8c3fb37 to 4144ce5 Compare November 24, 2020 15:10
Copy link
Contributor

@stevegsa stevegsa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@zachmargolis zachmargolis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

gem 'identity-doc-auth', github: '18F/identity-doc-auth', tag: 'v0.3.0'
gem 'identity-hostdata', github: '18F/identity-hostdata', tag: 'v0.4.1'
require File.join(__dir__, 'app', 'services', 'lambda_jobs', 'git_ref.rb')
require File.join(__dir__, 'lib', 'lambda_jobs', 'git_ref.rb')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mitchellhenke mitchellhenke merged commit a082f55 into master Nov 24, 2020
@mitchellhenke mitchellhenke deleted the mitchellhenke/rails-6-prep-part-2-lg-3753 branch November 24, 2020 17:09
@mitchellhenke mitchellhenke mentioned this pull request Nov 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants