Upgrade Rails to 3.2.13

openid
Marcin Kulik 11 years ago
parent cf27272c34
commit 90a0bb8838

@ -1,6 +1,6 @@
source 'http://rubygems.org'
gem 'rails'
gem 'rails', '3.2.13'
gem 'jquery-rails'
gem 'tzinfo'
gem 'pg'

@ -1,32 +1,32 @@
GEM
remote: http://rubygems.org/
specs:
actionmailer (3.2.11)
actionpack (= 3.2.11)
mail (~> 2.4.4)
actionpack (3.2.11)
activemodel (= 3.2.11)
activesupport (= 3.2.11)
actionmailer (3.2.13)
actionpack (= 3.2.13)
mail (~> 2.5.3)
actionpack (3.2.13)
activemodel (= 3.2.13)
activesupport (= 3.2.13)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
rack (~> 1.4.0)
rack (~> 1.4.5)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
activemodel (3.2.11)
activesupport (= 3.2.11)
activemodel (3.2.13)
activesupport (= 3.2.13)
builder (~> 3.0.0)
activerecord (3.2.11)
activemodel (= 3.2.11)
activesupport (= 3.2.11)
activerecord (3.2.13)
activemodel (= 3.2.13)
activesupport (= 3.2.13)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.11)
activemodel (= 3.2.11)
activesupport (= 3.2.11)
activesupport (3.2.11)
i18n (~> 0.6)
activeresource (3.2.13)
activemodel (= 3.2.13)
activesupport (= 3.2.13)
activesupport (3.2.13)
i18n (= 0.6.1)
multi_json (~> 1.0)
airbrake (3.1.7)
activesupport
@ -108,7 +108,7 @@ GEM
guard (>= 1.1)
rspec (~> 2.11)
hashie (1.2.0)
hike (1.2.1)
hike (1.2.2)
httpauth (0.2.0)
i18n (0.6.1)
jasmine (1.3.1)
@ -131,8 +131,8 @@ GEM
jquery-rails (2.2.0)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.7.6)
json (1.7.6-java)
json (1.8.0)
json (1.8.0-java)
jwt (0.1.5)
multi_json (>= 1.0)
kaminari (0.14.1)
@ -141,13 +141,12 @@ GEM
kgio (2.8.0)
listen (0.7.2)
lumberjack (1.0.2)
mail (2.4.4)
i18n (>= 0.4.0)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
method_source (0.8.1)
mime-types (1.19)
multi_json (1.5.0)
mime-types (1.23)
multi_json (1.7.4)
multipart-post (1.1.5)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
@ -193,32 +192,32 @@ GEM
pry (>= 0.9.10)
quiet_assets (1.0.1)
railties (~> 3.1)
rack (1.4.4)
rack (1.4.5)
rack-cache (1.2)
rack (>= 0.4)
rack-ssl (1.3.3)
rack
rack-test (0.6.2)
rack (>= 1.0)
rails (3.2.11)
actionmailer (= 3.2.11)
actionpack (= 3.2.11)
activerecord (= 3.2.11)
activeresource (= 3.2.11)
activesupport (= 3.2.11)
rails (3.2.13)
actionmailer (= 3.2.13)
actionpack (= 3.2.13)
activerecord (= 3.2.13)
activeresource (= 3.2.13)
activesupport (= 3.2.13)
bundler (~> 1.0)
railties (= 3.2.11)
railties (3.2.11)
actionpack (= 3.2.11)
activesupport (= 3.2.11)
railties (= 3.2.13)
railties (3.2.13)
actionpack (= 3.2.13)
activesupport (= 3.2.13)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rainbow (1.1.4)
raindrops (0.10.0)
rake (10.0.3)
rdoc (3.12)
rake (10.0.4)
rdoc (3.12.2)
json (~> 1.4)
redcarpet (2.2.2)
request_store (1.0.5)
@ -272,12 +271,12 @@ GEM
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.17.0)
tilt (1.3.3)
thor (0.18.1)
tilt (1.4.1)
treetop (1.4.12)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.35)
tzinfo (0.3.37)
uglifier (1.3.0)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
@ -319,7 +318,7 @@ DEPENDENCIES
pg
pry-rails
quiet_assets
rails
rails (= 3.2.13)
rake
redcarpet
rspec-rails

Loading…
Cancel
Save