Skip to content

Commit

Permalink
Remove ox version restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Feb 10, 2022
1 parent c8182e5 commit fed3977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ unless ENV['PURE_RUBY']

unless defined?(JRUBY_VERSION)
gem 'libxml-ruby'
gem 'ox', " <= 2.14.6"
gem 'ox'
end
end

Expand Down

0 comments on commit fed3977

Please sign in to comment.