summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2016-06-18 17:37:08 +0200
committermh <mh@immerda.ch>2016-06-18 17:37:08 +0200
commit0399b2cf18b05ad2f68b3182e797a395afb0fee4 (patch)
tree9e9c5bb1c9d85fe065c6489ce20a25e648233e20
parentf95965b8a1be29fffc2d2a7325d7428f003d0855 (diff)
make it run on 1.8.7
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 9098065..501addb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,7 +11,7 @@ if RUBY_VERSION == '1.8.7'
gem 'i18n', '~> 0.6.11'
gem 'activesupport', '~> 3.2'
gem 'highline', '~> 1.6.21'
- gem 'librarian-puppet', '~> 1.0.0'
+ gem 'librarian-puppet', '~> 1.5.0'
gem 'rspec', '~> 3.1.0'
gem 'rake', '< 11'
else