mirror of
https://github.com/simi/omniauth-facebook.git
synced 2022-11-09 12:32:45 -05:00
bump omniauth depedency to 1.0.0 release
This commit is contained in:
parent
0959ab1962
commit
65a3e5f8ef
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Gem::Specification.new do |s|
|
|||
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
|
||||
s.require_paths = ['lib']
|
||||
|
||||
s.add_runtime_dependency 'omniauth-oauth2', '~> 1.0.0.rc2'
|
||||
s.add_runtime_dependency 'omniauth-oauth2', '~> 1.0.0'
|
||||
|
||||
s.add_development_dependency 'rspec', '~> 2.7.0'
|
||||
s.add_development_dependency 'rake'
|
||||
|
|
Loading…
Reference in a new issue