Skip to content

Commit

Permalink
[from now] 2023/05/03 18:24:53
Browse files Browse the repository at this point in the history
diff --git a/Gemfile b/Gemfile
index 2e247f12..8bfd0ae1 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
  • Loading branch information
yahonda committed May 3, 2023
1 parent 166f5f6 commit 2b02151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b02151

Please sign in to comment.