core: Update rspec + vagrant, add vagrant-spec and remove rspec-spies / rspec-fire [GH-111]
This commit is contained in:
parent
5422d272d2
commit
b5a0a8de6f
2 changed files with 64 additions and 52 deletions
8
Gemfile
8
Gemfile
|
@ -4,6 +4,7 @@ gemspec
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'vagrant', github: 'mitchellh/vagrant'
|
gem 'vagrant', github: 'mitchellh/vagrant'
|
||||||
|
gem 'vagrant-spec', github: 'mitchellh/vagrant-spec'
|
||||||
gem 'vagrant-cachier', github: 'fgrehm/vagrant-cachier'
|
gem 'vagrant-cachier', github: 'fgrehm/vagrant-cachier'
|
||||||
gem 'vagrant-pristine', github: 'fgrehm/vagrant-pristine'
|
gem 'vagrant-pristine', github: 'fgrehm/vagrant-pristine'
|
||||||
gem 'vagrant-omnibus'
|
gem 'vagrant-omnibus'
|
||||||
|
@ -15,10 +16,7 @@ end
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
gem 'rake'
|
gem 'rake'
|
||||||
# Update https://github.com/fgrehm/vagrant-lxc/issues/111 once we are able to
|
# Update https://github.com/fgrehm/vagrant-lxc/issues/111
|
||||||
# upgrade to a newer release
|
gem 'rspec', '2.99.0.beta2'
|
||||||
gem 'rspec', '~> 2.13.0'
|
|
||||||
gem 'rspec-fire', require: 'rspec/fire'
|
|
||||||
gem 'rspec-spies', require: false
|
|
||||||
gem 'coveralls', require: false
|
gem 'coveralls', require: false
|
||||||
end
|
end
|
||||||
|
|
108
Gemfile.lock
108
Gemfile.lock
|
@ -1,26 +1,40 @@
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/fgrehm/vagrant-cachier.git
|
remote: git://github.com/fgrehm/vagrant-cachier.git
|
||||||
revision: 2faa6615466f8d518893f5ba51b493b877d2efde
|
revision: 2df1e319408a7e6f1c6e75d48e36591199e98527
|
||||||
specs:
|
specs:
|
||||||
vagrant-cachier (0.6.1.dev)
|
vagrant-cachier (0.6.1.dev)
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/fgrehm/vagrant-pristine.git
|
remote: git://github.com/fgrehm/vagrant-pristine.git
|
||||||
revision: 4638491786943bfbf6f115b1fc379f069963fe46
|
revision: 503dbc47848c81d0fbfa6840491856f518d244a1
|
||||||
specs:
|
specs:
|
||||||
vagrant-pristine (0.3.0)
|
vagrant-pristine (0.3.0)
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/mitchellh/vagrant.git
|
remote: git://github.com/mitchellh/vagrant-spec.git
|
||||||
revision: a92e03cf4ce936243d3959b7b5603262a234a58d
|
revision: 4c1bad4b06085c7f1296f8ea66d803a3717ddb00
|
||||||
specs:
|
specs:
|
||||||
vagrant (1.3.6.dev)
|
vagrant-spec (0.0.1)
|
||||||
childprocess (~> 0.3.7)
|
childprocess (~> 0.5.0)
|
||||||
|
log4r (~> 1.1.9)
|
||||||
|
rspec (~> 2.14)
|
||||||
|
thor (~> 0.18.1)
|
||||||
|
|
||||||
|
GIT
|
||||||
|
remote: git://github.com/mitchellh/vagrant.git
|
||||||
|
revision: 240523b1aa9f328c09060cff34a211bd3f93f7ca
|
||||||
|
specs:
|
||||||
|
vagrant (1.5.1.dev)
|
||||||
|
bundler (~> 1.5.2)
|
||||||
|
childprocess (~> 0.5.0)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
i18n (~> 0.6.0)
|
i18n (~> 0.6.0)
|
||||||
log4r (~> 1.1.9)
|
listen (~> 2.4.0)
|
||||||
|
log4r (~> 1.1.9, < 1.1.11)
|
||||||
net-scp (~> 1.1.0)
|
net-scp (~> 1.1.0)
|
||||||
net-ssh (~> 2.6.6)
|
net-ssh (>= 2.6.6, < 2.8.0)
|
||||||
|
rb-kqueue (~> 0.2.0)
|
||||||
|
wdm (~> 0.1.0)
|
||||||
|
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
|
@ -32,9 +46,9 @@ GEM
|
||||||
specs:
|
specs:
|
||||||
celluloid (0.15.2)
|
celluloid (0.15.2)
|
||||||
timers (~> 1.1.0)
|
timers (~> 1.1.0)
|
||||||
childprocess (0.3.9)
|
childprocess (0.5.1)
|
||||||
ffi (~> 1.0, >= 1.0.11)
|
ffi (~> 1.0, >= 1.0.11)
|
||||||
coderay (1.0.9)
|
coderay (1.1.0)
|
||||||
coveralls (0.7.0)
|
coveralls (0.7.0)
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
rest-client
|
rest-client
|
||||||
|
@ -42,64 +56,65 @@ GEM
|
||||||
term-ansicolor
|
term-ansicolor
|
||||||
thor
|
thor
|
||||||
diff-lcs (1.2.5)
|
diff-lcs (1.2.5)
|
||||||
|
docile (1.1.3)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
ffi (1.9.3)
|
ffi (1.9.3)
|
||||||
formatador (0.2.4)
|
formatador (0.2.4)
|
||||||
guard (2.2.3)
|
guard (2.4.0)
|
||||||
formatador (>= 0.2.4)
|
formatador (>= 0.2.4)
|
||||||
listen (~> 2.1)
|
listen (~> 2.1)
|
||||||
lumberjack (~> 1.0)
|
lumberjack (~> 1.0)
|
||||||
pry (>= 0.9.12)
|
pry (>= 0.9.12)
|
||||||
thor (>= 0.18.1)
|
thor (>= 0.18.1)
|
||||||
guard-rspec (3.1.0)
|
guard-rspec (4.2.8)
|
||||||
guard (>= 1.8)
|
guard (~> 2.1)
|
||||||
rspec (~> 2.13)
|
rspec (>= 2.14, < 4.0)
|
||||||
i18n (0.6.5)
|
i18n (0.6.9)
|
||||||
listen (2.2.0)
|
listen (2.4.1)
|
||||||
celluloid (>= 0.15.2)
|
celluloid (>= 0.15.2)
|
||||||
rb-fsevent (>= 0.9.3)
|
rb-fsevent (>= 0.9.3)
|
||||||
rb-inotify (>= 0.9)
|
rb-inotify (>= 0.9)
|
||||||
log4r (1.1.10)
|
log4r (1.1.10)
|
||||||
lumberjack (1.0.4)
|
lumberjack (1.0.4)
|
||||||
method_source (0.8.2)
|
method_source (0.8.2)
|
||||||
mime-types (2.0)
|
mime-types (2.1)
|
||||||
multi_json (1.8.2)
|
multi_json (1.9.0)
|
||||||
net-scp (1.1.2)
|
net-scp (1.1.2)
|
||||||
net-ssh (>= 2.6.5)
|
net-ssh (>= 2.6.5)
|
||||||
net-ssh (2.6.8)
|
net-ssh (2.7.0)
|
||||||
pry (0.9.12.2)
|
pry (0.9.12.6)
|
||||||
coderay (~> 1.0.5)
|
coderay (~> 1.0)
|
||||||
method_source (~> 0.8)
|
method_source (~> 0.8)
|
||||||
slop (~> 3.4)
|
slop (~> 3.4)
|
||||||
rake (10.1.0)
|
rake (10.1.1)
|
||||||
rb-fsevent (0.9.3)
|
rb-fsevent (0.9.4)
|
||||||
rb-inotify (0.9.2)
|
rb-inotify (0.9.3)
|
||||||
|
ffi (>= 0.5.0)
|
||||||
|
rb-kqueue (0.2.2)
|
||||||
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.13.0)
|
rspec (2.99.0.beta2)
|
||||||
rspec-core (~> 2.13.0)
|
rspec-core (= 2.99.0.beta2)
|
||||||
rspec-expectations (~> 2.13.0)
|
rspec-expectations (= 2.99.0.beta2)
|
||||||
rspec-mocks (~> 2.13.0)
|
rspec-mocks (= 2.99.0.beta2)
|
||||||
rspec-core (2.13.1)
|
rspec-core (2.99.0.beta2)
|
||||||
rspec-expectations (2.13.0)
|
rspec-expectations (2.99.0.beta2)
|
||||||
diff-lcs (>= 1.1.3, < 2.0)
|
diff-lcs (>= 1.1.3, < 2.0)
|
||||||
rspec-fire (1.3.0)
|
rspec-mocks (2.99.0.beta2)
|
||||||
rspec (>= 2.11, < 4)
|
simplecov (0.8.2)
|
||||||
rspec-mocks (2.13.1)
|
docile (~> 1.1.0)
|
||||||
rspec-spies (2.1.4)
|
multi_json
|
||||||
rspec (~> 2.0)
|
simplecov-html (~> 0.8.0)
|
||||||
simplecov (0.7.1)
|
simplecov-html (0.8.0)
|
||||||
multi_json (~> 1.0)
|
slop (3.4.7)
|
||||||
simplecov-html (~> 0.7.1)
|
term-ansicolor (1.3.0)
|
||||||
simplecov-html (0.7.1)
|
tins (~> 1.0)
|
||||||
slop (3.4.6)
|
|
||||||
term-ansicolor (1.2.2)
|
|
||||||
tins (~> 0.8)
|
|
||||||
thor (0.18.1)
|
thor (0.18.1)
|
||||||
timers (1.1.0)
|
timers (1.1.0)
|
||||||
tins (0.13.0)
|
tins (1.0.0)
|
||||||
vagrant-omnibus (1.1.2)
|
vagrant-omnibus (1.3.0)
|
||||||
|
wdm (0.1.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
@ -110,11 +125,10 @@ DEPENDENCIES
|
||||||
guard-rspec
|
guard-rspec
|
||||||
rake
|
rake
|
||||||
rb-inotify
|
rb-inotify
|
||||||
rspec (~> 2.13.0)
|
rspec (= 2.99.0.beta2)
|
||||||
rspec-fire
|
|
||||||
rspec-spies
|
|
||||||
vagrant!
|
vagrant!
|
||||||
vagrant-cachier!
|
vagrant-cachier!
|
||||||
vagrant-lxc!
|
vagrant-lxc!
|
||||||
vagrant-omnibus
|
vagrant-omnibus
|
||||||
vagrant-pristine!
|
vagrant-pristine!
|
||||||
|
vagrant-spec!
|
||||||
|
|
Loading…
Reference in a new issue