Skip to content

Commit

Permalink
Merge pull request #10 from theodi/feature-move-rvmrc-to-gemfile
Browse files Browse the repository at this point in the history
Feature move rvmrc to gemfile
  • Loading branch information
Sam Pikesley committed Mar 28, 2013
2 parents 2f30d8c + ed06d33 commit a109b41
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 48 deletions.
48 changes: 0 additions & 48 deletions .rvmrc

This file was deleted.

3 changes: 3 additions & 0 deletions Gemfile
@@ -1,5 +1,8 @@
source 'https://rubygems.org'

#ruby=ruby-1.9.3-p374
#ruby-gemset=services-manager

gem 'dotenv'

# Manually specify some dependencies so we use our own versions
Expand Down
2 changes: 2 additions & 0 deletions Rakefile
Expand Up @@ -4,6 +4,8 @@ Dotenv.load
require 'resque/tasks'
require 'resque_scheduler/tasks'

task :default => 'resque:setup'

namespace :resque do
task :setup do
require 'resque'
Expand Down

0 comments on commit a109b41

Please sign in to comment.