Skip to content

Commit

Permalink
Bump padrino version
Browse files Browse the repository at this point in the history
  • Loading branch information
DAddYE committed Apr 27, 2011
1 parent 58a6acf commit 4cabeb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -28,5 +28,5 @@ gem 'rack-test', :require => "rack/test", :group => "test"
#
# gem 'padrino-contrib', :path => '/src/padrino-contrib'

gem 'padrino', '0.9.23'
gem 'padrino', '0.9.25'
gem 'padrino-contrib', '0.0.6'
1 change: 1 addition & 0 deletions admin/app.rb
Expand Up @@ -4,6 +4,7 @@ class Admin < Padrino::Application
register Padrino::Admin::AccessControl

set :session_secret, "7043bc560e73c46f0d5eabedbabd217f9f5277e6935047bb9430296ab7b47a44"
set :sessions, true
set :delivery_method, :smtp => {
:address => 'smtp.lipsiasoft.com',
:port => '25',
Expand Down
1 change: 1 addition & 0 deletions app/app.rb
Expand Up @@ -5,6 +5,7 @@ class PadrinoWeb < Padrino::Application
register Padrino::Contrib::ExceptionNotifier
register Padrino::Contrib::Helpers::AssetsCompressor if Padrino.env == :production
set :caching, true
set :sessions, true
set :delivery_method, :smtp => {
:address => 'smtp.lipsiasoft.com',
:port => '25',
Expand Down

0 comments on commit 4cabeb8

Please sign in to comment.