There was an error while loading. Please reload this page.
2 parents 2072147 + 3e8d87c commit 346b757Copy full SHA for 346b757
Gemfile
@@ -4,6 +4,7 @@ source 'https://rubygems.org'
4
5
gemspec
6
7
+gem 'oauth2'
8
gem 'rack-test'
9
gem 'rake'
10
gem 'rspec'
omniauth-qiita-v2.gemspec
@@ -35,7 +35,6 @@ Gem::Specification.new do |spec|
35
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
36
spec.require_paths = ['lib']
37
38
- spec.add_dependency 'oauth2', '~> 2.0'
39
spec.add_dependency 'omniauth', '~> 2.0'
40
spec.add_dependency 'omniauth-oauth2', '~> 1.8'
41
end
0 commit comments