Skip to content

Commit

Permalink
main
Browse files Browse the repository at this point in the history
  • Loading branch information
zzak committed Sep 19, 2024
1 parent 839801a commit 814e0aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/gemfiles/Gemfile-rails-8.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
eval_gemfile "../../Gemfile"

gem "rails", github: "zzak/rails", branch: "aj-extract-adapters"
gem "rails", github: "rails/rails"
gem "zeitwerk"
gem "resque-scheduler"
gem "sqlite3"
2 changes: 1 addition & 1 deletion test/gemfiles/Gemfile-rails-main
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
eval_gemfile "../../Gemfile"

gem "rails", github: "zzak/rails", branch: "aj-extract-adapters"
gem "rails", github: "rails/rails"
gem "zeitwerk"
gem "resque-scheduler", require: false
gem "sqlite3"

0 comments on commit 814e0aa

Please sign in to comment.