Closed yu1l closed 9 years ago
Could you add version constraint "~> 4.0" in .gemspec file, and commit Gemfile.lock as well? Build was failing on Travis because bundle install won't install Rails.
"~> 4.0"
Gemfile.lock
bundle install
ping @yhoshino11
@yhoshino11 please check my responses above from September.
fixed by #11
Could you add version constraint
"~> 4.0"
in .gemspec file, and commitGemfile.lock
as well? Build was failing on Travis becausebundle install
won't install Rails.