-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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
ama_styles.gemspec
Outdated
@@ -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' |
There was a problem hiding this comment.
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'?
ama_styles.gemspec
Outdated
s.add_dependency 'redis-rails' | ||
s.add_dependency 'sass-rails' | ||
s.add_dependency 'sprockets', '~> 3.7' | ||
s.add_dependency 'sprockets', '~> 4.0' |
There was a problem hiding this comment.
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'?
6c0ee27
to
860c124
Compare
🐘
Update rails to any above 5.0
Update sprockets to any above 4.0
AB#36952