GRN2-45, GRN2-197: Upgrade Rails to 5.2.3 and removed sass-rails gem (#636)

* Removed deprecate sass-rails and replace with sassc-rails

* Upgraded to Rails 5.2.3

* Fixed travis

* Added back Spring code

* Fixed travis again
This commit is contained in:
farhatahmad
2019-07-15 10:13:41 -04:00
committed by GitHub
parent ad2321e3e9
commit 5a3ad3159c
19 changed files with 228 additions and 155 deletions

View File

@ -26,6 +26,9 @@ Bundler.require(*Rails.groups)
module Greenlight
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 5.2
# Settings in config/environments/* take precedence over those specified here.
# Application configuration should go into files in config/initializers
# -- all .rb files in that directory are automatically loaded.