Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I noticed when running `rails new -m https://www.refinerycms.com/t/edge` that it was mangling the `Gemfile` when the `sqlite3` line looked like: ```ruby gem 'sqlite3', '~> 1.4' ``` Instead of the expected: ```ruby gem 'sqlite3' ``` Our `gsub_file` instruction now captures the entire line and inserts it inside the `group :development, :test do` block.
- Loading branch information