http-cookie
http-cookie copied to clipboard
Gemfile: add ruby RUBY_VERSION version hint
- this helps bundler choose the right versions of gems for older Rubies.
(Until Bundler can figure all of this out on its own, we can regenerate the lockfile on each build.)
- This makes the 1.9.3 build work
- The 1.8.7 build can never work since its URI module does not have
#encode_www_form - ree is also 1.8.7 -
ree-1.8.7-2012.02and fails for the same reason
Error: test_upgrade_mozillastore(TestHTTPCookieJar::WithMozillaStore)
NoMethodError: undefined method `encode_www_form' for URI:Module
/home/travis/build/sparklemotion/http-cookie/lib/http/cookie_jar/mozilla_store.rb:303:in `upgrade_database'
It was an accident that 1.8 compatibility was broken, http-cookie still supports 1.8.
@knu Cool!
- rebased
- added back
ree,1.8.7 - added the RUBY_VERSION marker to Gemfile
- added exact versions to JRuby Travis builds
Perhaps we can talk about whether to keep rbx-2 in the matrix, instead?
Requested binary installation but no rubies are available to download, consider skipping --binary flag.
Gemset '' does not exist, 'rvm rbx-2 do rvm gemset create ' first, or append '--create'.
@olleolleolle I think we can drop support for rbx-2.