Skip to content

Commit

Permalink
[DEV-727] Eliminate unnecessary dependencies (#10)
Browse files Browse the repository at this point in the history
* Remove unused dependencies

* Fix the typo
  • Loading branch information
RashikaKarki authored Mar 15, 2023
1 parent 39c7a4e commit e06fc96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion lib/omniauth-mlh.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# frozen_string_literal: true

require 'active_support'
require 'omniauth-mlh/version'
require 'omniauth/strategies/mlh'
3 changes: 0 additions & 3 deletions omniauth-mlh.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ Gem::Specification.new do |spec|
spec.add_dependency 'oauth2', '~> 2.0.9'
spec.add_dependency 'omniauth', '~> 2.1.1'
spec.add_dependency 'omniauth-oauth2', '~> 1.8.0'
spec.add_dependency 'omniauth-rails_csrf_protection', '~> 1.0.1'

spec.add_dependency 'activesupport'

spec.add_development_dependency 'rack-test'
spec.add_development_dependency 'rake', '~> 10.5'
Expand Down

0 comments on commit e06fc96

Please sign in to comment.