From fed39776357a620b12c17ec4fe91ac6e26d0aa80 Mon Sep 17 00:00:00 2001 From: Matt Muller Date: Wed, 9 Feb 2022 16:03:33 -0800 Subject: [PATCH] Remove ox version restriction --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c0ce2532b46..e5bf67e7816 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ unless ENV['PURE_RUBY'] unless defined?(JRUBY_VERSION) gem 'libxml-ruby' - gem 'ox', " <= 2.14.6" + gem 'ox' end end