Merge pull request #656 from paulmenzel/use-https-url-for-sneaky-save

Use HTTPS URL for sneaky-save
This commit is contained in:
Luka Murn 2017-06-09 12:43:43 +02:00 committed by GitHub
commit 9c6dddbda5

View file

@ -55,7 +55,7 @@ gem 'faker' # Generate fake data
gem 'auto_strip_attributes', '~> 2.1' # Removes unnecessary whitespaces from ActiveRecord or ActiveModel attributes
gem 'deface', '~> 1.0'
gem 'nokogiri' # HTML/XML parser
gem 'sneaky-save', git: 'git://github.com/einzige/sneaky-save.git'
gem 'sneaky-save', git: 'https://github.com/einzige/sneaky-save'
gem 'rails_autolink', '~> 1.1', '>= 1.1.6'
gem 'delayed_paperclip'
gem 'rubyzip'