Updated bundler
This commit is contained in:
parent
1b6207257c
commit
8a502b563b
@ -4,7 +4,7 @@ PATH
|
||||
guard (0.1.0.beta.1)
|
||||
growl (~> 1.0.3)
|
||||
libnotify (~> 0.1.3)
|
||||
rb-inotify
|
||||
rb-inotify (~> 0.8.1)
|
||||
sys-uname (~> 0.8.4)
|
||||
thor (~> 0.14.2)
|
||||
|
||||
@ -35,11 +35,11 @@ PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
bundler (~> 1.0.1)
|
||||
bundler (~> 1.0.2)
|
||||
growl (~> 1.0.3)
|
||||
guard!
|
||||
libnotify (~> 0.1.3)
|
||||
rb-inotify
|
||||
rb-inotify (~> 0.8.1)
|
||||
rspec (~> 2.0.0.beta.22)
|
||||
sys-uname (~> 0.8.4)
|
||||
thor (~> 0.14.2)
|
||||
|
@ -15,7 +15,7 @@ Gem::Specification.new do |s|
|
||||
s.required_rubygems_version = '>= 1.3.6'
|
||||
s.rubyforge_project = 'guard'
|
||||
|
||||
s.add_development_dependency 'bundler', '~> 1.0.1'
|
||||
s.add_development_dependency 'bundler', '~> 1.0.2'
|
||||
s.add_development_dependency 'rspec', '~> 2.0.0.beta.22'
|
||||
|
||||
s.add_dependency 'thor', '~> 0.14.2'
|
||||
|
Loading…
Reference in New Issue
Block a user