Skip to content

support ruby 2.7#690

Merged
erdgeist merged 4 commits intofrab:masterfrom
elad-eyal:ruby2.7
Feb 15, 2020
Merged

support ruby 2.7#690
erdgeist merged 4 commits intofrab:masterfrom
elad-eyal:ruby2.7

Conversation

@elad-eyal
Copy link
Collaborator

@elad-eyal elad-eyal commented Jan 31, 2020

  • add ruby 2.7 to travis CI
  • update bundler since bundler 1 is removed from ruby 2.7
  • add gem scanf because scanf is no longer bundled gem (link)
  • limit version of sass-rails because v6 requires manifest.js and I'm not sure how to build it.
  • bumped version (bundle update) because there were lots of deprecation warnings. There are less warnings now, bu there are still quite a few packages with warnings.
  • fix some depracation warnings in frab

Closes #688

Notes:

  1. sass-rails now notifies that sass is EOL . When we update sass-rails to v6, it will update to sassc

  2. There are a few warnings on frab code:

app/lib/static_schedule/export.rb:83: warning: URI.unescape is obsolete
app/lib/static_schedule/export.rb:104: warning: URI.unescape is obsolete

app/lib/static_schedule/export.rb:73: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
@erdgeist erdgeist merged commit 0ebfe61 into frab:master Feb 15, 2020
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.

Docker build is broken (ruby 2.7.0)

2 participants