holli/action_smser

Rails 4 support

Closed this issue · 3 comments

woto commented

Hi, is any plans to support Rails 4?

Bundler could not find compatible versions for gem "rails":
  In Gemfile:
    action_smser (>= 0) ruby depends on
      rails (~> 3.1) ruby

    rails (4.0.0)

Hmm, does this require anything else?

I'm happy to merge if someone fixes it. Probably just changing the line to

s.add_dependency "rails", "> 3.1"

and testing it.

It would be nice to have also have separate Travis tests for both rails versions but its probably not so urgent.

Should be fixed (see iblue@0ac9d37)

Ah. True. Thanks :)