1
0
Fork 0
forked from OpenNeo/impress

Upgrade to Rails 3.2.22.5

I'm just giving the app a very quick scan on critical pages, it's possible I'm missing some issues on paths that are harder to test rn like openneo_id auth, but I'll check in on that later I think?
This commit is contained in:
Matchu 2023-07-21 18:33:04 -07:00
parent 2112e74884
commit 9cb71da77c
33 changed files with 35 additions and 33 deletions

View file

@ -3,7 +3,7 @@ source 'http://rubygems.org'
gem 'dotenv-rails'
gem 'dotenv-deployment'
gem 'rails', '= 3.2.18'
gem 'rails', '= 3.2.22.5'
#gem 'sqlite3-ruby', '~> 1.3.1', :require => 'sqlite3'
gem 'mysql2', '>= 0.3.11'

View file

@ -46,12 +46,12 @@ GIT
GEM
remote: http://rubygems.org/
specs:
actionmailer (3.2.18)
actionpack (= 3.2.18)
actionmailer (3.2.22.5)
actionpack (= 3.2.22.5)
mail (~> 2.5.4)
actionpack (3.2.18)
activemodel (= 3.2.18)
activesupport (= 3.2.18)
actionpack (3.2.22.5)
activemodel (= 3.2.22.5)
activesupport (= 3.2.22.5)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
@ -59,18 +59,18 @@ GEM
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
activemodel (3.2.18)
activesupport (= 3.2.18)
activemodel (3.2.22.5)
activesupport (= 3.2.22.5)
builder (~> 3.0.0)
activerecord (3.2.18)
activemodel (= 3.2.18)
activesupport (= 3.2.18)
activerecord (3.2.22.5)
activemodel (= 3.2.22.5)
activesupport (= 3.2.22.5)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.18)
activemodel (= 3.2.18)
activesupport (= 3.2.18)
activesupport (3.2.18)
activeresource (3.2.22.5)
activemodel (= 3.2.22.5)
activesupport (= 3.2.22.5)
activesupport (3.2.22.5)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
addressable (2.3.8)
@ -100,6 +100,7 @@ GEM
sass (~> 3.2.19)
compass-rails (1.0.3)
compass (>= 0.12.2, < 0.14)
concurrent-ruby (1.1.9)
devise (2.2.8)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.1)
@ -135,14 +136,15 @@ GEM
tilt
highline (1.7.2)
hike (1.2.3)
i18n (0.7.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
journey (1.0.4)
json (1.8.3)
json (1.8.6)
launchy (2.4.3)
addressable (~> 2.3)
letter_opener (1.4.1)
launchy (~> 2.2)
mail (2.5.4)
mail (2.5.5)
mime-types (~> 1.16)
treetop (~> 1.4.8)
memcache-client (1.8.5)
@ -178,7 +180,7 @@ GEM
rack (1.4.7)
rack-attack (2.2.1)
rack
rack-cache (1.2)
rack-cache (1.7.1)
rack (>= 0.4)
rack-protection (1.5.3)
rack
@ -186,25 +188,25 @@ GEM
rack
rack-test (0.6.3)
rack (>= 1.0)
rails (3.2.18)
actionmailer (= 3.2.18)
actionpack (= 3.2.18)
activerecord (= 3.2.18)
activeresource (= 3.2.18)
activesupport (= 3.2.18)
rails (3.2.22.5)
actionmailer (= 3.2.22.5)
actionpack (= 3.2.22.5)
activerecord (= 3.2.22.5)
activeresource (= 3.2.22.5)
activesupport (= 3.2.22.5)
bundler (~> 1.0)
railties (= 3.2.18)
railties (= 3.2.22.5)
rails-i18n (3.0.1)
i18n (~> 0.5)
rails (>= 3.0.0, < 4.0.0)
railties (3.2.18)
actionpack (= 3.2.18)
activesupport (= 3.2.18)
railties (3.2.22.5)
actionpack (= 3.2.22.5)
activesupport (= 3.2.22.5)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (10.4.2)
rake (12.2.1)
rdiscount (1.6.8)
rdoc (3.12.2)
json (~> 1.4)
@ -267,12 +269,12 @@ GEM
tilt (~> 1.1, != 1.3.0)
subexec (0.2.3)
swf_converter (0.0.3)
thor (0.19.1)
thor (0.20.3)
tilt (1.4.1)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.44)
tzinfo (0.3.62)
uglifier (2.7.1)
execjs (>= 0.3.0)
json (>= 1.8.0)
@ -320,7 +322,7 @@ DEPENDENCIES
passenger_monit (~> 0.1.1)
patron (~> 0.4.18)
rack-attack (~> 2.2.0)
rails (= 3.2.18)
rails (= 3.2.22.5)
rails-i18n
rdiscount (~> 1.6.5)
react-rails (~> 0.8.0.0)

Binary file not shown.

BIN
vendor/cache/actionmailer-3.2.22.5.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/actionpack-3.2.22.5.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/activemodel-3.2.22.5.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/activerecord-3.2.22.5.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/activeresource-3.2.22.5.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/activesupport-3.2.22.5.gem vendored Normal file

Binary file not shown.

BIN
vendor/cache/concurrent-ruby-1.1.9.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/i18n-0.9.5.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/json-1.8.6.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/mail-2.5.5.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/rack-cache-1.7.1.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/rails-3.2.22.5.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/railties-3.2.22.5.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/rake-12.2.1.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/thor-0.20.3.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/tzinfo-0.3.62.gem vendored Normal file

Binary file not shown.