We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19b594 commit 48f54a1Copy full SHA for 48f54a1
test/support/application_generator.rb
@@ -59,7 +59,7 @@ def generate_files
59
c.gsub!(/(gem '(byebug|web-console|sdoc|jbuilder)')/, "# \\1")
60
61
if @version.to_s < '5.2'
62
- c.gsub!(/(gem 'sqlite3')/, "\\1, '< 1.4'")
+ c.gsub!(/(gem 'sqlite3').*$/, "\\1, '< 1.4'")
63
end
64
65
c
0 commit comments