Skip to content

Commit

Permalink
Add bundler tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma committed Oct 12, 2017
1 parent c6d09b7 commit c50ab22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -4,3 +4,4 @@ gemspec

gem 'jruby-openssl', :platforms => :jruby
gem 'hurley'
gem 'bundler', '~> 1.15'
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -4,6 +4,7 @@ $:.uniq!

require 'rubygems'
require 'rake'
require "bundler/gem_tasks"

require File.join(File.dirname(__FILE__), 'lib/signet', 'version')

Expand Down

0 comments on commit c50ab22

Please sign in to comment.