update foreman
This commit is contained in:
parent
7b3e2d7680
commit
8ef49586c3
3 changed files with 3 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -3,7 +3,7 @@ source 'http://rubygems.org'
|
|||
gem 'rails', '3.1.4'
|
||||
gem 'rails_autolink'
|
||||
gem 'bundler', '~> 1.1.0'
|
||||
gem 'foreman', '0.34.1'
|
||||
gem 'foreman', '0.41'
|
||||
gem 'whenever'
|
||||
|
||||
gem 'thin', '~> 1.3.1', :require => false
|
||||
|
|
|
|||
|
|
@ -182,8 +182,7 @@ GEM
|
|||
ruby-hmac
|
||||
foreigner (1.1.5)
|
||||
activerecord (>= 3.0.0)
|
||||
foreman (0.34.1)
|
||||
term-ansicolor (~> 1.0.5)
|
||||
foreman (0.41.0)
|
||||
thor (>= 0.13.6)
|
||||
formatador (0.2.1)
|
||||
fuubar (0.0.6)
|
||||
|
|
@ -493,7 +492,7 @@ DEPENDENCIES
|
|||
fixture_builder (= 0.3.1)
|
||||
fog
|
||||
foreigner (~> 1.1.0)
|
||||
foreman (= 0.34.1)
|
||||
foreman (= 0.41)
|
||||
fuubar (= 0.0.6)
|
||||
guard-cucumber
|
||||
guard-rspec
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
require File.join(Rails.root, 'lib/salmon/salmon')
|
||||
require File.join(Rails.root, 'lib/postzord/dispatcher')
|
||||
require 'rest-client'
|
||||
|
||||
class User < ActiveRecord::Base
|
||||
include Encryptor::Private
|
||||
|
|
|
|||
Loading…
Reference in a new issue