Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
removing whenever gem since we aren't actually using it
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Dec 8, 2010
1 parent e7695fa commit a6222b1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ gem "rack-openid", :require => "rack/openid"
gem "paperclip"
gem "rmagick", :require => "RMagick"
gem "jquery-rails"
gem "whenever", :require => false

group :development, :test do
gem "mocha"
Expand Down
5 changes: 0 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ GEM
remote: http://rubygems.org/
specs:
ZenTest (4.4.1)
aaronh-chronic (0.3.9)
abstract (1.0.0)
actionmailer (3.0.3)
actionpack (= 3.0.3)
Expand Down Expand Up @@ -106,9 +105,6 @@ GEM
treetop (1.4.9)
polyglot (>= 0.3.1)
tzinfo (0.3.23)
whenever (0.6.2)
aaronh-chronic (>= 0.3.9)
activesupport (>= 2.3.4)

PLATFORMS
ruby
Expand All @@ -129,4 +125,3 @@ DEPENDENCIES
rmagick
rspec-rails
ruby-openid
whenever
2 changes: 0 additions & 2 deletions config/deploy.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
set :whenever_command, "bundle exec whenever"
require "bundler/capistrano"
require "whenever/capistrano"

set :application, "beta.dailystamp.com"
role :app, application
Expand Down

0 comments on commit a6222b1

Please sign in to comment.