mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Updated Rails to 3.2.11
This commit is contained in:
parent
7eccf79ab6
commit
f10e1d986c
2 changed files with 27 additions and 27 deletions
2
Gemfile
2
Gemfile
|
|
@ -1,6 +1,6 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gem 'rails'
|
||||
gem 'rails', '3.2.11'
|
||||
|
||||
# you may comment out the database driver you will not be using.
|
||||
# This will prevent a native build of the driver. Building native drivers is not
|
||||
|
|
|
|||
52
Gemfile.lock
52
Gemfile.lock
|
|
@ -10,12 +10,12 @@ GEM
|
|||
specs:
|
||||
RedCloth (4.2.9)
|
||||
aasm (3.0.15)
|
||||
actionmailer (3.2.10)
|
||||
actionpack (= 3.2.10)
|
||||
actionmailer (3.2.11)
|
||||
actionpack (= 3.2.11)
|
||||
mail (~> 2.4.4)
|
||||
actionpack (3.2.10)
|
||||
activemodel (= 3.2.10)
|
||||
activesupport (= 3.2.10)
|
||||
actionpack (3.2.11)
|
||||
activemodel (= 3.2.11)
|
||||
activesupport (= 3.2.11)
|
||||
builder (~> 3.0.0)
|
||||
erubis (~> 2.7.0)
|
||||
journey (~> 1.0.4)
|
||||
|
|
@ -23,18 +23,18 @@ GEM
|
|||
rack-cache (~> 1.2)
|
||||
rack-test (~> 0.6.1)
|
||||
sprockets (~> 2.2.1)
|
||||
activemodel (3.2.10)
|
||||
activesupport (= 3.2.10)
|
||||
activemodel (3.2.11)
|
||||
activesupport (= 3.2.11)
|
||||
builder (~> 3.0.0)
|
||||
activerecord (3.2.10)
|
||||
activemodel (= 3.2.10)
|
||||
activesupport (= 3.2.10)
|
||||
activerecord (3.2.11)
|
||||
activemodel (= 3.2.11)
|
||||
activesupport (= 3.2.11)
|
||||
arel (~> 3.0.2)
|
||||
tzinfo (~> 0.3.29)
|
||||
activeresource (3.2.10)
|
||||
activemodel (= 3.2.10)
|
||||
activesupport (= 3.2.10)
|
||||
activesupport (3.2.10)
|
||||
activeresource (3.2.11)
|
||||
activemodel (= 3.2.11)
|
||||
activesupport (= 3.2.11)
|
||||
activesupport (3.2.11)
|
||||
i18n (~> 0.6)
|
||||
multi_json (~> 1.0)
|
||||
acts_as_list (0.1.9)
|
||||
|
|
@ -117,7 +117,7 @@ GEM
|
|||
mysql2 (0.3.11)
|
||||
nokogiri (1.5.6)
|
||||
polyglot (0.3.3)
|
||||
rack (1.4.1)
|
||||
rack (1.4.3)
|
||||
rack-cache (1.2)
|
||||
rack (>= 0.4)
|
||||
rack-mini-profiler (0.1.23)
|
||||
|
|
@ -126,19 +126,19 @@ GEM
|
|||
rack
|
||||
rack-test (0.6.2)
|
||||
rack (>= 1.0)
|
||||
rails (3.2.10)
|
||||
actionmailer (= 3.2.10)
|
||||
actionpack (= 3.2.10)
|
||||
activerecord (= 3.2.10)
|
||||
activeresource (= 3.2.10)
|
||||
activesupport (= 3.2.10)
|
||||
rails (3.2.11)
|
||||
actionmailer (= 3.2.11)
|
||||
actionpack (= 3.2.11)
|
||||
activerecord (= 3.2.11)
|
||||
activeresource (= 3.2.11)
|
||||
activesupport (= 3.2.11)
|
||||
bundler (~> 1.0)
|
||||
railties (= 3.2.10)
|
||||
railties (= 3.2.11)
|
||||
rails_autolink (1.0.9)
|
||||
rails (~> 3.1)
|
||||
railties (3.2.10)
|
||||
actionpack (= 3.2.10)
|
||||
activesupport (= 3.2.10)
|
||||
railties (3.2.11)
|
||||
actionpack (= 3.2.11)
|
||||
activesupport (= 3.2.11)
|
||||
rack-ssl (~> 1.3.2)
|
||||
rake (>= 0.8.7)
|
||||
rdoc (~> 3.4)
|
||||
|
|
@ -221,7 +221,7 @@ DEPENDENCIES
|
|||
mongrel (>= 1.2.0.pre2)
|
||||
mysql2
|
||||
rack-mini-profiler
|
||||
rails
|
||||
rails (= 3.2.11)
|
||||
rails_autolink
|
||||
sanitize
|
||||
sass-rails
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue