Navigation Menu

Skip to content

Commit

Permalink
Changed versions on rmagick to a lower requirement. Hopefully we can …
Browse files Browse the repository at this point in the history
…go even lower..
  • Loading branch information
parndt committed May 18, 2010
1 parent aaf9e84 commit 3270b97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gems
@@ -1,4 +1,4 @@
rmagick
rmagick --version '~> 2.12.2'
rails --version '~> 2.3.5'
hpricot --version '~> 0.8'
authlogic --version '~> 2.1.3'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -12,7 +12,7 @@ gem 'unicorn', :group => :development
# gem 'capistrano'

#===REFINERY REQUIRED GEMS===
gem 'rmagick', '~> 2.13.1'
gem 'rmagick', '~> 2.12.2'
gem 'rails', '~> 2.3.5'
gem 'hpricot', '~> 0.8', :require => 'hpricot'
gem 'authlogic', '~> 2.1.3', :require => 'authlogic'
Expand Down

0 comments on commit 3270b97

Please sign in to comment.