From d7496ed543ea5bcbe1a4e172e1a03ccc32baf5e8 Mon Sep 17 00:00:00 2001 From: Rick Carlino Date: Thu, 22 Mar 2018 13:25:48 -0500 Subject: [PATCH] Old comment removal --- Gemfile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 03f2af4c0..fb6d18945 100755 --- a/Gemfile +++ b/Gemfile @@ -15,14 +15,11 @@ gem "rack-attack" gem "paperclip" gem "figaro" gem "fog-google", git: "https://github.com/fog/fog-google" -gem "pg" # , "0.21.0" # TODO: Why can't I upgrade to 1.0.0? +gem "pg" gem "polymorphic_constraints" gem "tzinfo" # For validation of user selected timezone names gem "foreman" gem "webpack-rails" -# Error reporting tools. -# Active on the "official" FarmBot server, set the appropriate ENV -# vars if you wish to use them on your own servers. gem "rollbar" gem "skylight" gem "bunny" @@ -40,9 +37,6 @@ group :development, :test do gem "faker" gem "smarf_doc", git: "https://github.com/RickCarlino/smarf_doc.git" gem "rails-erd" - # TODO: Upgrade versions when they fix this stuff: - # https://stackoverflow.com/questions/43983466 - # /controller-test-emits-debug-failure-messages-after-rails-5-1-upgrade gem "rspec" gem "rspec-rails" gem "simplecov"