Skip to content

ADO - 36952 Update to rails above 5.0#218

Open
Darko Dosenovic (darkodosenovic) wants to merge 6 commits intomasterfrom
update-rails-6
Open

ADO - 36952 Update to rails above 5.0#218
Darko Dosenovic (darkodosenovic) wants to merge 6 commits intomasterfrom
update-rails-6

Conversation

@darkodosenovic
Copy link
Contributor

@darkodosenovic Darko Dosenovic (darkodosenovic) commented Feb 1, 2022

🐘

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

AB#36952

Copy link
Member

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

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'

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'

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 Darko Dosenovic (darkodosenovic) changed the title ADO - 36952 Update to rails 6 ADO - 36952 Update to rails above 5.0 Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants