Skip to content

Commit

Permalink
Merge pull request #45 from JunichiIto/update-nokogiri
Browse files Browse the repository at this point in the history
Enable to support Nokogiri >= 1.10.3. Fixes #44
  • Loading branch information
MIchaelMainer committed Apr 23, 2019
2 parents b120794 + 218080b commit e5408c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion microsoft_graph.gemspec
Expand Up @@ -27,5 +27,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "simplecov", "~> 0.11.1"
spec.add_development_dependency "webmock", "~> 1.22.6"

spec.add_dependency "nokogiri", "~> 1.8.0"
spec.add_dependency "nokogiri", ">= 1.8.0"
end
4 changes: 4 additions & 0 deletions spec/common_spec_helper.rb
Expand Up @@ -5,6 +5,10 @@

require "rspec"
require 'rspec/given'

# NOTE: Please remove this line if https://github.com/AzureAD/azure-activedirectory-library-for-ruby/pull/50 is released.
require "adal/request_parameters"

require "adal"
require "pry"

Expand Down

0 comments on commit e5408c4

Please sign in to comment.