mirror of
https://github.com/neocities/neocities.git
synced 2025-08-03 00:02:00 +02:00
refactor screenshots to work for all pages
This commit is contained in:
parent
72c971ae98
commit
b488cf4347
7 changed files with 70 additions and 70 deletions
2
Gemfile
2
Gemfile
|
@ -11,7 +11,6 @@ gem 'puma', require: nil
|
|||
gem 'rubyzip', require: 'zip'
|
||||
gem 'rack-recaptcha', require: 'rack/recaptcha'
|
||||
gem 'rmagick', require: nil
|
||||
gem 'selenium-webdriver', require: nil
|
||||
gem 'sidekiq'
|
||||
gem 'ago'
|
||||
gem 'mail'
|
||||
|
@ -19,6 +18,7 @@ gem 'google-api-client', require: 'google/api_client'
|
|||
gem 'tilt'
|
||||
gem 'erubis'
|
||||
gem 'stripe', :git => 'https://github.com/stripe/stripe-ruby'
|
||||
gem 'screencap'
|
||||
|
||||
platform :mri do
|
||||
gem 'magic' # sudo apt-get install file, For OSX: brew install libmagic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue