Skip to content

Commit

Permalink
refactor(ruby-version): use autoReplace
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins committed Apr 8, 2020
1 parent 6dd53d1 commit 482cfab
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 27 deletions.
6 changes: 0 additions & 6 deletions lib/manager/ruby-version/__snapshots__/update.spec.ts.snap

This file was deleted.

2 changes: 1 addition & 1 deletion lib/manager/ruby-version/index.ts
Expand Up @@ -2,8 +2,8 @@ import { LANGUAGE_RUBY } from '../../constants/languages';
import * as rubyVersioning from '../../versioning/ruby';

export { extractPackageFile } from './extract';
export { updateDependency } from './update';

export const autoReplace = true;
export const language = LANGUAGE_RUBY;

export const defaultConfig = {
Expand Down
13 changes: 0 additions & 13 deletions lib/manager/ruby-version/update.spec.ts

This file was deleted.

7 changes: 0 additions & 7 deletions lib/manager/ruby-version/update.ts

This file was deleted.

0 comments on commit 482cfab

Please sign in to comment.