Skip to content

Commit

Permalink
ci: stop removing the gem version req from downstream rails build
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed May 27, 2024
1 parent d913ab0 commit a6bda0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
bundle install
bundle remove sqlite3
bundle add sqlite3 --path=".."
sed -i 's/^gem "sqlite3".*//' activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb
- name: run tests
run: |
cd rails/activerecord
Expand Down

0 comments on commit a6bda0d

Please sign in to comment.