Skip to content

Commit

Permalink
Issue vagrant-landrush#16 Adding Gemfile.lock to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
hferentschik committed Apr 11, 2016
1 parent 2075f23 commit 717f476
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
.bundle
.config
.yardoc
Gemfile.lock
InstalledFiles
_yardoc
coverage
Expand Down
145 changes: 145 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,145 @@
GIT
remote: git://github.com/mitchellh/vagrant.git
revision: c1c00e2f3cf69c579a5aa6922d67bb838a2de9cd
ref: v1.8.1
specs:
vagrant (1.8.1)
bundler (>= 1.5.2, <= 1.10.6)
childprocess (~> 0.5.0)
erubis (~> 2.7.0)
hashicorp-checkpoint (~> 0.1.1)
i18n (>= 0.6.0, <= 0.8.0)
listen (~> 3.0.2)
log4r (~> 1.1.9, < 1.1.11)
net-scp (~> 1.1.0)
net-sftp (~> 2.1)
net-ssh (~> 3.0.1)
nokogiri (= 1.6.3.1)
rb-kqueue (~> 0.2.0)
rest-client (>= 1.6.0, < 2.0)
wdm (~> 0.1.0)
winrm (~> 1.3)
winrm-fs (~> 0.2.2)

PATH
remote: .
specs:
landrush (0.19.0)
rubydns (= 0.8.5)

GEM
remote: https://rubygems.org/
specs:
ast (2.2.0)
builder (3.2.2)
byebug (8.2.1)
childprocess (0.5.9)
ffi (~> 1.0, >= 1.0.11)
domain_name (0.5.25)
unf (>= 0.0.5, < 1.0.0)
erubis (2.7.0)
eventmachine (1.0.8)
ffi (1.9.10)
ffi (1.9.10-x64-mingw32)
gssapi (1.2.0)
ffi (>= 1.0.1)
gyoku (1.3.1)
builder (>= 2.1.2)
hashicorp-checkpoint (0.1.4)
http-cookie (1.0.2)
domain_name (~> 0.5)
httpclient (2.7.1)
i18n (0.7.0)
json (1.8.3)
listen (3.0.5)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
little-plugger (1.1.4)
log4r (1.1.10)
logging (1.8.2)
little-plugger (>= 1.1.3)
multi_json (>= 1.8.4)
metaclass (0.0.4)
mime-types (2.99)
mini_portile (0.6.0)
minitest (5.8.4)
mocha (1.1.0)
metaclass (~> 0.0.1)
multi_json (1.11.2)
net-scp (1.1.2)
net-ssh (>= 2.6.5)
net-sftp (2.1.2)
net-ssh (>= 2.6.5)
net-ssh (3.0.2)
netrc (0.11.0)
nokogiri (1.6.3.1)
mini_portile (= 0.6.0)
nokogiri (1.6.3.1-x64-mingw32)
mini_portile (= 0.6.0)
nori (2.6.0)
parser (2.3.0.7)
ast (~> 2.2)
powerpack (0.1.1)
rainbow (2.1.0)
rake (10.4.2)
rb-fsevent (0.9.7)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rb-kqueue (0.2.4)
ffi (>= 0.5.0)
rest-client (1.8.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
rest-client (1.8.0-x64-mingw32)
ffi (~> 1.9)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
rubocop (0.38.0)
parser (>= 2.3.0.6, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.7.5)
rubydns (0.8.5)
eventmachine (~> 1.0.0)
rubyntlm (0.4.0)
rubyzip (1.1.7)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.1)
unf_ext (0.0.7.1-x64-mingw32)
unicode-display_width (1.0.3)
uuidtools (2.1.5)
wdm (0.1.1)
winrm (1.3.6)
builder (>= 2.1.2)
gssapi (~> 1.2)
gyoku (~> 1.0)
httpclient (~> 2.2, >= 2.2.0.2)
logging (>= 1.6.1, < 3.0)
nori (~> 2.0)
rubyntlm (~> 0.4.0)
uuidtools (~> 2.1.2)
winrm-fs (0.2.3)
erubis (~> 2.7)
logging (~> 1.6, >= 1.6.1)
rubyzip (~> 1.1)
winrm (~> 1.3.0)

PLATFORMS
ruby
x64-mingw32

DEPENDENCIES
byebug
json
landrush!
minitest
mocha
rake
rubocop (~> 0.38.0)
rubydns (= 0.8.5)
vagrant!

0 comments on commit 717f476

Please sign in to comment.