mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
Update Rails version.
This commit is contained in:
parent
fbd238455e
commit
9b4f1ea667
52
Gemfile.lock
52
Gemfile.lock
@ -8,12 +8,12 @@ GEM
|
|||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
RedCloth (4.2.8)
|
RedCloth (4.2.8)
|
||||||
actionmailer (3.1.8)
|
actionmailer (3.1.10)
|
||||||
actionpack (= 3.1.8)
|
actionpack (= 3.1.10)
|
||||||
mail (~> 2.3.3)
|
mail (~> 2.3.3)
|
||||||
actionpack (3.1.8)
|
actionpack (3.1.10)
|
||||||
activemodel (= 3.1.8)
|
activemodel (= 3.1.10)
|
||||||
activesupport (= 3.1.8)
|
activesupport (= 3.1.10)
|
||||||
builder (~> 3.0.0)
|
builder (~> 3.0.0)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
i18n (~> 0.6)
|
i18n (~> 0.6)
|
||||||
@ -22,19 +22,19 @@ GEM
|
|||||||
rack-mount (~> 0.8.2)
|
rack-mount (~> 0.8.2)
|
||||||
rack-test (~> 0.6.1)
|
rack-test (~> 0.6.1)
|
||||||
sprockets (~> 2.0.4)
|
sprockets (~> 2.0.4)
|
||||||
activemodel (3.1.8)
|
activemodel (3.1.10)
|
||||||
activesupport (= 3.1.8)
|
activesupport (= 3.1.10)
|
||||||
builder (~> 3.0.0)
|
builder (~> 3.0.0)
|
||||||
i18n (~> 0.6)
|
i18n (~> 0.6)
|
||||||
activerecord (3.1.8)
|
activerecord (3.1.10)
|
||||||
activemodel (= 3.1.8)
|
activemodel (= 3.1.10)
|
||||||
activesupport (= 3.1.8)
|
activesupport (= 3.1.10)
|
||||||
arel (~> 2.2.3)
|
arel (~> 2.2.3)
|
||||||
tzinfo (~> 0.3.29)
|
tzinfo (~> 0.3.29)
|
||||||
activeresource (3.1.8)
|
activeresource (3.1.10)
|
||||||
activemodel (= 3.1.8)
|
activemodel (= 3.1.10)
|
||||||
activesupport (= 3.1.8)
|
activesupport (= 3.1.10)
|
||||||
activesupport (3.1.8)
|
activesupport (3.1.10)
|
||||||
multi_json (>= 1.0, < 1.3)
|
multi_json (>= 1.0, < 1.3)
|
||||||
acts_as_markup (1.3.4)
|
acts_as_markup (1.3.4)
|
||||||
RedCloth (~> 4.2)
|
RedCloth (~> 4.2)
|
||||||
@ -73,7 +73,7 @@ GEM
|
|||||||
jquery-rails (1.0.16)
|
jquery-rails (1.0.16)
|
||||||
railties (~> 3.0)
|
railties (~> 3.0)
|
||||||
thor (~> 0.14)
|
thor (~> 0.14)
|
||||||
json (1.7.5)
|
json (1.7.6)
|
||||||
mail (2.3.3)
|
mail (2.3.3)
|
||||||
i18n (>= 0.4.0)
|
i18n (>= 0.4.0)
|
||||||
mime-types (~> 1.16)
|
mime-types (~> 1.16)
|
||||||
@ -93,7 +93,7 @@ GEM
|
|||||||
polyglot (0.3.3)
|
polyglot (0.3.3)
|
||||||
powder (0.1.6)
|
powder (0.1.6)
|
||||||
thor (>= 0.11.5)
|
thor (>= 0.11.5)
|
||||||
rack (1.3.6)
|
rack (1.3.8)
|
||||||
rack-cache (1.2)
|
rack-cache (1.2)
|
||||||
rack (>= 0.4)
|
rack (>= 0.4)
|
||||||
rack-mount (0.8.3)
|
rack-mount (0.8.3)
|
||||||
@ -102,17 +102,17 @@ GEM
|
|||||||
rack
|
rack
|
||||||
rack-test (0.6.2)
|
rack-test (0.6.2)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rails (3.1.8)
|
rails (3.1.10)
|
||||||
actionmailer (= 3.1.8)
|
actionmailer (= 3.1.10)
|
||||||
actionpack (= 3.1.8)
|
actionpack (= 3.1.10)
|
||||||
activerecord (= 3.1.8)
|
activerecord (= 3.1.10)
|
||||||
activeresource (= 3.1.8)
|
activeresource (= 3.1.10)
|
||||||
activesupport (= 3.1.8)
|
activesupport (= 3.1.10)
|
||||||
bundler (~> 1.0)
|
bundler (~> 1.0)
|
||||||
railties (= 3.1.8)
|
railties (= 3.1.10)
|
||||||
railties (3.1.8)
|
railties (3.1.10)
|
||||||
actionpack (= 3.1.8)
|
actionpack (= 3.1.10)
|
||||||
activesupport (= 3.1.8)
|
activesupport (= 3.1.10)
|
||||||
rack-ssl (~> 1.3.2)
|
rack-ssl (~> 1.3.2)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
rdoc (~> 3.4)
|
rdoc (~> 3.4)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user