Skip to content

Commit

Permalink
add activerecord when building rails main
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelpuyol committed Mar 24, 2021
1 parent 4e8ba47 commit 5eef60f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ else
# rubocop:disable Bundler/DuplicatedGem
gem "actionview"
gem "activemodel"
gem "activerecord"
gem "activesupport"
gem "railties"
# rubocop:enable Bundler/DuplicatedGem
Expand Down
1 change: 1 addition & 0 deletions demo/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ else
# rubocop:disable Bundler/DuplicatedGem
gem "actionview"
gem "activemodel"
gem "activerecord"
gem "activesupport"
gem "railties"
# rubocop:enable Bundler/DuplicatedGem
Expand Down

0 comments on commit 5eef60f

Please sign in to comment.