Skip to content

Commit

Permalink
enable rubygems gem installation
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltom authored and coolo committed Nov 8, 2012
1 parent c190ff1 commit 75702b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
source 'https://rubygems.org'

gem 'rails', '~> 3.2.1'
gem 'nokogiri'
gem 'gettext_i18n_rails'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
GEM
remote: https://rubygems.org/
specs:
actionmailer (3.2.8)
actionpack (= 3.2.8)
Expand Down Expand Up @@ -41,7 +42,7 @@ GEM
gettext_i18n_rails (0.7.1)
fast_gettext (>= 0.4.8)
hike (1.2.1)
http_accept_language (1.0.3)
http_accept_language (1.0.2)
i18n (0.6.1)
journey (1.0.4)
jquery-rails (2.1.1)
Expand Down

0 comments on commit 75702b7

Please sign in to comment.