Skip to content

Commit

Permalink
Merge pull request #541 from sparklemotion/flavorjones-keep-rails-gem…
Browse files Browse the repository at this point in the history
…-version-req

ci: stop removing the gem version req from downstream rails build
  • Loading branch information
flavorjones committed May 27, 2024
2 parents 8b5a62b + a6bda0d commit 2618346
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 2618346

Please sign in to comment.