Skip to content

Commit

Permalink
Gemfile: Fix unit tests in Ruby 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Jun 19, 2015
1 parent f3efd55 commit c1428e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
source 'https://rubygems.org'

gem 'rake'
gem 'ohai', '~> 7.4' if RUBY_VERSION < '2' # Fix Ruby 1.9.3 support
gem 'librarian-chef'
gem 'emeril', :group => :release

Expand Down

0 comments on commit c1428e0

Please sign in to comment.