Closed daviddavis closed 8 years ago
Not sure if you are intending to drop Ruby 2.0 support but rabl 0.13 uses required keyword arguments which were introduced in 2.1.
If you aren't supporting ruby 2.0 and earlier, I'd recommend setting required_ruby_version in your gemspec and removing places where you are checking RUBY_VERSION (e.g. https://git.io/vK2lx).
required_ruby_version
Not sure if you are intending to drop Ruby 2.0 support but rabl 0.13 uses required keyword arguments which were introduced in 2.1.
If you aren't supporting ruby 2.0 and earlier, I'd recommend setting
required_ruby_version
in your gemspec and removing places where you are checking RUBY_VERSION (e.g. https://git.io/vK2lx).