Skip to content

Commit

Permalink
Revert "Move activerecord from gemspec to Gemfile"
Browse files Browse the repository at this point in the history
This reverts commit 5279b25.
  • Loading branch information
sambostock committed Nov 15, 2023
1 parent 816309a commit 8ff5944
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ gemspec
gem "sidekiq"
gem "resque"

gem "activerecord"
gem "mysql2", github: "brianmario/mysql2"
gem "globalid"
gem "i18n"
Expand Down
1 change: 1 addition & 0 deletions job-iteration.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ Gem::Specification.new do |spec|
spec.metadata["changelog_uri"] = "https://github.com/Shopify/job-iteration/blob/main/CHANGELOG.md"
spec.metadata["allowed_push_host"] = "https://rubygems.org"

spec.add_development_dependency("activerecord")
spec.add_dependency("activejob", ">= 5.2")
end

0 comments on commit 8ff5944

Please sign in to comment.