diff --git a/Gemfile b/Gemfile index e7525239c..5fadd1c2b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,5 @@ source 'http://gemcutter.org' +source 'https://rubygems.org/' group :test do gem "shoulda" @@ -41,6 +42,7 @@ gem 'awesome_print' gem 'statistics2' gem 'capistrano' gem 'capistrano-ext' +gem 'radix62', '~> 1.0.1' # needed for looser jpeg header compat gem 'ruby-imagespec', :require => "image_spec", :git => "https://github.com/r888888888/ruby-imagespec.git", :branch => "exif-fixes"