diff options
Diffstat (limited to 'Library/Formula/rbenv-bundler-ruby-version.rb')
| -rw-r--r-- | Library/Formula/rbenv-bundler-ruby-version.rb | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/rbenv-bundler-ruby-version.rb b/Library/Formula/rbenv-bundler-ruby-version.rb index a71c5fcf4..bf00b04ab 100644 --- a/Library/Formula/rbenv-bundler-ruby-version.rb +++ b/Library/Formula/rbenv-bundler-ruby-version.rb @@ -1,5 +1,3 @@ -require "formula" -  class RbenvBundlerRubyVersion < Formula    homepage "https://github.com/aripollak/rbenv-bundler-ruby-version"    url "https://github.com/aripollak/rbenv-bundler-ruby-version/archive/v0.1.tar.gz" @@ -15,6 +13,6 @@ class RbenvBundlerRubyVersion < Formula    test do      (testpath/"Gemfile").write("ruby \"2.1.5\"") -    system "rbenv bundler-ruby-version" +    system "rbenv", "bundler-ruby-version"    end  end  | 
