Skip to content

Commit

Permalink
fixin up gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobaweiss committed Jul 23, 2012
1 parent 0c491c4 commit 858882f
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
@@ -1,7 +1,7 @@
source 'http://rubygems.org'

gem 'sinatra'
gem 'rmagick'
gem "rmagick", "~> 2.13.1"

group :development do
gem 'shotgun'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ PLATFORMS
ruby

DEPENDENCIES
rmagick
rmagick (~> 2.13.1)
shotgun
sinatra

0 comments on commit 858882f

Please sign in to comment.