Old comment removal

pull/741/head
Rick Carlino 2018-03-22 13:25:48 -05:00
parent 11d1cbef42
commit d7496ed543
1 changed files with 1 additions and 7 deletions

View File

@ -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"