Skip to content

Commit

Permalink
updated development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
machisuji committed Jun 25, 2015
1 parent d0591a0 commit 5a27f68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in omniauth-openid_connect-providers.gemspec
gemspec

gem 'omniauth-openid-connect', git: 'https://github.com/jjbohn/omniauth-openid-connect.git'

gem 'pry', '~> 0.10.1'
gem 'omniauth-openid-connect', git: 'https://github.com/jjbohn/omniauth-openid-connect.git', branch: 'master'
7 changes: 4 additions & 3 deletions omniauth-openid_connect-providers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Gem::Specification.new do |spec|

spec.add_dependency 'omniauth-openid-connect', '>= 0.2.0'

spec.add_development_dependency "bundler", "~> 1.5"
spec.add_development_dependency "rake"
spec.add_development_dependency 'rspec', '~> 3.1.0'
spec.add_development_dependency 'bundler', '>= 1.5'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec', '>= 3.1.0'
spec.add_development_dependency 'pry'
end

0 comments on commit 5a27f68

Please sign in to comment.