summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorSaku Ytti <saku@ytti.fi>2013-04-17 17:48:50 +0300
committerSaku Ytti <saku@ytti.fi>2013-04-17 17:48:50 +0300
commit9d217025fac3e335c308f02e7377e14ccfdc0e66 (patch)
treeb90d4d04947fe26a9e592e12d8c4352142380c03 /Gemfile
Initial commit
Silly for shit-and-giggles attempt at rancid
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..03c5da2
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,17 @@
+source 'https://rubygems.org'
+ruby '2.0.0'
+
+gem 'sequel'
+gem 'sqlite3'
+#gem 'sidekiq'
+gem 'net-ssh'
+gem 'grit'
+#gem 'rugged', '~> 0.17.0.b7'
+
+group :development do
+ gem 'pry'
+end
+
+group :test do
+ gem 'rspec'
+end