From 319236e25483b2034ec10c5fd94354771a0a6237 Mon Sep 17 00:00:00 2001 From: Nicolas Rodriguez Date: Tue, 26 May 2020 02:21:25 +0200 Subject: [PATCH] Make the gem compatible with JRuby --- .travis.yml | 4 ---- lib/keepassx/field.rb | 6 ++++++ 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 lib/keepassx/field.rb diff --git a/.travis.yml b/.travis.yml index 76a478e..7ea0f48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,3 @@ rvm: - 2.5.8 - ruby-head - jruby-9.2.11.0 - -matrix: - allow_failures: - - rvm: jruby-9.2.9.0 diff --git a/lib/keepassx/field.rb b/lib/keepassx/field.rb new file mode 100644 index 0000000..74df9c9 --- /dev/null +++ b/lib/keepassx/field.rb @@ -0,0 +1,6 @@ +# frozen_string_literal: true + +module Keepassx + module Field + end +end