Skip to content

Commit

Permalink
fix rmagick require
Browse files Browse the repository at this point in the history
  • Loading branch information
kale-mc committed Dec 19, 2013
1 parent 97a0dee commit 75373c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
gem 'sinatra'
gem 'dragonfly'
gem 'rmagick'
gem 'rmagick', :require => 'RMagick'
gem 'data_mapper'

group :production do
Expand Down
2 changes: 1 addition & 1 deletion app.rb
@@ -1,6 +1,6 @@
require 'sinatra'
require 'dragonfly'
require 'rmagick'
require 'RMagick'
require 'data_mapper'

DataMapper.setup(:default, ENV['DATABASE_URL'] || "sqlite3://#{Dir.pwd}/db/app.db")
Expand Down

0 comments on commit 75373c5

Please sign in to comment.