Skip to content

Commit

Permalink
Basic Gemfile and Gemfile.lock with requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Paramio committed Sep 11, 2012
1 parent 70ea4f3 commit 31a45e6
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
@@ -0,0 +1,5 @@
source 'http://rubygems.org'

gem 'activesupport', '~> 3.2'
gem 'pygments.rb', '~> 0.2'

22 changes: 22 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,22 @@
GEM
remote: http://rubygems.org/
specs:
activesupport (3.2.8)
i18n (~> 0.6)
multi_json (~> 1.0)
blankslate (3.1.2)
ffi (1.0.11)
i18n (0.6.1)
multi_json (1.3.6)
pygments.rb (0.2.13)
rubypython (~> 0.5.3)
rubypython (0.5.3)
blankslate (>= 2.1.2.3)
ffi (~> 1.0.7)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 3.2)
pygments.rb (~> 0.2)

0 comments on commit 31a45e6

Please sign in to comment.