Commit d94d1e992335b65591555c93876382d9459962ec
1 parent
8fc7ea88
Exists in
master
and in
2 other branches
Dependences only in Gemfile
Showing
2 changed files
with
1 additions
and
1 deletions
Show diff stats
Gemfile
omniauth-remote-user.gemspec
... | ... | @@ -2,7 +2,6 @@ require File.dirname(__FILE__) + '/lib/omniauth-remote-user/version' |
2 | 2 | |
3 | 3 | Gem::Specification.new do |gem| |
4 | 4 | gem.add_runtime_dependency 'omniauth', '~> 1.0' |
5 | - gem.add_development_dependency 'bundler', '~> 1.0' | |
6 | 5 | gem.name = 'omniauth-remote-user' |
7 | 6 | gem.version = Omniauth::RemoteUser::VERSION |
8 | 7 | gem.description = 'Authentication with Remote-User HTTP header for Omniauth.' | ... | ... |