Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ADO - 36952 Update to rails above 5.0 #218

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

darkodosenovic
Copy link
Contributor

@darkodosenovic darkodosenovic commented Feb 1, 2022

🐘

Update rails to any above 5.0
Update sprockets to any above 4.0

AB#36952

@darkodosenovic darkodosenovic requested a review from a team as a code owner February 1, 2022 17:14
@darkodosenovic darkodosenovic changed the title Update rails 6 ADO - 36952 Update to rails 6 Feb 1, 2022
Copy link
Member

@mvandenbeuken mvandenbeuken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a couple of comments

@@ -44,10 +44,10 @@ Gem::Specification.new do |s|
s.add_dependency 'dotenv-rails'
s.add_dependency 'font-awesome-sass', '>= 5.0.6'
s.add_dependency 'foundation-rails', '~> 6.4.3.0'
s.add_dependency 'rails', '~> 5.0'
s.add_dependency 'rails', '~> 6'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so that it's backwards compatible, how about '>= 5.0'?

s.add_dependency 'redis-rails'
s.add_dependency 'sass-rails'
s.add_dependency 'sprockets', '~> 3.7'
s.add_dependency 'sprockets', '~> 4.0'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so that it's backwards compatible, how about '>= 4.0'?

@darkodosenovic darkodosenovic changed the title ADO - 36952 Update to rails 6 ADO - 36952 Update to rails above 5.0 Jun 13, 2023
mvandenbeuken
mvandenbeuken previously approved these changes Jun 13, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants