make it run...

This commit is contained in:
Julius 2012-11-09 23:54:45 +01:00
parent 8c3d046cf4
commit cecad7db13
3 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,6 @@
# A sample Gemfile
source "http://rubygems.org"
ruby "1.8.7"
gem "rails", '2.3.11'
@ -13,4 +14,4 @@ gem 'sqlite3-ruby'
group :development do
gem 'annotate'
gem 'hirb'
end
end