Commit 6820a89063064eb15a81e0c179cc76af868cf168

Authored by Luciano Sousa
1 parent 96361243
Exists in master and in 1 other branch production

update another rails packages

Showing 2 changed files with 4 additions and 4 deletions   Show diff stats
Gemfile
1 1 source 'https://rubygems.org'
2 2  
3   -RAILS_VERSION = '~> 3.2.18'
  3 +RAILS_VERSION = '~> 3.2.19'
4 4  
5 5 gem 'actionmailer', RAILS_VERSION
6 6 gem 'actionpack', RAILS_VERSION
... ...
Gemfile.lock
... ... @@ -351,9 +351,9 @@ PLATFORMS
351 351 ruby
352 352  
353 353 DEPENDENCIES
354   - actionmailer (~> 3.2.18)
  354 + actionmailer (~> 3.2.19)
355 355 actionmailer_inline_css
356   - actionpack (~> 3.2.18)
  356 + actionpack (~> 3.2.19)
357 357 airbrake
358 358 better_errors
359 359 binding_of_caller
... ... @@ -397,7 +397,7 @@ DEPENDENCIES
397 397 rack-ssl
398 398 rack-ssl-enforcer
399 399 rails_autolink
400   - railties (~> 3.2.18)
  400 + railties (~> 3.2.19)
401 401 ri_cal
402 402 rspec-rails
403 403 ruby-fogbugz
... ...