diff --git a/Gemfile.lock b/Gemfile.lock index 47fa773..63efe4a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,16 +20,18 @@ GEM rake (0.8.7) rb-inotify (0.8.1) ffi (>= 0.5.0) - rspec (2.0.0.beta.19) - rspec-core (= 2.0.0.beta.19) - rspec-expectations (= 2.0.0.beta.19) - rspec-mocks (= 2.0.0.beta.19) - rspec-core (2.0.0.beta.19) - rspec-expectations (2.0.0.beta.19) + rspec (2.0.0.rc) + rspec-core (= 2.0.0.rc) + rspec-expectations (= 2.0.0.rc) + rspec-mocks (= 2.0.0.rc) + rspec-core (2.0.0.rc) + rspec-expectations (2.0.0.rc) diff-lcs (>= 1.1.2) - rspec-mocks (2.0.0.beta.19) + rspec-mocks (2.0.0.rc) + rspec-core (= 2.0.0.rc) + rspec-expectations (= 2.0.0.rc) sys-uname (0.8.4) - thor (0.14.2) + thor (0.14.3) PLATFORMS ruby @@ -40,6 +42,6 @@ DEPENDENCIES guard! libnotify (~> 0.1.3) rb-inotify (~> 0.8.1) - rspec (~> 2.0.0.beta.22) + rspec (~> 2.0.0.rc) sys-uname (~> 0.8.4) thor (~> 0.14.2) diff --git a/guard.gemspec b/guard.gemspec index 85b5ea4..2e467ce 100644 --- a/guard.gemspec +++ b/guard.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |s| s.rubyforge_project = 'guard' s.add_development_dependency 'bundler', '~> 1.0.2' - s.add_development_dependency 'rspec', '~> 2.0.0.beta.22' + s.add_development_dependency 'rspec', '~> 2.0.0.rc' s.add_dependency 'thor', '~> 0.14.2' s.add_dependency 'sys-uname', '~> 0.8.4'