Skip to content

Commit 6099ca9

Browse files
committed
fix build for ruby 2.0.0
1 parent 3fd6759 commit 6099ca9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ group :development do
1717
gem "beaker-rspec"
1818
gem "beaker", '2.51.0'
1919
gem "guard-rake"
20+
gem "jwt", "<=1.5.6"
2021
gem "nokogiri", "~> 1.6.0"
22+
gem "public_suffix", "<3.0.0"
2123
gem "puppet-blacksmith"
2224
gem "xmlrpc" if RUBY_VERSION >= '2.3'
2325
end

0 commit comments

Comments
 (0)