Skip to content

Commit

Permalink
Relax the dependency on Nokogiri for better comptibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jellybob committed Mar 25, 2021
1 parent dec6d5e commit c0feb9e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ None

None

## 0.3.8 (2021-03-25)

Relax the dependency on Nokogiri to something less specific in order
to avoid conflicting with other dependencies in people's applications.

## 0.3.7 (2021-03-25)

Add a dependency on having a preinstalled version of the fd.o shared
Expand Down
2 changes: 1 addition & 1 deletion lib/mimemagic/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class MimeMagic
# MimeMagic version string
# @api public
VERSION = '0.3.7'
VERSION = '0.3.8'
end
2 changes: 1 addition & 1 deletion mimemagic.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/mimemagicrb/mimemagic'
s.license = 'MIT'

s.add_dependency('nokogiri', '~> 1.11.2')
s.add_dependency('nokogiri', '~> 1')

s.add_development_dependency('minitest', '~> 5.14')
s.add_development_dependency('rake', '~> 13.0')
Expand Down

0 comments on commit c0feb9e

Please sign in to comment.