Skip to content

Commit

Permalink
Issue vagrant-landrush#114 Proper scoping of landrush-ip dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hferentschik committed Jul 1, 2016
1 parent 4f38373 commit 5be2608
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ gemspec
# Vagrant's special group
group :plugins do
gem 'landrush', path: '.'
gem 'landrush-ip', '~> 0.2.3'
end

group :development do
Expand Down
1 change: 1 addition & 0 deletions landrush.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ Gem::Specification.new do |spec|
spec.add_dependency 'rubydns', '0.8.5'
spec.add_dependency 'win32-process'
spec.add_dependency 'json'
spec.add_dependency 'landrush-ip', '~> 0.2.3'
end
1 change: 1 addition & 0 deletions lib/landrush.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
require 'landrush/server'
require 'landrush/store'
require 'landrush/version'
require 'landrush-ip'

0 comments on commit 5be2608

Please sign in to comment.