Skip to content

Commit

Permalink
Pin sqlite to avoid build issue (#2078)
Browse files Browse the repository at this point in the history
  • Loading branch information
benoittgt authored and JonRowe committed Oct 3, 2019
1 parent a4fad1a commit a9094cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example_app_generator/generate_app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
gsub_file "Gemfile", /.*debugger.*/, ''
gsub_file "Gemfile", /.*byebug.*/, "gem 'byebug', '~> 9.0.6'"
gsub_file "Gemfile", /.*puma.*/, ""
gsub_file "Gemfile", /.*sqlite3.*/, "gem 'sqlite3', '~> 1.3.6'"
if RUBY_VERSION < '2.2.2'
gsub_file "Gemfile", /.*rdoc.*/, "gem 'rdoc', '< 6'"
end
Expand Down

0 comments on commit a9094cb

Please sign in to comment.