Skip to content

Commit abe8ace

Browse files
authored
Merge pull request #2241 from yahonda/require_activerecord_in_templaltes
Require 'activerecord', not 'rails' not to attempt to install digest
2 parents abe1d64 + bd21e20 commit abe8ace

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guides/bug_report_templates/active_record_gem.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
99

10-
gem "rails", github: "rails/rails", branch: "main"
10+
gem "activerecord", github: "rails/rails", branch: "main"
1111
gem "activerecord-oracle_enhanced-adapter", github: "rsim/oracle-enhanced", branch: "master"
1212
gem "minitest"
1313

guides/bug_report_templates/active_record_gem_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
99

10-
gem "rails", github: "rails/rails", branch: "main"
10+
gem "activerecord", github: "rails/rails", branch: "main"
1111
gem "activerecord-oracle_enhanced-adapter", github: "rsim/oracle-enhanced", branch: "master"
1212
gem "rspec", require: "rspec/autorun"
1313

0 commit comments

Comments
 (0)