gretel icon indicating copy to clipboard operation
gretel copied to clipboard

Test on Rails 4.2 + Ruby 2.3

Open futhr opened this issue 10 years ago • 3 comments

futhr avatar Jan 06 '16 15:01 futhr

Thanks for this pr :+1: Can you make it work on Ruby 2.3? It's just the test/unit require that's failing I think.

lassebunk avatar Jan 06 '16 15:01 lassebunk

Think this might fix the failing specs.

matrix:
  include:
    - rvm: 1.9.3
      before_install:
        - gem update --system 2.4.8

(edit)

futhr avatar Jan 06 '16 15:01 futhr

Seems to work anyway without downgrading rubygems for Travis on 1.9.3

futhr avatar Jan 06 '16 15:01 futhr