Skip to content

Commit

Permalink
add Gemfile for remaining deps
Browse files Browse the repository at this point in the history
  • Loading branch information
timfel committed Aug 31, 2011
1 parent e370277 commit c7c647e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Gemfile
@@ -0,0 +1,8 @@
source :rubygems
gem "bcrypt-ruby", "~> 3.0"
gem "net-ssh", "~> 2.2"
gem "timfel-krb5-auth", :require => 'krb5_auth'

platforms :jruby do
gem "jruby-openssl"
end

0 comments on commit c7c647e

Please sign in to comment.