summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJeff McCune <jeff@puppetlabs.com>2013-04-10 14:40:13 -0700
committerJeff McCune <jeff@puppetlabs.com>2013-04-10 14:40:13 -0700
commit2e2830deda7eede79110a191d0de9d6fc423b440 (patch)
treed16e812759ffb19855c8bb13cffdf15104c41f07 /Gemfile
parent6f9361e383982c5b719bbdf17ed72b85850b9d91 (diff)
parente81a45ee0085597dad5067cada94b05cf11c6c0c (diff)
downloadpuppet-stdlib-2e2830deda7eede79110a191d0de9d6fc423b440.tar.gz
puppet-stdlib-2e2830deda7eede79110a191d0de9d6fc423b440.tar.bz2
Merge branch 'dalen-count'
* dalen-count: (maint) Make stdlib usable as a Ruby GEM (maint) Add the behavior for count() with arrays and hashes Add a count function closes #143
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 1026074..442dd9d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,6 +6,7 @@ end
group :development, :test do
gem 'rake'
+ gem 'puppetmodule-stdlib', ">= 1.0.0", :path => File.expand_path("..", __FILE__)
gem 'rspec', "~> 2.11.0", :require => false
gem 'mocha', "~> 0.10.5", :require => false
gem 'puppetlabs_spec_helper', :require => false