Skip to content

Commit

Permalink
gems for workshop #1 added
Browse files Browse the repository at this point in the history
  • Loading branch information
damphyr committed Feb 28, 2012
1 parent bb66487 commit 0ea88c7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions DEVENV.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sudo gem install bundler
bundle install
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
source :rubygems
gem "rake","~>0.9.0"
gem "hoe","~>2.12.0"
gem "hoe","~>2.12.0"
gem 'mini_magick',"~>3.4"
gem 'erubis','~>2.7.0'
8 changes: 7 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
GEM
remote: http://rubygems.org/
specs:
erubis (2.7.0)
hoe (2.12.5)
rake (~> 0.8)
rake (0.9.2.2)
mini_magick (3.4)
subexec (~> 0.2.1)
rake (0.9.3)
subexec (0.2.1)

PLATFORMS
ruby

DEPENDENCIES
erubis (~> 2.7.0)
hoe (~> 2.12.0)
mini_magick (~> 3.4)
rake (~> 0.9.0)

0 comments on commit 0ea88c7

Please sign in to comment.