CircleCI-Public / circleci-demo-ruby-rails

A CircleCI demo project using Ruby and Rails
https://circleci.com/gh/CircleCI-Public/circleci-demo-ruby-rails
MIT License
78 stars 293 forks source link

Update to Rails 6.0.1 to address deprecation warnings #33

Closed nbialostosky closed 4 years ago

nbialostosky commented 4 years ago

Why:

We recently updated this project to Ruby 2.7.1 and in doing so started to see some deprecation warnings when running tests or starting the database.

What:

To address this we just needed to update to Rails 6.0.1 and update to a specific version of coffee-rails and rspec-rails.

Before:

Screen Shot 2020-05-11 at 8 09 56 AM

After:

Screen Shot 2020-05-11 at 8 22 15 AM