Skip to content

Commit

Permalink
Fix jruby build
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Feb 5, 2019
1 parent 61ec516 commit 5269053
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rvm:
- 2.4.5
- 2.5.3
- 2.6.1
- jruby-9.2.4.1
- jruby-9.2.5.0
env:
global:
- JRUBY_OPTS='--dev -J-Xmx1024M'
Expand Down
2 changes: 2 additions & 0 deletions lib/dry/container/namespace_dsl.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'delegate'

module Dry
class Container
# @api private
Expand Down

0 comments on commit 5269053

Please sign in to comment.