Commit 006cc6f82f2fb61ab9983a354a0439cccf59c184
1 parent
94a0a227
Exists in
master
and in
22 other branches
rails3: added prototype-rails dependency
Showing
2 changed files
with
12 additions
and
0 deletions
Show diff stats
Gemfile
| @@ -2,6 +2,8 @@ source "https://rubygems.org" | @@ -2,6 +2,8 @@ source "https://rubygems.org" | ||
| 2 | gem 'rails' | 2 | gem 'rails' |
| 3 | gem 'fast_gettext' | 3 | gem 'fast_gettext' |
| 4 | gem 'acts-as-taggable-on' | 4 | gem 'acts-as-taggable-on' |
| 5 | +gem 'prototype-rails' | ||
| 6 | +gem 'prototype_legacy_helper', '0.0.0', :git => 'http://git.github.com/rails/prototype_legacy_helper.git' | ||
| 5 | 7 | ||
| 6 | # TODO needs a rebuild diff-lcs wrt wheezy | 8 | # TODO needs a rebuild diff-lcs wrt wheezy |
| 7 | 9 |
Gemfile.lock
| 1 | +GIT | ||
| 2 | + remote: http://git.github.com/rails/prototype_legacy_helper.git | ||
| 3 | + revision: a2cd95c3e3c1a4f7a9566efdab5ce59c886cb05f | ||
| 4 | + specs: | ||
| 5 | + prototype_legacy_helper (0.0.0) | ||
| 6 | + | ||
| 1 | GEM | 7 | GEM |
| 2 | remote: https://rubygems.org/ | 8 | remote: https://rubygems.org/ |
| 3 | specs: | 9 | specs: |
| @@ -44,6 +50,8 @@ GEM | @@ -44,6 +50,8 @@ GEM | ||
| 44 | mime-types (1.19) | 50 | mime-types (1.19) |
| 45 | multi_json (1.3.6) | 51 | multi_json (1.3.6) |
| 46 | polyglot (0.3.3) | 52 | polyglot (0.3.3) |
| 53 | + prototype-rails (3.2.1) | ||
| 54 | + rails (~> 3.2) | ||
| 47 | rack (1.4.1) | 55 | rack (1.4.1) |
| 48 | rack-cache (1.2) | 56 | rack-cache (1.2) |
| 49 | rack (>= 0.4) | 57 | rack (>= 0.4) |
| @@ -86,5 +94,7 @@ PLATFORMS | @@ -86,5 +94,7 @@ PLATFORMS | ||
| 86 | DEPENDENCIES | 94 | DEPENDENCIES |
| 87 | acts-as-taggable-on | 95 | acts-as-taggable-on |
| 88 | fast_gettext | 96 | fast_gettext |
| 97 | + prototype-rails | ||
| 98 | + prototype_legacy_helper (= 0.0.0)! | ||
| 89 | rails | 99 | rails |
| 90 | rake | 100 | rake |