Skip to content

Commit

Permalink
Install fast_gettext. [#53]
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed Mar 28, 2011
1 parent f7ec4f9 commit 79eb3d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -2,4 +2,5 @@
source 'http://localhost:8808'

gem 'rails', '~> 2.3.5'
gem 'postgres'
gem 'postgres'
gem 'fast_gettext'
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -11,6 +11,7 @@ GEM
activeresource (2.3.10)
activesupport (= 2.3.10)
activesupport (2.3.10)
fast_gettext (0.4.17)
postgres (0.7.9.2008.01.28)
rack (1.1.0)
rails (2.3.10)
Expand All @@ -26,5 +27,6 @@ PLATFORMS
ruby

DEPENDENCIES
fast_gettext
postgres
rails (~> 2.3.5)

0 comments on commit 79eb3d5

Please sign in to comment.