Skip to content

Commit

Permalink
Depend on lotus-utils ~> 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Jun 18, 2014
1 parent 65822aa commit 5a5ed1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ source 'https://rubygems.org'
gemspec

unless ENV['TRAVIS']
gem 'byebug', require: false, platforms: :ruby if RUBY_VERSION >= '2.1.0'
gem 'yard', require: false
gem 'byebug', require: false, platforms: :ruby if RUBY_VERSION >= '2.1.0'
gem 'yard', require: false
end

gem 'lotus-utils', require: false, github: 'lotus/utils'
Expand Down
2 changes: 1 addition & 1 deletion lotus-view.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_runtime_dependency 'tilt', '~> 2.0', '>= 2.0.1'
spec.add_runtime_dependency 'lotus-utils', '~> 0.1'
spec.add_runtime_dependency 'lotus-utils', '~> 0.2'

spec.add_development_dependency 'bundler', '~> 1.5'
spec.add_development_dependency 'minitest', '~> 5'
Expand Down

0 comments on commit 5a5ed1b

Please sign in to comment.