Commit 8e1cd3f77f5011a2b908ef7fe963448c20a02b6e
1 parent
3a5bb313
Exists in
master
and in
29 other branches
rails3: add rails_autolink to gemfile
Showing
2 changed files
with
4 additions
and
0 deletions
Show diff stats
Gemfile
... | ... | @@ -4,6 +4,7 @@ gem 'fast_gettext' |
4 | 4 | gem 'acts-as-taggable-on' |
5 | 5 | gem 'prototype-rails' |
6 | 6 | gem 'prototype_legacy_helper', '0.0.0', :git => 'http://git.github.com/rails/prototype_legacy_helper.git' |
7 | +gem 'rails_autolink' | |
7 | 8 | |
8 | 9 | # TODO needs a rebuild diff-lcs wrt wheezy |
9 | 10 | ... | ... |
Gemfile.lock
... | ... | @@ -67,6 +67,8 @@ GEM |
67 | 67 | activesupport (= 3.2.6) |
68 | 68 | bundler (~> 1.0) |
69 | 69 | railties (= 3.2.6) |
70 | + rails_autolink (1.1.5) | |
71 | + rails (> 3.1) | |
70 | 72 | railties (3.2.6) |
71 | 73 | actionpack (= 3.2.6) |
72 | 74 | activesupport (= 3.2.6) |
... | ... | @@ -97,4 +99,5 @@ DEPENDENCIES |
97 | 99 | prototype-rails |
98 | 100 | prototype_legacy_helper (= 0.0.0)! |
99 | 101 | rails |
102 | + rails_autolink | |
100 | 103 | rake | ... | ... |