Skip to content

Commit 2ed84df

Browse files
committedNov 16, 2018
The last of renaming
1 parent 07c77fb commit 2ed84df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ source 'https://rubygems.org'
44

55
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
66

7-
# Specify your gem's dependencies in dbcop.gemspec
7+
# Specify your gem's dependencies in activerecord-data_integrity.gemspec
88
gemspec

‎bin/console

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# frozen_string_literal: true
33

44
require 'bundler/setup'
5-
require 'dbcop'
5+
require 'activerecord-data_integrity'
66

77
# You can add fixtures and/or initialization code here to make experimenting
88
# with your gem easier. You can also use a different console, if you like.

0 commit comments

Comments
 (0)
Failed to load comments.