Skip to content

Commit

Permalink
move librarian
Browse files Browse the repository at this point in the history
  • Loading branch information
deric committed Sep 6, 2017
1 parent ff49dbc commit 731522c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ group :rake do
gem 'rake'
gem 'rspec-system-puppet', :require => false
gem 'highline'
gem 'semantic_puppet'
gem 'librarian-puppet' , '>=2.0'
if RUBY_VERSION <= "1.9.0"
gem 'json', '< 2.0' # newer versions requires at least ruby 2.0
gem 'json_pure', '< 2.0.0'
Expand All @@ -32,5 +34,4 @@ end

group :development do
gem 'puppet-blacksmith', '>= 3.0'
gem 'librarian-puppet' , '>=2.0'
end

0 comments on commit 731522c

Please sign in to comment.