Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ source 'http://rubygems.org'

gem 'rake'
gem 'activesupport'
gem 'activerecord'
gem 'sinatra'
gem 'sinatra-contrib'
gem 'pg' , '0.13.2'
14 changes: 14 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
GEM
remote: http://rubygems.org/
specs:
activemodel (3.2.3)
activesupport (= 3.2.3)
builder (~> 3.0.0)
activerecord (3.2.3)
activemodel (= 3.2.3)
activesupport (= 3.2.3)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activesupport (3.2.3)
i18n (~> 0.6)
multi_json (~> 1.0)
arel (3.0.2)
backports (2.5.3)
builder (3.0.4)
eventmachine (0.12.10)
i18n (0.6.0)
multi_json (1.3.5)
pg (0.13.2)
rack (1.4.1)
rack-protection (1.2.0)
rack
Expand All @@ -26,12 +37,15 @@ GEM
sinatra (~> 1.3.0)
tilt (~> 1.3)
tilt (1.3.3)
tzinfo (0.3.38)

PLATFORMS
ruby

DEPENDENCIES
activerecord
activesupport
pg (= 0.13.2)
rake
sinatra
sinatra-contrib
23 changes: 0 additions & 23 deletions block.rb

This file was deleted.

Loading