Skip to content

Commit

Permalink
Merge pull request #35 from financeit/FIP-17163
Browse files Browse the repository at this point in the history
Update version of libxml-ruby
  • Loading branch information
jnunemaker committed Mar 22, 2018
2 parents 6fb3fad + ef1c61a commit da97d91
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,23 @@
PATH
remote: .
specs:
happymapper (0.4.1)
libxml-ruby (~> 3.1)

GEM
remote: https://rubygems.org/
specs:
libxml-ruby (3.1.0)
rake (12.3.0)
rspec (1.3.2)

PLATFORMS
ruby

DEPENDENCIES
happymapper!
rake
rspec (~> 1.3)

BUNDLED WITH
1.16.1
4 changes: 2 additions & 2 deletions happymapper.gemspec
Expand Up @@ -14,5 +14,5 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.files = Dir.glob("{examples,lib,spec}/**/*") + %w[License Rakefile README.rdoc]

s.add_dependency 'libxml-ruby', '~> 2.0'
end
s.add_dependency 'libxml-ruby', '~> 2.9'
end

0 comments on commit da97d91

Please sign in to comment.