Skip to content

Commit 2b02151

Browse files
committed
[from now] 2023/05/03 18:24:53
diff --git a/Gemfile b/Gemfile index 2e247f1..8bfd0ae 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ group :development do gem "rubocop-rails", require: false gem "rubocop-rspec", require: false - gem "activerecord", github: "yahonda/rails", branch: "diag44576" + gem "activerecord", github: "rails/rails", ref: "7fe221d898afe877f282b549bd8bb908ebe1843d" gem "ruby-plsql", github: "rsim/ruby-plsql", branch: "master" platforms :ruby do
1 parent 166f5f6 commit 2b02151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ group :development do
1313
gem "rubocop-rails", require: false
1414
gem "rubocop-rspec", require: false
1515

16-
gem "activerecord", github: "yahonda/rails", branch: "diag44576"
16+
gem "activerecord", github: "rails/rails", ref: "7fe221d898afe877f282b549bd8bb908ebe1843d"
1717
gem "ruby-plsql", github: "rsim/ruby-plsql", branch: "master"
1818

1919
platforms :ruby do

0 commit comments

Comments
 (0)