mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-03-25 08:45:54 +00:00
Add bundler development dependency
This commit is contained in:
parent
fb0ba20cb8
commit
ff6d87ef82
2 changed files with 2 additions and 4 deletions
5
Gemfile
5
Gemfile
|
|
@ -1,11 +1,8 @@
|
|||
source :rubygems
|
||||
|
||||
gem 'jruby-openssl', :platforms => :jruby do
|
||||
gem 'rake'
|
||||
|
||||
platforms :jruby do
|
||||
gem 'jruby-openssl', '~> 0.7'
|
||||
end
|
||||
|
||||
group :test do
|
||||
gem 'rspec', '>= 2.11'
|
||||
gem 'simplecov'
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
# encoding: utf-8
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.add_development_dependency 'bundler', '~> 1.0'
|
||||
spec.name = 'simple_oauth'
|
||||
spec.version = '0.2.0'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue