summaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-05-18 17:22:24 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-05-18 17:22:24 +0200
commit250bfe34771aa568d83ca1a1ce0e875e14d39ed6 (patch)
tree2cb5e3c147641998cd10f2895ee18c0ad19d6bd8 /Gemfile.lock
parent5dc46fec654ec6ee57334e61005967dc5e557e6c (diff)
downloadedoors-ruby-250bfe34771aa568d83ca1a1ce0e875e14d39ed6.zip
edoors-ruby-250bfe34771aa568d83ca1a1ce0e875e14d39ed6.tar.gz
go bundler
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock28
1 files changed, 28 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..9aa3532
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,28 @@
+PATH
+ remote: .
+ specs:
+ iotas (0.0.1)
+ json
+
+GEM
+ remote: http://rubygems.org/
+ specs:
+ diff-lcs (1.1.3)
+ json (1.7.3)
+ rake (0.9.2.2)
+ rspec (2.10.0)
+ rspec-core (~> 2.10.0)
+ rspec-expectations (~> 2.10.0)
+ rspec-mocks (~> 2.10.0)
+ rspec-core (2.10.0)
+ rspec-expectations (2.10.0)
+ diff-lcs (~> 1.1.3)
+ rspec-mocks (2.10.1)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ iotas!
+ rake
+ rspec (~> 2.6)