Skip to content

Commit

Permalink
Add Gemfile for Bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshi Nakamura committed Aug 17, 2011
1 parent 2bf5da7 commit 92678e4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
source "http://rubygems.org"

platform :jruby do
gem 'jruby-openssl'
end

gem 'rake'
gem 'rdoc'

gemspec

0 comments on commit 92678e4

Please sign in to comment.