diff options
| -rw-r--r-- | Library/Formula/chruby.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/chruby.rb b/Library/Formula/chruby.rb index 0413350f4..d2c0d44ed 100644 --- a/Library/Formula/chruby.rb +++ b/Library/Formula/chruby.rb @@ -2,8 +2,8 @@ require 'formula' class Chruby < Formula homepage 'https://github.com/postmodern/chruby#readme' - url 'https://github.com/postmodern/chruby/archive/v0.3.5.tar.gz' - sha1 'a08254910d18c20fe979f6551bd0797e287f1e5e' + url 'https://github.com/postmodern/chruby/archive/v0.3.6.tar.gz' + sha1 'b492b1b5661a53c853f4e6ee8f5b67d4d75d0c39' head 'https://github.com/postmodern/chruby.git' |
