Skip to content

Commit

Permalink
Merge pull request #15 from akatz/fix_sinatra_base
Browse files Browse the repository at this point in the history
Fix sinatra base
  • Loading branch information
ejschmitt committed Jul 18, 2012
2 parents dd6401a + 5ff53b2 commit b3b9455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source "http://rubygems.org"

group :development do
gem "shoulda", ">= 0"
gem "bundler", "~> 1.0.0"
gem "bundler", "> 1.0.0"
gem "jeweler", "~> 1.6.4"
gem "rcov", ">= 0"
gem "rack-test", ">= 0"
Expand Down
2 changes: 1 addition & 1 deletion lib/delayed_job_web/application/app.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'sinatra'
require 'sinatra/base'
require 'active_support'
require 'active_record'
require 'delayed_job'
Expand Down

0 comments on commit b3b9455

Please sign in to comment.