Update rspec
This commit is contained in:
parent
235f268942
commit
e52ba97b13
2 changed files with 9 additions and 9 deletions
2
Gemfile
2
Gemfile
|
@ -9,7 +9,7 @@ end
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
gem 'rake'
|
gem 'rake'
|
||||||
gem 'rspec', '2.99.0.beta2'
|
gem 'rspec', '2.99.0'
|
||||||
gem 'coveralls', require: (ENV['COVERAGE'] == 'true')
|
gem 'coveralls', require: (ENV['COVERAGE'] == 'true')
|
||||||
gem 'vagrant-spec', git: 'https://github.com/mitchellh/vagrant-spec.git'
|
gem 'vagrant-spec', git: 'https://github.com/mitchellh/vagrant-spec.git'
|
||||||
end
|
end
|
||||||
|
|
16
Gemfile.lock
16
Gemfile.lock
|
@ -120,14 +120,14 @@ GEM
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
rest-client (1.6.7)
|
rest-client (1.6.7)
|
||||||
mime-types (>= 1.16)
|
mime-types (>= 1.16)
|
||||||
rspec (2.99.0.beta2)
|
rspec (2.99.0)
|
||||||
rspec-core (= 2.99.0.beta2)
|
rspec-core (~> 2.99.0)
|
||||||
rspec-expectations (= 2.99.0.beta2)
|
rspec-expectations (~> 2.99.0)
|
||||||
rspec-mocks (= 2.99.0.beta2)
|
rspec-mocks (~> 2.99.0)
|
||||||
rspec-core (2.99.0.beta2)
|
rspec-core (2.99.0)
|
||||||
rspec-expectations (2.99.0.beta2)
|
rspec-expectations (2.99.0)
|
||||||
diff-lcs (>= 1.1.3, < 2.0)
|
diff-lcs (>= 1.1.3, < 2.0)
|
||||||
rspec-mocks (2.99.0.beta2)
|
rspec-mocks (2.99.0)
|
||||||
rubyntlm (0.1.1)
|
rubyntlm (0.1.1)
|
||||||
savon (0.9.5)
|
savon (0.9.5)
|
||||||
akami (~> 1.0)
|
akami (~> 1.0)
|
||||||
|
@ -171,7 +171,7 @@ DEPENDENCIES
|
||||||
guard-rspec
|
guard-rspec
|
||||||
rake
|
rake
|
||||||
rb-inotify
|
rb-inotify
|
||||||
rspec (= 2.99.0.beta2)
|
rspec (= 2.99.0)
|
||||||
vagrant!
|
vagrant!
|
||||||
vagrant-cachier!
|
vagrant-cachier!
|
||||||
vagrant-lxc!
|
vagrant-lxc!
|
||||||
|
|
Loading…
Reference in a new issue