Skip to content
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.

Commit

Permalink
Prepare the ground for budler.
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Sep 20, 2010
1 parent 13a9c75 commit a40e06a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Gemfile
@@ -0,0 +1,8 @@
source "http://rubygems.org"

gem 'activesupport', '~> 2.3.8'
gem 'actionpack', '~> 2.3.8'
gem 'i18n', '~> 0.3.5'
gem 'haml'
gem 'rb-appscript'
gem 'sinatra'
24 changes: 24 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,24 @@
GEM
remote: http://rubygems.org/
specs:
actionpack (2.3.9)
activesupport (= 2.3.9)
rack (~> 1.1.0)
activesupport (2.3.9)
haml (3.0.18)
i18n (0.3.7)
rack (1.1.0)
rb-appscript (0.5.3)
sinatra (1.0)
rack (>= 1.0)

PLATFORMS
ruby

DEPENDENCIES
actionpack (~> 2.3.8)
activesupport (~> 2.3.8)
haml
i18n (~> 0.3.5)
rb-appscript
sinatra

1 comment on commit a40e06a

@elia
Copy link
Owner Author

@elia elia commented on a40e06a Sep 20, 2010

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it was buNdler

Please sign in to comment.