Skip to content

Commit

Permalink
use head Lotus::Utils
Browse files Browse the repository at this point in the history
  • Loading branch information
karlfreeman committed Apr 11, 2014
1 parent 6b169dc commit 045d6de
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ source 'https://rubygems.org'
gemspec

unless ENV['TRAVIS']
gem 'byebug', require: false, platforms: :ruby if RUBY_VERSION == '2.1.1'
gem 'yard', require: false
gem 'byebug', require: false, platforms: :ruby if RUBY_VERSION == '2.1.1'
gem 'yard', require: false
gem 'lotus-utils', require: false, github: 'lotus/utils'
else
gem 'lotus-utils'
end

gem 'haml', require: false
Expand Down

0 comments on commit 045d6de

Please sign in to comment.