File: default.gemfile

package info (click to toggle)
ruby-oauth2 2.0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,196 kB
  • sloc: ruby: 5,441; javascript: 529; sh: 4; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 457 bytes parent folder | download
1
2
3
4
5
6
# The cake is a lie.
# erb v2.2, the oldest release, was never compatible with Ruby 2.3.
# In addition, erb does not follow SemVer, and old rubies get dropped in a patch.
# This means we have no choice but to use the erb that shipped with Ruby 2.3
# /opt/hostedtoolcache/Ruby/2.3.8/x64/lib/ruby/gems/2.3.0/gems/erb-2.2.2/lib/erb.rb:670:in `prepare_trim_mode': undefined method `match?' for "-":String (NoMethodError)
# gem "erb", ">= 2.2"   # ruby >= 2.3.0