Skip to content

Commit

Permalink
Depend on lotus-utils ~> 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Jun 23, 2015
1 parent d8f6818 commit 769757e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ unless ENV['TRAVIS']
gem 'yard', require: false
end

gem 'lotus-utils', github: 'lotus/utils', branch: '0.4.x'
gem 'lotus-controller', github: 'lotus/controller', branch: '0.4.x'
gem 'lotus-view', github: 'lotus/view', branch: '0.4.x'
gem 'lotus-utils', '~> 0.5', github: 'lotus/utils', branch: '0.5.x'
gem 'lotus-controller', github: 'lotus/controller', branch: '0.4.x'
gem 'lotus-view', github: 'lotus/view', branch: '0.4.x'

gem 'simplecov', require: false
gem 'coveralls', require: false
2 changes: 1 addition & 1 deletion lotus-helpers.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.4'
spec.add_dependency 'lotus-utils', '~> 0.5'

spec.add_development_dependency 'bundler', '~> 1.6'
spec.add_development_dependency 'rake', '~> 10.0'
Expand Down

0 comments on commit 769757e

Please sign in to comment.