coub / raml_ruby

Raml Ruby
MIT License
93 stars 27 forks source link

Permits use of pre release activesupport #23

Closed diogobenica closed 8 years ago

kgorin commented 8 years ago

@diogobenica hey, why do we need this?

diogobenica commented 8 years ago

@kgorin Sorry for not explaining in description! We are using Rails 5 beta, and so far raml_ruby is working normally with activesupport 5.0.0.beta(1 to 3). I ran the tests, and everything pass too. This way, we can use activesupport ~> 4 (that will be downloaded from bundle), but will not give a dependency error for those using Rails 5.

kgorin commented 8 years ago

@diogobenica done, thanks