Skip to content

Commit

Permalink
Merge pull request #409 from phstc/hotfix/408-require-forwardable
Browse files Browse the repository at this point in the history
require 'forwardable' to allow using without bundle exec

Fixes #408
  • Loading branch information
phstc authored Jul 14, 2017
2 parents 887f72a + 23f4d9e commit 1c1060d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/shoryuken.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require 'aws-sdk-core'
require 'time'
require 'concurrent'
require 'forwardable'

require 'shoryuken/version'
require 'shoryuken/core_ext'
Expand Down

0 comments on commit 1c1060d

Please sign in to comment.