Skip to content

Commit

Permalink
Updated to the latest version of arrayfu
Browse files Browse the repository at this point in the history
  • Loading branch information
developwithpassion committed Mar 29, 2012
1 parent 3e6fd2a commit 7dbde4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion expansions.gemspec
Expand Up @@ -25,5 +25,5 @@ Gem::Specification.new do |s|
s.add_development_dependency "rb-notifu"
s.add_runtime_dependency 'configatron', '>=2.9.0'
s.add_runtime_dependency "mustache"
s.add_runtime_dependency "developwithpassion_arrays"
s.add_runtime_dependency "arrayfu"
end
2 changes: 1 addition & 1 deletion lib/expansions.rb
Expand Up @@ -3,7 +3,7 @@
require 'erb'
require 'singleton'
require 'mustache'
require 'developwithpassion_arrays'
require 'arrayfu'

require 'core/array'
require 'core/cli_interface'
Expand Down

0 comments on commit 7dbde4a

Please sign in to comment.