Commit 6f36bb8a096b1476bb5445ec7e3441b8c9d88614

Authored by Dan Croak
1 parent 6ca0662d

install sqlite3-ruby during script/create_project

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
script/create_project
@@ -88,6 +88,10 @@ unless installed?("heroku") @@ -88,6 +88,10 @@ unless installed?("heroku")
88 run "sudo gem install heroku" 88 run "sudo gem install heroku"
89 end 89 end
90 90
  91 +unless installed?("sqlite3-ruby")
  92 + run "sudo gem install sqlite3-ruby"
  93 +end
  94 +
91 # can't install rubaidh-google_analytics via rake gems:install because 95 # can't install rubaidh-google_analytics via rake gems:install because
92 # it is a production gem and we don't have a production database 96 # it is a production gem and we don't have a production database
93 unless installed?("rubaidh-google_analytics") 97 unless installed?("rubaidh-google_analytics")