Skip to content

Commit

Permalink
Depend on lotus-utils ~> 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Oct 7, 2015
1 parent a1e65a2 commit ac7b88c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if !ENV['TRAVIS']
gem 'yard', require: false
end

gem 'lotus-utils', '~> 0.5', require: false, github: 'lotus/utils', branch: '0.5.x'
gem 'lotus-utils', '~> 0.6', require: false, github: 'lotus/utils', branch: '0.6.x'
gem 'lotus-model', '~> 0.4', require: false, github: 'lotus/model', branch: '0.4.x'
gem 'simplecov', require: false
gem 'coveralls', require: false
2 changes: 1 addition & 1 deletion lotus-validations.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.required_ruby_version = '>= 2.0.0'

spec.add_dependency 'lotus-utils', '~> 0.5'
spec.add_dependency 'lotus-utils', '~> 0.6'

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

0 comments on commit ac7b88c

Please sign in to comment.