Skip to content

Commit

Permalink
Merge pull request #723 from lucianosousa/rails-3.2.19
Browse files Browse the repository at this point in the history
update rails version. add security pack
  • Loading branch information
stevecrozz committed Aug 22, 2014
2 parents c7d93c8 + 6820a89 commit abc1061
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

RAILS_VERSION = '~> 3.2.18'
RAILS_VERSION = '~> 3.2.19'

gem 'actionmailer', RAILS_VERSION
gem 'actionpack', RAILS_VERSION
Expand Down
64 changes: 32 additions & 32 deletions Gemfile.lock
@@ -1,35 +1,35 @@
GEM
remote: https://rubygems.org/
specs:
actionmailer (3.2.18)
actionpack (= 3.2.18)
actionmailer (3.2.19)
actionpack (= 3.2.19)
mail (~> 2.5.4)
actionmailer_inline_css (1.5.3)
actionmailer (>= 3.0.0)
nokogiri (>= 1.4.4)
premailer (>= 1.7.1)
actionpack (3.2.18)
activemodel (= 3.2.18)
activesupport (= 3.2.18)
actionpack (3.2.19)
activemodel (= 3.2.19)
activesupport (= 3.2.19)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
rack (~> 1.4.5)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
activemodel (3.2.18)
activesupport (= 3.2.18)
activemodel (3.2.19)
activesupport (= 3.2.19)
builder (~> 3.0.0)
activerecord (3.2.18)
activemodel (= 3.2.18)
activesupport (= 3.2.18)
activerecord (3.2.19)
activemodel (= 3.2.19)
activesupport (= 3.2.19)
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.19)
activemodel (= 3.2.19)
activesupport (= 3.2.19)
activesupport (3.2.19)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
addressable (2.3.5)
Expand Down Expand Up @@ -126,7 +126,7 @@ GEM
json (~> 1.8)
multi_xml (>= 0.5.2)
httpauth (0.2.0)
i18n (0.6.9)
i18n (0.6.11)
jira-ruby (0.1.2)
activesupport
oauth
Expand Down Expand Up @@ -174,7 +174,7 @@ GEM
rails (>= 3.2.0)
railties (>= 3.2.0)
moped (1.5.1)
multi_json (1.10.0)
multi_json (1.10.1)
multi_xml (0.5.5)
multipart-post (1.2.0)
net-scp (1.1.2)
Expand Down Expand Up @@ -222,7 +222,7 @@ GEM
rest-client (~> 1.6.0)
pjax_rails (0.3.4)
jquery-rails
polyglot (0.3.4)
polyglot (0.3.5)
premailer (1.7.3)
css_parser (>= 1.1.9)
htmlentities (>= 4.0.0)
Expand All @@ -246,25 +246,25 @@ GEM
rack-ssl-enforcer (0.2.6)
rack-test (0.6.2)
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.19)
actionmailer (= 3.2.19)
actionpack (= 3.2.19)
activerecord (= 3.2.19)
activeresource (= 3.2.19)
activesupport (= 3.2.19)
bundler (~> 1.0)
railties (= 3.2.18)
railties (= 3.2.19)
rails_autolink (1.1.4)
rails (> 3.1)
railties (3.2.18)
actionpack (= 3.2.18)
activesupport (= 3.2.18)
railties (3.2.19)
actionpack (= 3.2.19)
activesupport (= 3.2.19)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
raindrops (0.12.0)
rake (10.3.1)
rake (10.3.2)
rdoc (3.12.2)
json (~> 1.4)
ref (1.0.5)
Expand Down Expand Up @@ -327,7 +327,7 @@ GEM
turbo-sprockets-rails3 (0.3.10)
railties (> 3.2.8, < 4.0.0)
sprockets (>= 2.0.0)
tzinfo (0.3.39)
tzinfo (0.3.41)
uglifier (2.2.1)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
Expand All @@ -351,9 +351,9 @@ PLATFORMS
ruby

DEPENDENCIES
actionmailer (~> 3.2.18)
actionmailer (~> 3.2.19)
actionmailer_inline_css
actionpack (~> 3.2.18)
actionpack (~> 3.2.19)
airbrake
better_errors
binding_of_caller
Expand Down Expand Up @@ -397,7 +397,7 @@ DEPENDENCIES
rack-ssl
rack-ssl-enforcer
rails_autolink
railties (~> 3.2.18)
railties (~> 3.2.19)
ri_cal
rspec-rails
ruby-fogbugz
Expand Down

0 comments on commit abc1061

Please sign in to comment.