diff options
author | Saku Ytti <saku@ytti.fi> | 2013-04-17 17:48:50 +0300 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2013-04-17 17:48:50 +0300 |
commit | 9d217025fac3e335c308f02e7377e14ccfdc0e66 (patch) | |
tree | b90d4d04947fe26a9e592e12d8c4352142380c03 /Gemfile.lock |
Initial commit
Silly for shit-and-giggles attempt at rancid
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..e1cc091 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,39 @@ +GEM + remote: https://rubygems.org/ + specs: + coderay (1.0.9) + diff-lcs (1.2.3) + grit (2.5.0) + diff-lcs (~> 1.1) + mime-types (~> 1.15) + posix-spawn (~> 0.3.6) + method_source (0.8.1) + mime-types (1.22) + net-ssh (2.6.7) + posix-spawn (0.3.6) + pry (0.9.12) + coderay (~> 1.0.5) + method_source (~> 0.8) + slop (~> 3.4) + rspec (2.13.0) + rspec-core (~> 2.13.0) + rspec-expectations (~> 2.13.0) + rspec-mocks (~> 2.13.0) + rspec-core (2.13.1) + rspec-expectations (2.13.0) + diff-lcs (>= 1.1.3, < 2.0) + rspec-mocks (2.13.1) + sequel (3.46.0) + slop (3.4.4) + sqlite3 (1.3.7) + +PLATFORMS + ruby + +DEPENDENCIES + grit + net-ssh + pry + rspec + sequel + sqlite3 |