Skip to content

Commit

Permalink
Make the gem compatible with JRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed May 26, 2020
1 parent ea47278 commit 319236e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,3 @@ rvm:
- 2.5.8
- ruby-head
- jruby-9.2.11.0

matrix:
allow_failures:
- rvm: jruby-9.2.9.0
6 changes: 6 additions & 0 deletions lib/keepassx/field.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# frozen_string_literal: true

module Keepassx
module Field
end
end

0 comments on commit 319236e

Please sign in to comment.